CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 6 matches
CCS Forum Index
Author Message
  Topic: RS232 transmits data incorrectly. Why?
stefan_d6

Replies: 7
Views: 8649

PostForum: General CCS C Discussion   Posted: Wed Aug 22, 2007 6:26 am   Subject: RS232 transmits data incorrectly. Why?
I finally solved the problem.

I just changed the baud rate to 19 200 and rs232 works without errors. However I didn't find out way rs232 didn't work correctly with 9600 baud rate. I also removed in ...
  Topic: RS232 transmits data incorrectly. Why?
stefan_d6

Replies: 7
Views: 8649

PostForum: General CCS C Discussion   Posted: Thu Aug 09, 2007 5:25 am   Subject: RS232 transmits data incorrectly. Why?
This subject is often discused here but I couldn't find solution to my problem.

I use the following code to get info from PIC18F1320 according to the sent command from PC. If the command word is ' ...
  Topic: Debug Monitor - how does it work?
stefan_d6

Replies: 5
Views: 6936

PostForum: General CCS C Discussion   Posted: Mon Dec 25, 2006 11:07 am   Subject: Debug Monitor - how does it work?
Can someone explain me how to operate with Debug Monitor. I'm using ICD-U40. All connections are OK but I can only receive data from the target. How can I send data to the target. I searched the net b ...
  Topic: ICD-U40 can't connect with PC
stefan_d6

Replies: 1
Views: 19622

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Sat Dec 16, 2006 6:31 am   Subject: ICD-U40 can't connect with PC
I solved the problem.
It seems the new driver from www.ccsinfo.com is not for my ICD-U40. I used the old one -DriverVer=10/15/2004,1.06.20
  Topic: ICD-U40 can't connect with PC
stefan_d6

Replies: 1
Views: 19622

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Sat Dec 16, 2006 5:35 am   Subject: ICD-U40 can't connect with PC
I've got a new ICD-U40.
I installed its drivers (setup_usbdrivers.exe) and the PC recognizes it with no problems - CCS ICD-U40 in Device Menager. Then I installed ICD.exe (setup_icd.exe). My PCW is v ...
  Topic: Float to long conversion
stefan_d6

Replies: 1
Views: 5930

PostForum: General CCS C Discussion   Posted: Tue Oct 17, 2006 3:20 am   Subject: Float to long conversion
I need to convert a float variable to long variable with rounding:
123.45 -> 123
123.56 -> 124

This can be done easily with CEIL() but it returns also float:
123.45 -> 123.00
123.56 -& ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group