Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!sunybcs!boulder!hao!gatech!seismo!mcvax!oce-rd1!hls From: hls@oce-rd1.UUCP Newsgroups: comp.unix.questions Subject: Re: problems to connect the serial line printer MT490 to a 4.3BSD VAX Message-ID: <409@oce-rd4.oce-rd1.oce.nl> Date: Mon, 31-Aug-87 17:17:39 EDT Article-I.D.: oce-rd4.409 Posted: Mon Aug 31 17:17:39 1987 Date-Received: Thu, 3-Sep-87 00:36:13 EDT References: <501@pbinfo.UUCP> Reply-To: hls@oce-rd4.UUCP (Harry Schreurs) Organization: Oce-Nederland bv, Venlo, the Netherlands Lines: 29 In article <501@pbinfo.UUCP> din@pbinfo.UUCP (Dietmar Neuwoehner) writes: >We have problems to connect the serial printer MT490 to our VAX 11/750, >which runs 4.3BSD Unix. >The printer works until it gets an input buffer overflow. We know that >it sends xoff about 500 times until the overflow happens. The VAX ignores >that sending more and more data. >This is the entry in our printcap file: >lpw|pbinfow|vaxw line printer MT490:\ > :lp=/dev/ttyA2:br#9600:fs#06360:xs#40:tr=\f:pl#72:pw#80:\ > :lf=/usr/adm/lpd-errs:sd=/usr/spool/lpd-pbinfow: >Please tell us, if you know how to solve the problem. Some time ago we had the same problem connecting an Apple LaserWriter to a VAX 8600. The laser printer produced only rubbish when we tried to send some output to it using the lpr command. For some reason there was no form of flow control between the laser printer and the VAX. The output of the command "stty everything > /dev/ttyxx" (in your case /dev/ttyA2) was very informative about the cause of our problem. Default mode for the port we were using was "raw"-mode!!! Extending the printcap-entry with :fc#040: solved our problem. Harry Schreurs /* * This note does not necessarily represent the position * of Oce-Nederland B.V. Therefore no liability or * responsibility for whatever will be accepted. */