1
0
Fork 0
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:
Harrison 2025-07-10 09:03:59 +08:00 committed by GitHub
parent f733b5f822
commit 1bf57ea687
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>`