You need to send a DEC val of 13 to turn on the LCD.
From there, you can send ascii data.
I am not familiar with your "Serial LCD", and am not sure how it is set up to communicate. But it will need the DEC value of 13 before it will turn on.
Psuedo Code
Command pin = on
serout pin,13
Command pin = off
serout pin,"Hello World"
end
Dwayne
Last edited by Dwayne; - 2nd August 2005 at 14:41.
Ability to Fly:
Hurling yourself towards the ground, and missing.
Engineers that Contribute to flying:
Both optimists and pessimists contribute to the society. The optimist invents the aeroplane, the pessimist the parachute
Pilots that are Flying:
Those who know their limitations, and respect the green side of the grass...
Bookmarks