Q&A
Ask and answer questions to make information more available to wider audiences.
Luke Cropsey @lukecropsey7   17, Jul 2023 12:00 AM
parallel port where devices are connected
How do you refer to the parallel port where devices such as printers are connected?
answers 1
 
Answer 1
Robert Gearhart @robert_gearhart   21, Jul 2023 04:30 PM
Whereas under Windows you refer to the parallel port as the LPT port, under Linux you refer to it as /dev/lp . LPT1, LPT2 and LPT3 would therefore be referred to as /dev/lp0, /dev/lp1, or /dev/lp2 under Linux.