From owner-freebsd-questions Wed May 8 11:58:32 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA04569 for questions-outgoing; Wed, 8 May 1996 11:58:32 -0700 (PDT) Received: from seabass.progroup.com (catfish.progroup.com [206.24.122.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA04553 for ; Wed, 8 May 1996 11:58:28 -0700 (PDT) Received: (from craig@localhost) by seabass.progroup.com (8.6.12/8.6.12) id LAA05852 for questions@freebsd.org; Wed, 8 May 1996 11:58:56 -0700 Message-Id: <199605081858.LAA05852@seabass.progroup.com> Subject: Re: Bidirectional parallel port? To: questions@freebsd.org Date: Wed, 8 May 1996 11:58:56 -0700 (PDT) From: "Craig Shaver" In-Reply-To: <3845.831549794@mumps.pfcs.com> from "Harlan Stenn" at May 8, 96 06:03:14 am X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > I gather from the docs that the parallel port (/dev/lpt0) is output only. > > However, I gather that the parallel port can be used for IP, which means > that it can also be bidirectional. > > What's the story? > > I haven't been able to get bidirectional I/O to the port with a > PostScript printer. > > H > I believe you need a program that will take advantage of the postscript commands from the printer on the lpt?: line. The newer parallel ports can use the interrupt line whereas the older ones were broken in the hardware. apsfilter will use the serial port to do what you want to do with the postscript printer, but will not do it with the parallel port. You could try to fiddle with the code to make it work the way the serial code works!!!!! -- Craig Shaver (craig@progroup.com) (415)390-0654 Productivity Group POB 60458 Sunnyvale, CA 94088