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:
parent
b731fedb33
commit
f0d11f481e
1 changed files with 12 additions and 0 deletions
12
pages.zh/common/picocom.md
Normal file
12
pages.zh/common/picocom.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# picocom
|
||||
|
||||
> 模拟串行端口的极简程序。
|
||||
> 更多信息:<https://manned.org/picocom>.
|
||||
|
||||
- 以指定波特率连接到串行端口:
|
||||
|
||||
`picocom {{/dev/ttyXYZ}} --baud {{波特率}}`
|
||||
|
||||
- 映射特殊字符(例如:将 LF 映射为 CRLF):
|
||||
|
||||
`picocom {{/dev/ttyXYZ}} --imap {{lfcrlf}}`
|
Loading…
Add table
Reference in a new issue