Serial data is transmitted wireless from my computer to the pic, using Xbee modules. The transmission is working fine, atleast the characters from the pic get correctly received. The PIC is interrupting, do some action, and resume back normally, when receiving something on UART. However i dont know yet if the incomming serial data is correct.
I put this code in the interrupt section
Code:
HSERIN [WAIT("*"),STR serdata\4]
hserout ["=",str serdata\4]
But it doesnt return anything. For example, i send the following sequence:
"*1234" it should return 1234. But it doesnt.
Bookmarks