1
0
Fork 0
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:
Pr0m1x 2024-11-27 19:07:33 +08:00 committed by GitHub
parent 4d161a8e87
commit 91e295b3ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages.zh/linux/minicom.md Normal file
View 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`