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.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>