Search found 6 matches

by tom.garratt
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

Thanks

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 ...
by tom.garratt
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

If you have no means of sending that on your own, easiest thing to do is probably take the hello world application from our linux app note and replace the welcome message with


unsigned char WelcomeMessage[] =
{254,213,255,255,255,255,255,255,255,255,255,255,
255,255,255,255,255,255,255,255,255 ...
by tom.garratt
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?
by tom.garratt
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

Ray 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.
In deed. I've posted the output at http://pastebin.com/m900d40
by tom.garratt
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
by tom.garratt
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