Author |
Message |
Topic: Need I2C examples |
snibbe
Replies: 41
Views: 88388
|
Forum: General CCS C Discussion Posted: Sun Jan 09, 2005 2:07 pm Subject: WORKING I2C MASTER AND SLAVE LOGGER : MULTI-BYTE |
Complete working code examples for multi-byte write and read can be found here:
http://www.ccsinfo.com/forum/viewtopic.php?p=37808#37808
Thanks very much to valemike for the slave code.
Best wishes ... |
Topic: WORKING I2C MASTER AND SLAVE LOGGER : MULTI-BYTE |
snibbe
Replies: 22
Views: 161560
|
Forum: Code Library Posted: Sun Jan 09, 2005 2:05 pm Subject: WORKING I2C MASTER AND SLAVE LOGGER : MULTI-BYTE |
I have had a very difficult time getting 2 pics to communicate via I2C. After working several weeks on and off, I've modified two examples and now have working code I would like to share in the hopes ... |
Topic: kbhit with multiple streams |
snibbe
Replies: 3
Views: 8653
|
Forum: General CCS C Discussion Posted: Thu Jan 06, 2005 2:14 pm Subject: kbhit with multiple streams |
Great, thanks. Can you point me to the current manual? I have July 2003. The link here:
http://www.ccsinfo.com/download.shtml#CompilerManual
Says the latest revision is July 2003, but you seem to in ... |
Topic: kbhit with multiple streams |
snibbe
Replies: 3
Views: 8653
|
Forum: General CCS C Discussion Posted: Thu Jan 06, 2005 2:08 pm Subject: kbhit with multiple streams |
Hello,
Could someone please explain how to use kbhit() with multiple streams? The other functions all have stream-specific calls, such as fgetc, fputc, fprintf, etc., but to the best of my knowledge ... |
|