Skip to content

Commit

Permalink
minicom: add Chinese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Promix953 committed Nov 19, 2024
1 parent a394bba commit 3db521c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages.zh/linux/minicom.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 3db521c

Please sign in to comment.