Thats not much more difficult, add this snippet of code after sending the welcome message
unsigned char input;
while (true)
{
read(lcd,&input,1);
printf("You pressed %c\n",input);
}
Thanks you guys, you all have been most helpful. I have one question.....
if i use something like ...
Search found 6 matches
- Fri May 16, 2008 4:35 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK202-25 LCDd keypad test mode
- Replies: 11
- Views: 11524
- Thu May 15, 2008 1:49 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK202-25 LCDd keypad test mode
- Replies: 11
- Views: 11524
- Wed May 14, 2008 2:45 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK202-25 LCDd keypad test mode
- Replies: 11
- Views: 11524
how
and how do i send those command. I assume I can not simply use LCDd and echo the command to the display using pearl?
- Wed May 14, 2008 2:25 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK202-25 LCDd keypad test mode
- Replies: 11
- Views: 11524
In deed. I've posted the output at http://pastebin.com/m900d40Ray wrote:I see you are struggling to get your complete post on, the forum seems to dislike any unicode character you have in your post and cuts off at the character it dislikes, just remove the character and you'll be fine.
- Wed May 14, 2008 2:18 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK202-25 LCDd keypad test mode
- Replies: 11
- Views: 11524
?
it would appear i'm having truble
Code: Select all
MtxOrb: Received character
- Wed May 14, 2008 11:30 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK202-25 LCDd keypad test mode
- Replies: 11
- Views: 11524
LK202-25 LCDd keypad test mode
Hi,
Trying to get the above device to work in linux and when i run LCDd in keypad test mode I receive the following:
MtxOrb: Received character
Trying to get the above device to work in linux and when i run LCDd in keypad test mode I receive the following:
MtxOrb: Received character