Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.uwa.edu.au!classic.iinet.com.au!news.uoregon.edu!news.algonet.se!seunet!news2.swip.net!plug.news.pipex.net!pipex!dish.news.pipex.net!pipex!tank.news.pipex.net!pipex!dispatch.news.demon.net!demon!awfulhak.demon.co.uk!awfulhak.demon.co.uk!not-for-mail From: brian@awfulhak.demon.co.uk (Brian Somers) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Programming modems, what software ? Date: 9 Sep 1995 23:51:49 +0100 Organization: None Lines: 33 Message-ID: <42t5q5$293@awfulhak.demon.co.uk> References: <42jr06$qsa@News.Simplex.NL> <42l6h8$pdq@engnews2.Eng.Sun.COM> X-NNTP-Posting-Host: awfulhak.demon.co.uk X-Newsreader: TIN [version 1.2 PL2] Eric van Bezooijen (ericvb@Sun.COM) wrote: : Rob Simons (rob@Simplex.simplex.nl) wrote: : : Hi, : : What software do you use to programm your modems for speeds as high : : as 115200 baud ? kermit doesn't seem to be able to go abovve 38400, : : at least the version I have and that I could find. : : I'm using telix now on a DOS PC, but would like to do it from the : : FreeBSD machine directly. : Hmm, I use the kermit from ftp.cdrom.com to dial at 57600, and I have : had 0 problems with that. I assume you have the newer serial chips that : can handle high speeds (the 16550 UARTS) ? I haven't tried 115200 baud : because I only use 1 B-channel with a Motorola BITSURFR. : -Eric And I connect at a DTR of 115200, as I did with an 8250 serial chip - although this did lose some packets. I built kermit from source with no problems. Try $ kermit kermit> set line /dev/cuaa0 kermit> set sp 115200 kermit> show com that's assuming you've got a modem that can DTR at 115200 - otherwise try 57600 - most 14400 modems will only do 57600. Brian