From: Paul Lin (linp@nic.cerf.net)
Date: 03/07/93


From: linp@nic.cerf.net (Paul Lin)
Subject: Re: High speed serial ports (>38400)
Date: 7 Mar 1993 17:24:47 GMT

In article <1993Mar7.082835.9106@umr.edu> bolsen@cs.umr.edu (Brian Olsen) writes:
>
>Of late I've more aggressively looked into setting a my serial line to
>57600 in order to use my 14.4k modem at the speed it was designed at.
>Looking at the kernel sources and at XC30-1.5 I've seen that the
>kernel supports both 57600 and 115200 bps. However, it seems that
>the include files don't support any speeds above 38400. I'm just
>wondering if anyone has hacked throught the problem and has a
>modem program that supports 57600 bps, or give me an idea about
>how involved hacking this might be.
>Thanks,
>Brian
>bolsen@cs.umr.edu

While you could, of course, change the OS to match your needs (after
all, that's why we get the source code), the easiest solution is
to use setserial (from tsx-11) to change 38400 to 57600. I do
this in my rc file and it works fine. I fire up kermit, tell it to
use 38400 and connect to my 14.4k modem at 57600.

The only problem with this process is that kermit still reports using
38400. I can ignore this.

Enjoy.

Steve Harrington