Showing posts with label mbed OS. Show all posts
Showing posts with label mbed OS. Show all posts

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