From owner-freebsd-questions Tue Nov 4 17:44:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA27090 for questions-outgoing; Tue, 4 Nov 1997 17:44:01 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from bb.cc.wa.us (root@[208.8.136.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA27052 for ; Tue, 4 Nov 1997 17:43:57 -0800 (PST) (envelope-from chris@bb.cc.wa.us) Received: from localhost (chris@localhost) by bb.cc.wa.us (8.8.5/8.6.9) with SMTP id RAA10632; Tue, 4 Nov 1997 17:40:32 -0800 (PST) Date: Tue, 4 Nov 1997 17:40:32 -0800 (PST) From: Chris Coleman X-Sender: chris@bb.cc.wa.us To: Julian Elischer cc: questions@FreeBSD.ORG Subject: Re: Network Serial Plotter Printer. In-Reply-To: <345FAD94.1CFBAE39@whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 4 Nov 1997, Julian Elischer wrote: > Chris Coleman wrote: > > > > I am trying to set up FreeBSD as a Network Printer to serve 4 serial > > plotters. They are HP 7475A Pen Plotters. I am having a lot of trouble > > getting them to print correctly. I know the driver works, because I can > > print from the local machine. > > > > To test this I plotted to a file and copied it to the com1 in DOS and then > > cuaa1 on the FreeBSD Machine. It printed fine in DOS and Screwed up in > > FreeBSD. > > > Have you turned on handshaking? > > (stty crtscts ) > (you need to do this wherever you are setting the baud rate) Wonderful!!! it Worked. It was sending the data too Fast. There was nothing to tell it to wait until the plotter had caught up. I finally figured out how to add this to rc.serial (man pages are real nice once you figure out which ones you need to look at). Thanks All >