您的位置:首页 > 其它

ubuntu下minicom的使用

2009-09-01 17:33 369 查看
作者: Intercon 发布日期: 2007-8-28 查看数:

483 出自: http://www.linuxdiyf.com
  Minicom是linux下串口通信的软件,虽然没有“超级终端”那么易用,但是使用习惯之后读者将会体会到他的高效与便利。

安装:

sudo apt-get install minicom

配置:

1 . 在终端中输入minicom以启动minicom;

2. 先按下Ctrl + a, 放开, 再按o, 出现配置菜单.

3. 选择 Serial port setup, 此时所示图标在“Change which
setting”中,键入“A”,此时光标移到第A项对应处:串口COM1对应ttyS0, COM2对应ttyS1. (注意选择)

对波特率,数据位和停止位进行配置,键入“E”,波特率选为115200 8N1 (奇偶校验无,
停止位1),硬/软件流控制分别键入“F”“G”并且都选NO。在确认配置正确之后,可键入回车返回上级配置界面,并将其保存为默认配置。(即save
setup as dfl),之后重启minicom是刚才配置生效,在连上开发板的串口线后,就可在minicom中打印正确的串口信息了。

这时候可以打印串口的信息了,但是在通过串口用xmodem协议烧写内核时会提示没有xmodem协议。

所以还必须安装软件包:lrzsz

sudo apt-get install lrzsz

这时候就可以正常地用minicom通过串口烧写内核了。

co+-------------------------------------------------------------------+

| Minicom Command Summary |

OPTIO| |

Compi| Commands can be called by CTRL-A <key> |

Port | |

| Main Functions Other Functions |

| |

| Dialing directory..D run script (Go)....G | Clear Screen.......C |

AT S7| Send files.........S Receive files......R | cOnfigure Minicom..O |

OK | comm Parameters....P Add linefeed.......A | Suspend minicom....J |

| Capture on/off.....L Hangup.............H | eXit and reset.....X |

| send break.........F initialize Modem...M | Quit with no reset.Q |

| Terminal settings..T run Kermit.........K | Cursor key mode....I |

| lineWrap on/off....W local Echo on/off..E | Help screen........Z |

| Paste file.........Y | scroll Back........B |

| |

| Select function or press Enter for none. |

| |

| Written by Miquel van Smoorenburg 1991-1995 |

| Some additions by Jukka Lahtinen 1997-2000 |

| i18n by Arnaldo Carvalho de Melo 1998 |

+-------------------------------------------------------------------+
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: