mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:35:26 +02:00
minicom: add page (#7564)
This commit is contained in:
parent
fb6c77ecfc
commit
6a5c49c324
1 changed files with 16 additions and 0 deletions
16
pages/linux/minicom.md
Normal file
16
pages/linux/minicom.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue