Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site utcsstat.UUCP Path: utzoo!utcsstat!geoff From: geoff@utcsstat.UUCP (Geoff Collyer) Newsgroups: net.unix-wizards Subject: Re: VT100 and bagbiting (actually ASCII debate) Message-ID: <1990@utcsstat.UUCP> Date: Sun, 1-Jul-84 00:07:07 EDT Article-I.D.: utcsstat.1990 Posted: Sun Jul 1 00:07:07 1984 Date-Received: Sun, 1-Jul-84 00:11:08 EDT References: <1321@sri-arpa.UUCP> Organization: U. of Toronto, Canada Lines: 13 Doug Gwyn's comments about the USG terminal driver allowing DC3/DC1 flow control in "RAW" mode need rebutting. RAW mode (at least in v7) means eight-bit, uninterpreted I/O, so asking for DC3/DC1 flow control makes no sense since it implies that characters are being interpreted and some (DC3 and DC1) are not passed through. My main objection to DC3/DC1 flow control is that it is a negative acknowledgement scheme and certain brain-damaged terminals such as the DEC VT100 contain insufficient buffering to allow them to operate at high speed, especially when using smooth-scroll (which is too slow in the VT100). The problem is worse if the terminal driver attempts to use silo alarms rather than taking interrupts immediately upon receipt of incoming characters.