I do not have the same LCD as you have to test, so I am not positive the commands are correct.
BUT...I now see some other problems.
First, with out changing any of your settings make an LED blink at say one second on and one second off and see if the timing is correct.
Code:
LOOP:
HIGH PORT?.?
PAUSE 1000
LOW PORT?.?
PAUSE 1000
GOTO LOOP
When you see it is not, here is why.
In your config settings HS is for an external OSC, you need "_INTRC_IO"
Wait a minute ... Did you get it working???
2. the baud rate set using these values, "396 or 16780" didn't work for me. but t2400 does.
Bookmarks