A parallel port driver module. This module provides an API to all parallel ports, by providing the ability to write any number of drivers. Modules are available for linux (both directly and via parport), win32 and a simple script version. NOTE - This...
SCOTT/Device-ParallelPort-1.00 - 22 Mar 2004 12:28:59 UTCThis driver is the base class recommended for all Parallel Port Drivers. It is not useful in itself. Although against proper OO design, this particular module does not work by itself....
SCOTT/Device-ParallelPort-1.00 - 22 Mar 2004 12:28:59 UTCTo come....
SCOTT/Device-ParallelPort-JayCar-0.04 - 22 Mar 2004 12:31:53 UTCThis is a demonstration only and does not have any real practical application. It has been written as a demonstration on how to write drivers for Device::ParallelPort. Device::ParallelPort provides a raw interface to the parallel port. Printers actua...
SCOTT/Device-ParallelPort-1.00 - 22 Mar 2004 12:28:59 UTCThis module should be used if you do not care what driver is used. It is very handy for writing cross platform applications in that it will autoamtically determine which parallel port driver is appropriate. See Device::ParallelPort for full details....
SCOTT/Device-ParallelPort-1.00 - 22 Mar 2004 12:28:59 UTCThis is a basic driver that access the parallel port directly via standard io. This of course means that this script must be run as root (or setuid and all that involves)....
SCOTT/Device-ParallelPort-drv-linux-1.00 - 22 Mar 2004 12:29:31 UTCThis module uses the inpout32.dll common to Windows users to read and write to the Parallel Port. For futher details see Device::ParallelPort...
SCOTT/Device-ParallelPort-drv-win32-1.3 - 25 Jun 2005 22:53:58 UTCThis basic drive allows you to write a completely seperate piece of code to control the bits, and still allow the usual interface. This is fairly pointeless interface by itself but does allow for testing and unusal circumstances. Really there is not ...
SCOTT/Device-ParallelPort-1.00 - 22 Mar 2004 12:28:59 UTCThis program uses the linux /dev/parportX devices, which means of course that you must have access to that device, which is simply a matter changing permissions for your system, much the same as you would if you where giving the user access to the so...
SCOTT/Device-ParallelPort-drv-parport-1.0 - 22 Mar 2004 12:31:22 UTCThis is a dummy driver. Purely built to test the primary driver....
SCOTT/Device-ParallelPort-1.00 - 22 Mar 2004 12:28:59 UTCThis is purely used for testing the system and not really useful....
SCOTT/Device-ParallelPort-1.00 - 22 Mar 2004 12:28:59 UTC