Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2000 13:35:26 -0700
From:      Chris Fedde <chris@fedde.littleton.co.us>
To:        "John Stevens" <tobyone@alphalink.com.au>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Serial Printers 
Message-ID:  <200003102035.e2AKZQm75751@fedde.littleton.co.us>
In-Reply-To: Your message of "Fri, 10 Mar 2000 16:09:24 %2B1100." <022401bf8a4e$ce487340$8c00a8c0@david> 

next in thread | previous in thread | raw e-mail | index | archive | help
"John Stevens" writes:
 +---------------
 | 
 |   I have a serial printer connected to com3 which loses characters after =
 | a few pages, the printer
 |   supports both hardware(DTR) and software(XON/XOFF) flow control, how =
 | do I configure FreeBSD(3.2) to overcome this problem.
 | 
 |                               Regards Tobyone
 +---------------

Set the flow control parameters for the device file in one of the boot
scripts using the stty(1) command:

    stty -f /dev/ttyd7 crtscts ixon 

This can also be set using :ms=crtscts,ixon: in the printers /etc/printcap
entry.

good luck
chris

__
Chris Fedde	  <chris@fedde.littleton.co.us>
303 773 9134


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003102035.e2AKZQm75751>