0
votes
2answers
136 views
Sniffing LPT Traffic
I need to intercept LPT output traffic. After a couple of hours of research, I've come to understand that the only way to do this is by writing a kernel-mode driver, more precisely a "filter …
0
votes
0answers
289 views
Checking for devices on LPT/parallel port
I'd like to require that a line printer be attached to the parallel port (and turned on!) before running my application. I had found code to check a particular line on the LPT for a particular level …
3
votes
2answers
279 views
Finding available LPT (parallel) ports and addresses in Delphi
Hi, I am doing direct I/O on a parallel port which is fine and necessary for speed. I would like to enumerate the available ports to offer the user a choice of ports at setup time rather than a …
