Device::ParallelPort

Device::ParallelPort is a Parallel Port Driver for Perl.
Download

Device::ParallelPort Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Scott Penrose
  • Publisher web site:
  • http://search.cpan.org/~scott/Template-Provider-MD5-0.01/lib/Template/Provider/MD5.pm

Device::ParallelPort Tags


Device::ParallelPort Description

Device::ParallelPort is a Parallel Port Driver for Perl. Device::ParallelPort is a Parallel Port Driver for Perl.SYNOPSIS my $port = Device::ParallelPort->new(); $port->set_bit(3,1); print $port->get_bit(3) . "n"; print ord($port->get_byte(0)) . "n"; $port->set_byte(0, chr(255));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 actual module is a factory class only - it is used to automatically return the correct class and has not other intelligence / purpose.DRIVER MODULESNOTE - You MUST load one of the drivers for your operating system before this module will correctly work - they are in separate CPAN Modules. L - Direct hardware access to a base address. L - Linux access to /dev/parport drivers L - Run a script with parameters L - Pretending byte driver for testing L - Pretending bit driver for testing L - Windows 32 DLL access driverDEVICE MODULES ^ L - An example that can talk to a printer L - Simple JayCar electronics latched, addressable controller L - SerialFlash of bits - useful for many driver chips Requirements: · Perl


Device::ParallelPort Related Software