Author |
Message |
Topic: RS232 missing chars |
rmderbes
Replies: 5
Views: 6241
|
Forum: General CCS C Discussion Posted: Wed May 09, 2007 6:34 am Subject: RS232 missing chars |
Nice solution! So incoming stream was routed to the AND gate and to the PIC? And one pin of the PIC was connected to the other input of the AND gate? |
Topic: RS232 missing chars |
rmderbes
Replies: 5
Views: 6241
|
Forum: General CCS C Discussion Posted: Tue May 08, 2007 11:32 am Subject: RS232 missing chars |
Thank you very much for your answers.
As Steve H. suggested, I tried to lower the speed of the incoming serial interface, with success at 600bps at the incoming serial and 9600 bps at the outgoing se ... |
Topic: RS232 missing chars |
rmderbes
Replies: 5
Views: 6241
|
Forum: General CCS C Discussion Posted: Mon May 07, 2007 2:28 pm Subject: RS232 missing chars |
For a project, using 16F877@20Mhz, I need to read 210 bytes from a software serial interface, and send them to another software serial interface. I cannot use PIC's UART (pins C6 & C7) because it� ... |
Topic: vprintf |
rmderbes
Replies: 1
Views: 3140
|
Forum: General CCS C Discussion Posted: Fri Apr 27, 2007 11:04 am Subject: vprintf |
Somebody knows the way to implement a function with variable arguments like vprintf() with CCS?
Thanks |
Topic: Help with RS232 with flow control |
rmderbes
Replies: 1
Views: 4233
|
Forum: General CCS C Discussion Posted: Thu Apr 26, 2007 7:09 am Subject: Help with RS232 with flow control |
Please, I need a little help to code a serial interface with flow control (RTS/CTS). At this moment, I'm using a board with three serial interfaces (1 hardware UART plus 2 software ones with level con ... |
|