On Wed, May 30, 2012 at 4:29 AM, John Battle <[email protected]> wrote: > Hi > > I don't know if you remember me from the Microchip world but I ran across > your name on the libftdi developer page and wondered if you could give me a > bit of information about it. > > I want to write an application that receives data from a FTDI MorphIC-II > board at a data rate of about 20 MBPS (meaning High Speed) on a 64 bit linux > system running Ubuntu 11.04. I have been trying to use the D2XX libraries > from FTDI but having some difficulty and wondered it it would be possible to > use libftdi/libusb instead. > > Do you know of a simple application in either C or Python I could use as a > starting point?
Does the samples in libftdi help? You may want to use libftdi-1.0 which has the async API support and that may help your application. In the past, people have done what you want to do with libftdi and FPGA. Eg: http://comments.gmane.org/gmane.comp.hardware.libftdi.general/1912 -- Xiaofan -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
