I just tried this code, and it does not work:
TX:
RX:Code:Main: FOR TxValue = 0 TO 255 SEROUT2 DataPin, 84, [100,5,200, TxValue] PAUSE 500 NEXT GOTO Main
Code:LCDOUT $FE,1 LCDOUT "Waiting data..." RxValue VAR BYTE Mainx: SERIN2 RxPin, 84, [WAIT (100,5,200), RxValue] LCDOUT $FE, $C0, "Rx=", dec RXvalue, " " GOTO Mainx


Reply With Quote

Bookmarks