Search found 1 match

by christiaanm
Sat Apr 26, 2003 10:28 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Visual Basic commands for lk202-25
Replies: 1
Views: 2140

Visual Basic commands for lk202-25

i am seraching for visual basic codes for the lk202-25 LCD

eg. clear screen

private sub Command1_Click
Mscomm1.Output = chr(254) & Chr(88)
end sub

now i am searching for going to the next line, they give LF but i can get this running, can somebosy give me an idea or tip, tnx :D