Author |
Message |
Topic: int_rda |
RodeKlu
Replies: 5
Views: 9477
|
Forum: General CCS C Discussion Posted: Wed Jun 01, 2005 5:54 am Subject: int_rda |
I added the transmit line and it worked fine. The other posts answer my question if I could still use the transmit line in another way. I can.
Thanks for the help,
Rob. |
Topic: int_rda |
RodeKlu
Replies: 5
Views: 9477
|
Forum: General CCS C Discussion Posted: Tue May 31, 2005 11:31 am Subject: int_rda |
Hi All,
I'm having trouble with the rda interrupt. I checked the communication with this program:
// type of pic
#include <16F628.h>
// osc., no watchdog, power up timer,no protect
#fuses ... |
|