1
0
Fork 0
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:
steelswords 2024-01-19 15:00:11 -07:00 committed by GitHub
parent 6e6041644a
commit 615f361ed7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/common/picocom.md Normal file
View 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}}`