Hello,
I am having problems monitoring the input from an xbee, everytime I put the line:
serin 4, t2400, b1
in my code it seems to just stop at it and not go any further. For example in this code it will not loop through it just seems to stop...
wait1:
readadc 1, b10
serin 3, T2400, b13
if...