NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Microcontroller Programming » Uart
March 19, 2011 by hariharan |
How can i use a uart and c programing to create an user interface to the lcd with a computer? And how will i input the string? |
---|---|
March 19, 2011 by missle3944 |
Hi hariharan, As far as executing programs on your computer- If you research python you will find that you are able to open programs using python on your computer. If you take a look at the As far as a menu on the LCD, if you mean that, then I'm not sure... If you are unfamiliar with the scanf then you should look at the tutorial of printf and scanf basics of reading and writing things to your MCU using a serial client such as Putty or hyperterminal. A simple google search of python and pyserial will get you started. -missle3944 |
Please log in to post a reply.
Did you know that NerdKits has been featured on Slashdot, Hack A Day, Hacked Gadgets, the MAKE blog, and other DIY-oriented websites? Learn more...
|