The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Device::Chip::Adapter::FTDI - a Device::Chip::Adapter implementation

DESCRIPTION

This class implements the Device::Chip::Adapter interface for the FDTI communication devices, allowing an instance of a Device::Chip driver to communicate with the actual chip hardware by using an FDTI USB-attached chip as a hardware adapter.

CONSTRUCTOR

new

    $adapter = Device::Chip::Adapter::FTDI->new( %args )

Returns a new instance of a Device::Chip::Adapter::FTDI. Takes the same named argmuents as "new" in Device::FTDI.

This module applies a default product ID of that of the FT232H (value 0x6014); as this is more likely to be the sort of chip used for synchronous serial protocols like SPI as well as UART connections.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>