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);