Skip Menu |

This queue is for tickets about the Device-ParallelPort CPAN distribution.

Report information
The Basics
Id: 2868
Status: new
Priority: 0/
Queue: Device-ParallelPort

People
Owner: Nobody in particular
Requestors: namhai_pham [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: (no value)



Subject: Need win32 driver
use Device::ParallelPort; my $port = Device::ParallelPort->new('auto:0') ; $port->set_bit(3,1); print $port->get_bit(3) . "\n"; print ord($port->get_byte(0)) . "\n"; resulted in : Can't create driver auto - Can't locate object method "new" via package Device::ParallelPort::drv::auto. I don't find a driver for win32 in the installed pakage.
From: calchair [...] excite.com
Scott: Would appreciate it if you could fix this. Thanks John [guest - Mon Jun 30 08:31:39 2003]: Show quoted text
> use Device::ParallelPort; > > my $port = Device::ParallelPort->new('auto:0') ; > $port->set_bit(3,1); > print $port->get_bit(3) . "\n"; > print ord($port->get_byte(0)) . "\n"; > > resulted in : > > Can't create driver auto - Can't locate object method "new" via > package Device::ParallelPort::drv::auto. > I don't find a driver for win32 in the installed pakage.