Path: utzoo!utgpu!water!watmath!uunet!umbc3!alex From: alex@umbc3.UMD.EDU (Alex S. Crain) Newsgroups: unix-pc.general Subject: Re: achieving 19200 baud on the UNIX PC Keywords: 19200 baud console remote terminal Message-ID: <1060@umbc3.UMD.EDU> Date: 2 Jul 88 20:54:01 GMT References: <187@gizzmo.UUCP> Reply-To: alex@umbc3.UMD.EDU (Alex S. Crain) Organization: University of Maryland, Baltimore County Lines: 34 In article <187@gizzmo.UUCP> Kdavid@gizzmo.UUCP (David Solan) writes: >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > >It was suggested by Bob Ames that you could achieve a baud >rate of 19200 by replacing getty in /etc/inittab with uugetty. Though >Obviously, this "19200", if it is real at all, is in SERIAL >CONNECTION with a 9600 baud rate or such somewhere or other in the >internals of the machine, thereby rendering the 19200 rate effectively >null and void. Sorry, Its even more fundimental thatn that. A vt100 can't scroll at 19Kb, period. It can talk at 19Kb through the wonders of XON/XOFF flow control. That means that the terminal will accept input at 19K until its internal buffers fill up, and then send XOFF (^s) to the host which instructs the host tostop sending input until an XON (^q) is sent, after the terminal has dispersed its buffered data. The window driver can't talk at 9600 baud either. 19Kb terminal output is only really useful over terminal networks, because it enables the host to send data in spurts, and terminals spend less time waiting for other terminals. I would be interested to see if two 3b1's could sustain 19Kb (or higher) file transfers (uucp or whatever). Anybody ever tried? -- :alex. nerwin!alex@umbc3.umd.edu alex@umbc3.umd.edu