add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

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