Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!cmcl2!phri!roy From: roy@phri.UUCP (Roy Smith) Newsgroups: net.unix,net.periphs Subject: Re: Flow Control Trouble with `lpd' Message-ID: <2472@phri.UUCP> Date: Fri, 31-Oct-86 22:34:19 EST Article-I.D.: phri.2472 Posted: Fri Oct 31 22:34:19 1986 Date-Received: Mon, 3-Nov-86 23:16:18 EST References: <3650@mit-eddie.MIT.EDU> Reply-To: roy@phri.UUCP (Roy Smith) Organization: Public Health Research Inst. (NY, NY) Lines: 17 Summary: Be sure you're not in RAW mode Xref: mnetor net.unix:6109 net.periphs:591 In article <3650@mit-eddie.MIT.EDU> jbs@mit-eddie.UUCP (Jeff Siegal) writes: > When I write directly to (say) /dev/tty02 (e.g. with `cat'), all is well, > but when I attempt to use lpd to manage the printer, Unix does not seem > to honor the XOFF (and XON) characters sent by the printer [...] We had just this problem last week -- turns out that we didn't set the tty flag bits right in /etc/printcap. Make sure you're not running in RAW mode; if you don't explicitly clear the RAW (040) bit in the tty flags, it may end up set by accident. You might also want to turn on the LDECCTQ bit so only ^Q restarts output, just in case your printer like to send back random trash between a ^S and the matching ^Q. Try something like: br#9600:rw:fc#0000374:fs#0000003:xc#0:xs#0040040 -- Roy Smith, {allegra,philabs}!phri!roy System Administrator, Public Health Research Institute 455 First Avenue, New York, NY 10016