Input and Output from Screens

Take a load off and chat!

Moderators: Henry, Mods

Post Reply
bpayne
LCD?
Posts: 1
Joined: Wed Nov 09, 2005 8:00 am
Location: Cincinnati, OH
Contact:

Input and Output from Screens

Post by bpayne »

I am looking at the LK162-12 for a personal project I am working on.

Can I send data directly to it via Serial, like a terminal, or does it need a program to interpret and move the cursor?

ex. In Linux, would "cat test.txt > /dev/ttyS0" propery display the contents of the text file "test.txt" assuming the device was on Serial port ttyS0?

How is the Input from the keypad accepted? Will pressing a key on the connected keypad then display on the screen or will it be sent via the serial connection, like a serial terminal?

Thanks for your help..

Tom
Matrix Orbital
Matrix Orbital
Posts: 1030
Joined: Mon Jul 19, 2004 4:43 pm
Location: Calgary
Contact:

Post by Tom »

Hi bpayne,

Thank you for posting on the forum.

All you would need to do is send data via the serial com port.

When you press a key, a character is sent down the receive line of the serial com port. You will then program the character accordingly.

An example of sending and receiving data to and from the display is shown at http://www.lcdforums.com/forums/viewtopic.php?t=2920 . The format might not be in your desired programming language, but the idea is the same.

If you have anymore questions or concerns, please feel free to post them.

Best Regards,

Post Reply