Site Tools


115200

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

115200 [March 15, 2026 at 23:03] – created yanevskiv115200 [May 14, 2026 at 11:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +# 115200
 +**115200** is the default baud rate for [[arduino|Arduino]] USB-UART communication.
  
 +## picocom
 +You specify the baudrate using `-b` option.
 +```
 + $ picocom /dev/ttyACM0 -b 115200
 +```
 +To exit picocom, use `Ctrl + A, X`. This means holding control and pressing 'A' and 'X'. Don't release control while switching from 'A' to 'X'.