PDA

View Full Version : Read From UART


SaeidHamzehee
06-11-2010, 08:20 PM
I'm going to read data from UART, I have a menu bar by which I manage my recieved requests. when user select a character from keyboard I want to do some thing. Therefore, I need to read the character from UART which is typed from keyboard.
Thanks in advance

kbanks
06-15-2010, 02:56 PM
Look in the SNAP Reference Manual at HOOK_STDIN.

Also look at the commandLine.py example script in your snappyImages directory.