mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
picocom: add page (#12081)
Co-authored-by: Tristan Andrus <tristan.andrus@vivint.com>
This commit is contained in:
parent
6e6041644a
commit
615f361ed7
1 changed files with 12 additions and 0 deletions
12
pages/common/picocom.md
Normal file
12
pages/common/picocom.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# picocom
|
||||
|
||||
> Minimal program to emulate serial consoles.
|
||||
> More information: <https://manned.org/picocom>.
|
||||
|
||||
- Connect to a serial console with a specified baud rate:
|
||||
|
||||
`picocom {{/dev/ttyXYZ}} --baud {{baud_rate}}`
|
||||
|
||||
- Map special characters (e.g. `LF` to `CRLF`):
|
||||
|
||||
`picocom {{/dev/ttyXYZ}} --imap {{lfcrlf}}`
|
Loading…
Add table
Reference in a new issue