To display a variable in binary format use the BIN modifier
To display a variable in hexadecimal format use the HEX modifier
ex :
cnt VAR byte
cnt = %01010011
LCDOut BIN cnt
This will display: 01010011
Read the SEROUT2 command for more details, starting at page 140 of the manual. This also apply to the LCDOUT command.
J-P
Bookmarks