Cyberman.Wu
Linux下有没有类似于Windows超级终端的工具用来读取串口输出?
现在用别人一个系统(一块插在PCIe上的板子),总是无法连接,想看它的串口输出,但不知道在Linux下用什么工具,用cat的话没办法设置一些参数是乱码,而minicom好像只能用于modem。在网上找到半天看到的都是自己编程,想问一下有没有现成的工具?不想总是去重造轮子。
MMMIX
[quote]原帖由 [i]Cyberman.Wu[/i] 于 2008-6-16 14:48 发表 [url=http://linux.chinaunix.net/bbs/redirect.php?goto=findpost&pid=6614341&ptid=1011179][img]http://linux.chinaunix.net/bbs/images/common/back.gif[/img][/url]
cu是啥?[/quote]
不知道 2 楼说的是不是这个:
[quote]
NAME
cu - Call up another system
SYNOPSIS
cu [ options ] [ system | phone | "dir" ]
DESCRIPTION
The cu command is used to call up another system and act as a dial in terminal. It can also do simple file transfers with no error
checking.
[/quote]