Search found 3 matches

by tphuynh
Sat Sep 17, 2005 12:05 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: MX product - program keypad in VB
Replies: 5
Views: 8028

Thank-you Ray! It worked.

Just had to modify some of the Case values to work with the MX product.

Thanks again! :D
by tphuynh
Fri Sep 16, 2005 3:54 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: MX product - program keypad in VB
Replies: 5
Views: 8028

Hi tphuynh,

Thank you for posting at the forums.

Please refer to the link at http://www.lcdforums.com/forums/viewtopic.php?t=1961 to display text. What you may want to try after receiving the character is to use some type of if statement. Ex) If 0x48 is detected, then print a specific screen ...
by tphuynh
Fri Sep 16, 2005 3:12 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: MX product - program keypad in VB
Replies: 5
Views: 8028

MX product - program keypad in VB

Hi,

I'm trying to program in VB one of the keypad "Enter" to display something like "Power On". For exampling, pressing the Enter button on the LCD pad - will display "Power ON" on the screen.

I know that pressing "enter" on the keypad will store a HEX value of 48 in
MSComm1.input. Somehow I can ...