Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: andy [...] interkan
ru
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.00
Fixed in: (no value)



Subject: FreeBSD and perl module
When does Device::ParallelPort will be compatible with FreeBSD? # ./lpt1.pl Device::ParallelPort unabel to create driver auto (see Device::ParallelPort::drv::auto for further i nformation) - Device::ParallelPort::drv::auto (auto detect) error Unable to automatically detect a parllel port (currently only auto detect windows and linux drivers). You are running freebsd at (eval 1) line 3 at ./lpt1.pl line 12 Press any key to continue... Or what i've doing wrong? #!/usr/bin/perl -w # use Device::ParallelPort; my $port = Device::ParallelPort->new('auto:0'); $port->set_bit(1,1);