JohnSchwab
08-08-2006, 10:55 PM
I have a LK205-25 Matrix Orbital LCD conencted to my BS2SX.· I can drive the LCD perfectly using SEROUT commands, but I am having problems reading from it.· I am trying to read the version number of the display back first, but my ultimate goal is to read the keypad.· A small version of my code is below.· Any help would be greatly appreciated.
· serStr VAR Byte
· Main:
··· SEROUT 6,110,[254,54]
··· SERIN 7,110,100,No_Data,[serStr]
··· DEBUG serStr
··· GOTO Main
·
· No_Data:
··· DEBUG "No data"
Thanks,
/John
· serStr VAR Byte
· Main:
··· SEROUT 6,110,[254,54]
··· SERIN 7,110,100,No_Data,[serStr]
··· DEBUG serStr
··· GOTO Main
·
· No_Data:
··· DEBUG "No data"
Thanks,
/John