Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.000.694 Times

Device::ParallelPort 1.00

  Date Added: November 24, 2010  |  Visits: 1.439

Device::ParallelPort

Report Broken Link
Printer Friendly Version


Product Homepage
Download (176 downloads)



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 MODULES NOTE - 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 driver DEVICE 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: No special requirements
Platforms: Linux
Keyword: Deviceparallelport Driver Libraries Module Parallel Parallel Port Parallel Port Driver Parallelport Port Port Driver Programming
Users rating: 0/10

License: Freeware Size: 20.48 KB
USER REVIEWS
More Reviews or Write Review


DEVICE::PARALLELPORT RELATED
Utilities  -  CrystalDMI 1.0.6
CrystalDMI is a useful application that gets BIOS / System / Base Board / Processor / Memory Controller / Memory Module / Cache or Port Connector Information by DMI (Desktop management Interface). Features: · BIOS Information · System...
184 KB  
Science  -  gPICLIB b
GNU PIC LIBRARY PROJECTThe interest of this project is to develop a set of Libraries that are released in LGPL License to use to PIC microcontroler programming.Then any program resulted by this use would be a proprietary or free softwares.
81.51 KB  
Libraries  -  PDL::Parallel::MPI 0.02
PDL::Parallel::MPI Perl module contains routines to allow PDL objects to be moved around on parallel systems using the MPI library. SYNOPSIS use PDL; use PDL::Parallel::MPI; mpirun(2); MPI_Init(); $rank = get_rank(); $a=$rank * ones(2);...
133.12 KB  
Libraries  -  Parallel::Workers::Shared 0.0.7
Parallel::Workers::Shared is a simple Perl module. Parallel::Workers::Shared requires no configuration files or environment variables..
10.24 KB  
Libraries  -  Parallel::Workers::Transaction 0.0.7
Parallel::Workers::Transaction is a simple Perl module. Parallel::Workers::Transaction requires no configuration files or environment variables..
10.24 KB  
Programming  -  Parallel::Loops 0.03
Often a loop performs calculations where each iteration of the loop does not depend on the previous iteration, and the iterations really could be carried out in any order. This module allows you to run such loops in parallel using all...
10.24 KB  
Libraries  -  Inline::C 0.44
Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own...
92.16 KB  
Programming  -  pycuda 2011.2.2
PyCuda is a library that lets you access Nvidia's CUDA parallel computation API from Python. Several wrappers of the CUDA API already exist-so what's so special about PyCuda? * Object cleanup tied to lifetime of objects. This idiom,...
1.25 MB  
Application Add-Ins  -  DeskWork Standard 4.0.2827
DeskWork 4 Standard includes DeskWork 4 Basic + 9 custom document circulation modules. DeskWork 4 offers the following benefits including: ' Saved time. ' Increased profits. ' Effective business. Functionality available in custom modules...
19.3 MB  
Modules  -  CKEditor - WYSIWYG HTML editor 7.x-1.6
This module will allow Drupal to replace textarea fields with the CKEditor - a visual HTML editor, sometimes called WYSIWYG editor. This HTML text editor brings many of the powerful WYSIWYG editing functions of known desktop editors like Word to...
153.6 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB