mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-18 00:35:23 +02:00
minicom: add more examples (#17184)
This commit is contained in:
parent
f733b5f822
commit
1bf57ea687
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
|
||||
`sudo minicom {{[-D|--device]}} {{/dev/ttyXYZ}} {{[-s|--setup]}}`
|
||||
|
||||
- Capture the output of a serial port to a file:
|
||||
|
||||
`sudo minicom {{[-D|--device]}} {{/dev/ttyXYZ}} {{[-C|--capturefile]}} {{path/to/file}}`
|
||||
|
||||
- Exit minicom:
|
||||
|
||||
`<Ctrl a><x><Enter>`
|
||||
|
|
Loading…
Add table
Reference in a new issue