LCD problems using SEROUT 16
hvguy
Posts: 18
I have the Parallax 4x20 LCD, item 27979, connected to a BS2 and have had no problems with it until I tried to use the Sout pin.
This code:
DO
PAUSE 100
SEROUT 0, 32, [noparse][[/noparse]"hello"]
PAUSE 1000
LOOP
Displays hello every 1.1sec, as you would expect, with the LCD connected to P0
This code:
DO
PAUSE 100
SEROUT 16, 32, [noparse][[/noparse]"hello"]
PAUSE 1000
LOOP
Displays a cursor at L0 P0 and does nothing else, with the LCD connected to Sout
What's going on? Why does Sout not work the same as P0?
This code:
DO
PAUSE 100
SEROUT 0, 32, [noparse][[/noparse]"hello"]
PAUSE 1000
LOOP
Displays hello every 1.1sec, as you would expect, with the LCD connected to P0
This code:
DO
PAUSE 100
SEROUT 16, 32, [noparse][[/noparse]"hello"]
PAUSE 1000
LOOP
Displays a cursor at L0 P0 and does nothing else, with the LCD connected to Sout
What's going on? Why does Sout not work the same as P0?
Comments
Post Edited (hvguy) : 5/7/2010 4:55:21 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
·