Files
tldr/pages.zh/linux/microcom.md

12 lines
360 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# microcom
> 一款极简的终端程序用于通过串口、CAN或telnet连接从控制台访问远程设备。
> 更多信息:<https://manned.org/microcom>。
- 使用指定的波特率打开串口:
`microcom --port {{path/to/serial_port}} --speed {{baud_rate}}`
- 建立与指定主机的telnet连接
`microcom --telnet {{hostname}}:{{port}}`