BS2 Link for a Matrix LCD0821
Gerry Shand
Posts: 45
Hi All:
Has anyone had any luck with this combination? I am probably missing something simple here but the comm link I am using is 9600, 8, N, 1 using something like:
SEROUT 4, 16468, [noparse][[/noparse]$FE, "X"]
SEROUT 4, 16468, [noparse][[/noparse]$FE, "G", $01, $01]
No luck. I do get a bunch of junk on the screen though so I know the system is communicating but the above string was meant to clear the screen and put the cursor at the top left hand corner.
Any advice?
Thanks in advance.
Gerry
P.S. This is a neat little display of 2 lines x 8 characters. Works like a charm and pretty small. If I can get the thing to talk to the BS-2.
Has anyone had any luck with this combination? I am probably missing something simple here but the comm link I am using is 9600, 8, N, 1 using something like:
SEROUT 4, 16468, [noparse][[/noparse]$FE, "X"]
SEROUT 4, 16468, [noparse][[/noparse]$FE, "G", $01, $01]
No luck. I do get a bunch of junk on the screen though so I know the system is communicating but the above string was meant to clear the screen and put the cursor at the top left hand corner.
Any advice?
Thanks in advance.
Gerry
P.S. This is a neat little display of 2 lines x 8 characters. Works like a charm and pretty small. If I can get the thing to talk to the BS-2.
Comments
SEROUT 4, 84, [noparse][[/noparse]$FE, "X"]
SEROUT 4, 84, [noparse][[/noparse]$FE, "G", $01, $01]
Jeff T.