Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3024
  • 博文数量: 3
  • 博客积分: 120
  • 博客等级: 入伍新兵
  • 技术积分: 40
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-28 14:05
文章分类
文章存档

2009年(3)

我的朋友
最近访客

分类: LINUX

2009-07-30 08:11:02

the USAGE of  minicom on CentOS 5

minicom is a good tool in Linux system, which can connect to your target via serial port.
but how to make it work on CentOS 5 ?

if the system tell you '/dev/modem' is not found :

[root@localhost Desktop]# minicom minicom: WARNING: configuration file not found, using defaults Device /dev/modem access failed: 没有那个文件或目录. You have new mail in /var/spool/mail/root


please run this :

ln -s /dev/ttyS0 /dev/modem



Ctrl A + Z to config minicom

choose O option to config serial:115200 8N1(different devices have different values ),change you device name to /dev/ttyS0 rather than /dev/modem,Save & Exit.
阅读(213) | 评论(0) | 转发(0) |
0

上一篇:Compile Linux 2.6 Kernel

下一篇:没有了

给主人留下些什么吧!~~