Subject: serial program
To: NetBSD Help <netbsd-help@netbsd.org>
From: Joel Chen <jchen@liberate.com>
List: netbsd-help
Date: 03/15/2000 14:40:53
I need a good serial program.

minicom's got most of what I need except
I can't make it strip 8bit chars and the term
got mess up by bad chars.  The major
problem is the only way to get a huge log
off it is to turn on capture before hand.
The scroll back doesn't seem to have a save
option.

I used to use cu in emacs on a sgi, but that
program seems hopeless on my bsd machine:

yyy63 /usr/people/jchen> cu -l /dev/tty00 -s 115200
Connected.
cu: write: Input/output error

Disconnected.
yyy63 /usr/people/jchen>
yyy63 /usr/people/jchen>
yyy63 /usr/people/jchen>
yyy63 /usr/people/jchen>
yyy63 /usr/people/jchen> cu -l /dev/tty00 -s 115200
Connected.
hellcu: Got hangup signal

Disconnected.
yyy63 /usr/people/jchen>



Anyone got a good suggestion?

thanks,

joel...