picocom: add page (#12081)

Co-authored-by: Tristan Andrus <tristan.andrus@vivint.com>
pull/23/head
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
1 changed files with 12 additions and 0 deletions

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