1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 13:35:25 +02:00

picocom: add Chinese translation (#14818)

This commit is contained in:
Pr0m1x 2024-11-19 10:44:35 +08:00 committed by GitHub
parent b731fedb33
commit f0d11f481e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
# picocom
> 模拟串行端口的极简程序。
> 更多信息:<https://manned.org/picocom>.
- 以指定波特率连接到串行端口:
`picocom {{/dev/ttyXYZ}} --baud {{波特率}}`
- 映射特殊字符(例如:将 LF 映射为 CRLF):
`picocom {{/dev/ttyXYZ}} --imap {{lfcrlf}}`