NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Everything Else » A Terminal program that can read uart from AVR for linux
September 14, 2009 by tech20 |
The title says it all, I am not knowledgable enough about coding to make a program that does this, has anyonemade one, or know a source for one |
---|---|
September 14, 2009 by mrobbins (NerdKits Staff) |
Hi tech20, Try "minicom" -- see our Servo Squirter tutorial page for some more details about how to set it up properly (scroll down to "Serial Port Communications"). Hope that helps! Mike |
September 14, 2009 by wayward |
tech20, you may want to try to read directly from the UART:
then you can read and write to it using cat, echo, tee, etc. or write your own program. Minicom is a good idea, but you only need it to configure the device, which is what the above line attempts to do too. |
September 15, 2009 by pbfy0 |
Everyone, I posted a serial reader in perl. It should work for linux as well as mac |
September 17, 2009 by tech20 |
thank you for the help, i'll try these out and see if they work out well for what i need |
Please log in to post a reply.
Did you know that you can make a huge, multi-panel LED display? Learn more...
|