On Fri, Mar 9, 2018 at 11:18 PM, Robert Poor <[email protected]> wrote: > After glancing at usbdk (and its requirement for Visual Studio and other > compilation tools),
No, there are binary release. https://github.com/daynix/UsbDk/releases > it occurs to me that there's another approach: Use > Python's ctypes to write a bespoke interface to the FTDI API. For example, > see: > > https://stackoverflow.com/a/1942472/558639 > > (which happens to be about writing an interface to an FTDI device...) > There are python bindings for FTDI's D2XX. I have not used it though. Example: https://pypi.python.org/pypi/ftd2xx -- Xiaofan -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
