最专业的手机网站建设,厦门建设厅网站,wordpress漏洞 4.7,wordpress 退出登录microcom串口助手使用介绍
microcom是一个在终端中使用的串口助手#xff0c;类似平常使用SSCOM一样的东西#xff0c;不过是在终端中使用而已。
使用的是busybox构建的文件系统 microcom源码路径#xff1a;busybox/miscutils/microcom.c
microcom 参数#xff1a;
[r…microcom串口助手使用介绍
microcom是一个在终端中使用的串口助手类似平常使用SSCOM一样的东西不过是在终端中使用而已。
使用的是busybox构建的文件系统 microcom源码路径busybox/miscutils/microcom.c
microcom 参数
[rsu7012: ~]$ microcom --help
BusyBox v1.29.3 (2023-10-17 08:27:14 EDT) multi-call binary.Usage: microcom [-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTYCopy bytes for stdin to TTY and from TTY to stdout-d Wait up to DELAY ms for TTY output before sending everynext byte to it-t Exit if both stdin and TTY are silent for TIMEOUT ms-s Set serial line to SPEED-X Disable special meaning of NUL and Ctrl-X from stdin
-d 表示延时时间。-t 表示超时时间超多少时间就自动退出单位为 ms。-s 表示传输速度波特率的意思这个根据自己的情况而定。-X 从 stdin 禁用 NUL 和 Ctrl-X 的特殊含义。
示例
microcom -s 38400 /dev/ttylmc0microcom命令使用