mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 18:15:25 +02:00
minicom: add Chinese translation (#14913)
This commit is contained in:
parent
4d161a8e87
commit
91e295b3ea
1 changed files with 16 additions and 0 deletions
16
pages.zh/linux/minicom.md
Normal file
16
pages.zh/linux/minicom.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# minicom
|
||||
|
||||
> 与设备的串行接口进行通信。
|
||||
> 更多信息:<https://manned.org/minicom>.
|
||||
|
||||
- 打开给定的串行端口:
|
||||
|
||||
`sudo minicom --device {{/dev/ttyUSB0}}`
|
||||
|
||||
- 以给定的波特率打开给定的串行端口:
|
||||
|
||||
`sudo minicom --device {{/dev/ttyUSB0}} --baudrate {{115200}}`
|
||||
|
||||
- 在与给定串行端口通信前进入配置菜单:
|
||||
|
||||
`sudo minicom --device {{/dev/ttyUSB0}} --setup`
|
Loading…
Add table
Reference in a new issue