900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > 嵌入式linux开发 minicom 串口通信工具 就像Windows下的超级终端

嵌入式linux开发 minicom 串口通信工具 就像Windows下的超级终端

时间:2018-11-08 22:50:49

相关推荐

嵌入式linux开发 minicom 串口通信工具 就像Windows下的超级终端

Linux 下的 minicom 的功能与 Windows 下的超级终端功能相似,可以通过串口控制外部的硬件设备。适于在 Linux 通过超级终端对嵌入式设备行管理。

一、安装

sudo apt-get install minicom -y

二、查看帮助

ms@ubuntu:~$ minicom -hUsage: minicom [OPTION]... [configuration]A terminal program for Linux and other unix-like systems.-b, --baudrate : set baudrate (ignore the value from config)-D, --device : set device name (ignore the value from config)-s, --setup : enter setup mode-o, --noinit : do not initialize modem & lockfiles at startup-m, --metakey: use meta or alt key for commands-M, --metakey8 : use 8bit meta key for commands-l, --ansi : literal; assume screen uses non IBM-PC character set-L, --iso : don't assume screen uses ISO8859-w, --wrap : Linewrap on-H, --displayhex : display output in hex-z, --statline : try to use terminal's status line-7, --7bit : force 7bit mode-8, --8bit : force 8bit mode-c, --color=on/off: ANSI style color usage on or off-a, --attrib=on/off : use reverse or highlight attributes on or off-t, --term=TERM : override TERM environment variable-S, --script=SCRIPT : run SCRIPT at startup-d, --dial=ENTRY : dial ENTRY from the dialing directory-p, --ptty=TTYP : connect to pseudo terminal-C, --capturefile=FILE : start capturing to FILE-F, --statlinefmt: format of status line-R, --remotecharset : character set of communication partner-v, --version: output version information and exit-h, --help : show helpconfiguration: configuration file to useThese options can also be specified in the MINICOM environment variable.This variable is currently unset.The configuration directory for the access file and the configurationsis compiled to /etc/minicom.Report bugs to <minicom-devel@lists.>.ms@ubuntu:~$

三、用法

运行命令

minicom -s

弹出以下图形配置界面

+-----[configuration]------+| Filenames and paths|| File transfer protocols || Serial port setup || Modem and dialing || Screen and keyboard|| Save setup as dfl || Save setup as..|| Exit || Exit from Minicom |+--------------------------+

四、用法参考

Linux minicom命令 | 菜鸟教程

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。