2021-12-30 10:55:32 +00:00
|
|
|
# minicom
|
|
|
|
|
2024-02-25 10:46:24 +00:00
|
|
|
> Communicate with the serial interface of a device.
|
2021-12-30 10:55:32 +00:00
|
|
|
> More information: <https://manned.org/minicom>.
|
|
|
|
|
|
|
|
- Open a given serial port:
|
|
|
|
|
|
|
|
`sudo minicom --device {{/dev/ttyUSB0}}`
|
|
|
|
|
|
|
|
- Open a given serial port with a given baud rate:
|
|
|
|
|
|
|
|
`sudo minicom --device {{/dev/ttyUSB0}} --baudrate {{115200}}`
|
|
|
|
|
|
|
|
- Enter the configuration menu before communicating with a given serial port:
|
|
|
|
|
|
|
|
`sudo minicom --device {{/dev/ttyUSB0}} --setup`
|