Hi,
compiles fine without errors. I appreciate any help,
You're got to be kidding me, does THAT code really compile without errors?
I see at least 8 errors (that's about one error every 4th line of code) preventing it from compiling without errors, for example:
Code:
Var BotonA PORTB.1 - should be BotonA VAR PortB.1
led high - should be high led
PORTB.0 serin, T1200, [data] - should be Serin PortB.0, T1200, [data][/i]
/Henrik.