-
-
21 Dec 2009 20:59:02 UTC
- Distribution: FTDI-D2XX
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (0 / 1 / 0)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (39.42KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
FTDI - Perl extensions for interface to FTDI Chips
DESCRIPTION
This module is basis for a collection of perl modules to interface with the USB interface ICs from FTDI.
Starting point is the XS implementation of an interface to the D2XX library.
SYNOPSIS
use FTDI; # is equivalent to use FTDI::D2XX;
AUTHOR
Matthias Voelker, <mvoelker@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Matthias Voelker This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install FTDI::D2XX, copy and paste the appropriate command in to your terminal.
cpanm FTDI::D2XX
perl -MCPAN -e shell install FTDI::D2XX
For more information on module installation, please visit the detailed CPAN module installation guide.