Parallel Port Printers
From Info Wiki
Jump to navigationJump to search
Overview
Such printers are now old and only woth pursuing for special features, such as:
- capability for larger than A4 paper
- stock of consumables available
Connection
Few contemporary computers have a parallel port. Possible options
- some may have a neader on the mainboard, to which a parallel port sccket, having "flying" cable, from '90s vintage computer may be plugged
- USB-LPT adapter
- printer server
Printer cables conforming to iEEE 1284 use twisted-pairs, for higher data transfer rates
- these will make a difference only for ECP or EPP capable printers
Settings
Settings in the computer's BIOS or device menu and the printer should be set to the highest capability that both can handle. The following capablilities are listed in increasing order:
- Stnadard Parallel Port (SPP) - for pre-1994 printers
- bi-directional - typically in mid-90s printers
- EPP
- ECP
USB-LPT devices may not be configurable and tend to support higher modes only
- these may not work at all with SPP or bi-directional printers
Linux
Linux distributions from about 2011 do not activate modules required for parallel port printers, by default.
- In 3.x kernels the modules required are named
- ppdev ('parport' in 2.6.x kernels)
- lp
--Rpeters09:16, 31 August 2012 (EST) --