FTDI Community

General Category => Discussion - Drivers => Topic started by: ThiloA on October 07, 2020, 10:15:29 AM

Title: Using d2xx and d3xx in the same project
Post by: ThiloA on October 07, 2020, 10:15:29 AM
Hi,

I would like to use the d2xx and d3xx library in the same c++ application becaue my hardware contains both, a FT601 for streaming data and a FT232 as command/control channel. Unfortunately both librarys share some symbols (e.g. FT_GetDeviceInfoList). I would prefer using d2xx over VCP because the latter is missing some functionallity I need.

As far as I know d3xx does not support the USB 2.0 FTDI devices (like FT232).

Any suggestions how to solve this problem?