Friday 12 May 2017

Linux Serial Monitoring


(1) If you do need to know the identity of the serial port <devicename> use the command:
ls /dev/ttyACM*

(2) Connect using screen by typing the command screen:
sudo screen /dev/ttyACM0

Maybe you need to:
sudo screen /dev/ttyACM0 115200

No comments:

Post a Comment