
Originally Posted by
HenrikOlsson
Hi Joe,
What software are you using send the data from the PC to the LCD? If it's a terminal program you need to figure out how to send the ASCII representation of $FE. You can't just type "$FE" because that will send the three characters $,F,E and not the LCD's "command identifier".
If you are using Hyperterminal it MAY work by doing this:
Hold down the left ALT key on you keyboard, then, on the numerical keyboard type 254 and let go of the ALT key. Then do the same but type 192 instead. This should be the same as sending $FE,$C0
If you're using the Serial communicator in MCS look for "Parse Control Characters" in the help file.
/Henrik Olsson.
Bookmarks