and:
should be replaced with:Code:IF txbyte.bit0 = 1 THEN PORTB.1 = 1 ELSE PORTB.1 = 0 ENDIF
While still in BASIC.Code:PORTB.1 = txbyte.bit0
and:
should be replaced with:Code:IF txbyte.bit0 = 1 THEN PORTB.1 = 1 ELSE PORTB.1 = 0 ENDIF
While still in BASIC.Code:PORTB.1 = txbyte.bit0
Bookmarks