Author |
Message |
Topic: rs232 |
cyberjok
Replies: 2
Views: 5052
|
Forum: General CCS C Discussion Posted: Fri Apr 14, 2006 1:16 am Subject: thanks! |
thanks!
i wrote get_char and put_char instead of getchar and putchar//
it work very good!
Check the datasheet to see if the internal RC is accurate enough. It should be within about 3% fo ... |
Topic: rs232 |
cyberjok
Replies: 2
Views: 5052
|
Forum: General CCS C Discussion Posted: Mon Apr 10, 2006 9:27 pm Subject: rs232 |
help me!
pic12f675 == internal RC ==4000000HZ
PUTC(X) WORK ARE VERY GOOD! BUT GETC() CAN'T WORK !!! WHY ? HOW CAN I DO?? |
Topic: #device write_eeprom=async ? |
cyberjok
Replies: 2
Views: 5568
|
Forum: General CCS C Discussion Posted: Thu Apr 06, 2006 4:47 am Subject: thanks to you for your help! |
You add the line at the top of your program (just after the include defining the processor).
Normally, the 'Write_eeprom' function, waits for the write to complete, before returning. With this define ... |
Topic: #device write_eeprom=async ? |
cyberjok
Replies: 2
Views: 5568
|
Forum: General CCS C Discussion Posted: Thu Apr 06, 2006 1:21 am Subject: #device write_eeprom=async ? |
help me ,#device write_eeprom=async
what is means? how can i do in my program?
|
Topic: how can i INIT eeprom in the program? |
cyberjok
Replies: 2
Views: 5343
|
Forum: General CCS C Discussion Posted: Tue Apr 04, 2006 2:33 am Subject: thanks |
For 16F:
http://www.ccsinfo.com/forum/viewtopic.php?t=19607
For 18F:
http://www.ccsinfo.com/forum/viewtopic.php?t=25373 |
Topic: how can i INIT eeprom in the program? |
cyberjok
Replies: 2
Views: 5343
|
Forum: General CCS C Discussion Posted: Tue Apr 04, 2006 12:18 am Subject: how can i INIT eeprom in the program? |
how can i INIT eeprom in ccs c ? someone can help me? show me
sample ! thanks!!! |
|