1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/minicom.md

17 lines
443 B
Markdown
Raw Normal View History

2021-12-30 11:55:32 +01:00
# minicom
> A program to communicate with the serial interface of a device.
> 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`