LK202-25-USB Set Cursor Coding

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
samon_18
LCD?
Posts: 2
Joined: Sun Aug 10, 2008 5:01 am

LK202-25-USB Set Cursor Coding

Post by samon_18 »

I've got the LK202-25-USB recently and am trying to set the curor position through visual basic (6 not .net) but i can't seem to get it right.
The code i'm using is

mscomm1.output = chr(254) & chr(71) & "1,5"

then i send the text as normal, but the text is displayed on the second line with the first couple of characters missing, i'm connecting to the display ok and can send text normally from the start of the display, just not if i ask to set position.

This is probably something very simple.
Jamie
Ray
Matrix Orbital
Matrix Orbital
Posts: 745
Joined: Thu Dec 13, 2001 4:00 pm
Location: Earth.... I think..
Contact:

Post by Ray »

give

mscomm1.output = chr(254) & chr(71) & chr(1) & char(5)

a whirl
samon_18
LCD?
Posts: 2
Joined: Sun Aug 10, 2008 5:01 am

Post by samon_18 »

It didn't work, same as before happened :(
anymore ideas?
Post Reply