Libusb - Info: Sudo Mkdir /usr/local/lib
Libusb - Info: Sudo Mkdir /usr/local/lib
16
© Future Technology Devices International Ltd.
DISCLAIMER
Libusb
Packages
Installation
Samples
Upgrading Issues
Upgrading the D2XX library can cause problems such as a reported
bug fix does not appear to be fixed.
This is most likely related to the application executable pointing to a
previous version of the library.
D2XX can only access devices with particular VIDs and PIDs. The
library has a built-in table of supported VID+PID combinations which by
default contains FTDI’s own standard values, for example 0x0403
0x6001 for the FT232R.
You can extend the table with your own custom VID+PID combinations
using FT_SetVIDPID. You must call this before attempting to list or
open devices otherwise FT_Open, FT_ListDevices etc. will not
recognise your device. There is an example of this in the Samples
folder.
Multithreaded write: