mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 09:57:29 +00:00
Update cheatsheets
This commit is contained in:
17
picocom
Normal file
17
picocom
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user