From owner-freebsd-questions Mon Feb 6 09:15:28 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA15454 for questions-outgoing; Mon, 6 Feb 1995 09:15:28 -0800 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id JAA15448 for ; Mon, 6 Feb 1995 09:15:27 -0800 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA05717; Mon, 6 Feb 95 10:08:06 MST From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9502061708.AA05717@cs.weber.edu> Subject: Re: Kermit @ 14.4? To: mnewell@lupine.nsi.nasa.gov (Michael C. Newell) Date: Mon, 6 Feb 95 10:08:06 MST Cc: jerryk@indy.net, questions@FreeBSD.org In-Reply-To: from "Michael C. Newell" at Feb 6, 95 09:46:39 am X-Mailer: ELM [version 2.4dev PL52] Sender: questions-owner@FreeBSD.org Precedence: bulk > > Whenever I attempt to dial my service provider and the modems handshake at > > 14.4, Kermit barfs saying _it_ can't support 14.4. What gives? If I use > > tip, I can connect at 14.4 although the entry in /etc/remote for the port is > > set at 19.2. I have set the speed (with the Kermit 'speed' command) at both > > 57600 and 38400. > > 14.4 is not a "standard" serial communication speed (your serial port > cannot support 14.4Kbs) ; it is a standard carrier speed (V.32bis) though. > What I do is set my modem and serial card for hardware flow control, then > set the DTE (i.e. Kermit's) speed to the highest available. The modems > will handle bufferring between them. If you have V.42bis compression > you'll actually get better throughput than the raw 14.4Kbs carrier will > allow. The clock crystal divider register in the UART doesn't support 14.4; it goes from 19.2 to 38.4 to ... The good thing about flow control is that the higher you set your modem to computer baud above the modem to modem baud, the larger the latency you introduce between typing, for instance, ^C, and anything actually happening as a result as the modem buffers drain down. Er. Uh... actually, that's *not* a good thing. 8-) 8-). It is unlikely you are really pushing 1440 cps over a 14.4 anyway, since all baud rates above 4800 (assuming line turnaround) imply the use of compression, and compression algorithms aren't that deterministic. Unless you buy a Telebit and do multicarrier modulation, or go digital. For a 14.4 modem, you probably want to set the interface speed to 19.2 to handle bursting, and live with the small latency thus introduced. Opinion: flow control sucks. It is only useful when your hardware is lying to you. Damn dishonest hardware . Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.