FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Author Topic: Using d2xx and d3xx in the same project  (Read 9190 times)

ThiloA

  • Newbie
  • *
  • Posts: 1
    • View Profile
Using d2xx and d3xx in the same project
« 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?
Logged