On Sat, 20 May 2000, Pete Jewell <[EMAIL PROTECTED]> wrote:
> On Sat, 20 May 2000, Pekka Savola wrote:
> > Also, I'd like to know if there are any good minicom-like programs to use
> > with this 32-port cyclades serial multiplexer, or minicom
> > patches to get arount the problem.  Minicom has a serious flaw
> > IMO, that it doesn't allow you to specify serial port from command
> > line.. you have to create symbolic link /dev/modem or use fixed values in
> > configurations.
> 
> I'd recommend checking out ckermit - it's very configurable, and can be
> started with commands passed from the command line, ie -
> 
> ckermit -C "set line /dev/ttyS0,set speed 19200,set carrier-watch
> off,connect,quit"
> 
> Which will select the line & speed for you, stop it watching the modem
> control lines, connect, and when you hit Ctrl-/,C quit back to the shell.
> 
Right; this is one of many interfaces; others include traditional Unix
command line:

  kermit -l /dev/ttyS0 -b 19200 ...

Plus interactive prompt and command, command file, and script.  Includes
lots of debugging features ("show comm", "set term debug on", etc), parity
and word-size selection, built-in modem dialing for dozens of kinds of
modems, PPP dialing, numeric & alpha paging.  Everything is settable,
customizable, and scriptable.  It's also a Telnet client, it can transfer
files, etc etc.  Here's where to find it:

  http://www.columbia.edu/kermit/ckermit.html

- Frank


-
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to [EMAIL PROTECTED]

Reply via email to