程序猿Boris--CodeMonkey Boris
每一个错误的经验积累,就是通向成功的阶梯。
Each mistake I made shall become one of the stairs towards success.
Pages
Home
Coding
Tech
Music
AboutMe
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
Older Posts
Home
Subscribe to:
Posts (Atom)