Hi All, I have been having some problems trying to send and receive data using the rfPIC16F675K and the rfRXD0420, I have been trying to use the serin command to read the data i have sent using the serout command:

pulsout porta.2, 1
SerOut PORTA.2,n2400,[$55,$55,"A",B0]

when I use the serin2 command to wait and to receive "A", it seems like it does not work

SERIN2 PORTC.1,n2400,1000,loop1,[WAIT("A"),B1]

i have also tried the pulsin command but seem to be getting nothing, does anyone have some ideas?

Many Thanks,

Gavin