I use the "parallel port driver in userspace" feature of Linux, so you need to have it compiled into your kernel for proper operation. When compiled as module, this is the "ppdev" module. You will need to "modprobe" it before you can use pptester. Also, make sure the "lp" module is not loaded, or it will prevent "ppdev" to work correctly.
Now that the core architecture and functions are done, it is easily extensible.
PLIP WIRES STATES local | remote | value ----------+----------+------- d0 | error | 0 d1 | select | 0 d2 | paperout | 0 d3 | ack | 0 d4 | busy | 0 error | d0 | 1 select | d1 | 1 paperout | d2 | 0 ack | d3 | 1 busy | d4 | 1 control: init select
Copyright © 2001-2008 Vincent Stehlé ( vincent.stehle@free.fr). |
![]() |