Search found 4 matches

by cptdondo
Sat Dec 01, 2012 1:33 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK202-25 keypad HOWTO?
Replies: 2
Views: 3123

Re: LK202-25 keypad HOWTO?

OK, got it figured out.... Make sure canonical mode is not set for the serial port.

Code: Select all

stty -F /dev/ttyS0 -icanon
or

Code: Select all

newtio.c_lflag = 0;
if you're working with *nix.
by cptdondo
Sat Dec 01, 2012 11:33 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK202-25 keypad HOWTO?
Replies: 2
Views: 3123

LK202-25 keypad HOWTO?

This should be simple, but I cannot get any response from the keypad with my LK202-25. I have a B202A-BK, and I connected it to the keypad header. I get no response when I push anything on the keypad. Just to make sure I reset the keypad settings using the following: #!/bin/sh echo -e "\xFE\x58...
by cptdondo
Wed Nov 14, 2012 9:30 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK202-25-V set and save data lock not working.....
Replies: 3
Views: 3461

Re: LK202-25-V set and save data lock not working.....

Do I have to set all of the settings explicitly? In other words, do I have to set backlight, baud, keypad, etc?
by cptdondo
Wed Nov 14, 2012 7:22 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK202-25-V set and save data lock not working.....
Replies: 3
Views: 3461

LK202-25-V set and save data lock not working.....

I have an LK202-25-V hooked up to an OpenWRT board running linux. The hardware initializes the serial port at 115200 baud, but the screen cannot accept data that fast reliably, so I set it for 19200 and change the baud rate once the board is booted. This means I get a bunch of gibberish at boot time...