Hi all,
how to write code,whit SEROUT command, for LCD seial 4x20 ?
A example please..
This code not work. Only X on display..
--------------------------------------------
pause 1000
start:
serout portb.1, 2, [254,1]
pause 40
serout portb.1, 2, ["Hello World"]
pause 400
goto start
end
--------------------------------------------

pic 16f84a
trasmit on port1
9600

THX
chip