Search found 4 matches

by ls78
Sun Nov 02, 2008 6:41 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: help with commards on lk202-25 serial display
Replies: 10
Views: 9327

theres just one more thing i would like to be able to do ,,,

is it posssible to get the button presses from my lcd panel ?

if so how can i do it with reference to my code i supplied above ?


cheers again .

luke
by ls78
Fri Oct 31, 2008 11:52 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: help with commards on lk202-25 serial display
Replies: 10
Views: 9327

yeah that does work , thanks very much for your help

cheers

luke
by ls78
Fri Oct 31, 2008 10:43 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: help with commards on lk202-25 serial display
Replies: 10
Views: 9327

hey thanks for your quick reply .


um i am using visual basic 2008 express .









Dim display As SerialPort
'Creates and opens the serial port.
display = New SerialPort("COM1", 19200, Parity.None, 8, StopBits.One)
display.Open()

display.Write("hello")

display.Close()

End Sub ...
by ls78
Fri Oct 31, 2008 10:03 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: help with commards on lk202-25 serial display
Replies: 10
Views: 9327

help with commards on lk202-25 serial display

hey there .

im trying to send commards ect such as clear to my display from visual basic . i can send text ok . But i cant seem to work out how to use the commard functions. im not sure what the sytax is. Im am confused from the data sheet.


i have been using hyperterm to test things .

please ...