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.


communicating with PIC through PC is something I just wanted to try, it works, good. I really need to find out how to communicate commands through the serial port, say toggle an LED on another PIC from serial port, either sent by PC or PIC., and it's late and I am going to bed, even later in SD huh?

Bookmarks