Read serial data
-
Hallo,
How can I read simple serial data from the Uart? (from a infraredscanner connected)
Greets,
John
-
Hallo,
How can I read simple serial data from the Uart? (from a infraredscanner connected)
Greets,
John
-
Hello,
you can try utility called screen (sudo apt-get install screen) and then run e.g. screen /dev/ttyAMA0 115200 (depending on the comm speed of your device)