Name:  RFRXD0420.pdf - Adobe Reader_2011-05-12_09-34-44.png
Views: 2008
Size:  51.8 KB

does
this PIC have interrupts? On the pins you want them?
Hi Joe, from the data sheet (pasted above) so yes IOC on pins I need.

I've changed BAUD to:

Code:
BAUD = 16780        ' Set baud rate here
Program does same as before though - Also if @SLEEP is commented out as
mackrackit suggested earlier, the rfpic transmits pretty much transmits on button press.

Use DT_INTS for fast reliable interrupts, maybe will not fit a 675.
I'll have a look into DT_INTS later today, thanks for the pointer.

PS: Sorry for pasting Data sheet info into the thread instead of as an attachment, not sure what I did wrong there.

Dave