Quote Originally Posted by eoasap
what i'm doing is declaring bufchar as a byte, and then loop at the end of

read:
serin2 ALFAT_TX,84,[bufchar]
lcdout bufchar
goto read

like that, i get a bunch of gibberish. yesterday i was getting numbers like 292 (clears screen) 302 (clears screen) 306 (clears screen) .... etc
When I get to my lab, I will send you a snippet of code. bufchar is a byte variable. It can't go over 255, so there must be a couple of variables in there.