Jump to content
  • 0

Digilent library(libdmgr) not working along with libusb1.0 and ftd3xx.lib


arpit

Question

I have JTAG-HS2, and i am trying to get count of Digilent devices attached, DmgrEnumDevices() works individually in separate program and gives correct Digilent device number.

But when i use it along with libusb1.0 and ftd3xx.lib, call to  DmgrEnumDevices() returns error "Device Enumeration failed because another enumeration is still running"

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Hi @arpit,

I inquired about this and learned that we have not seen any issues with using it alongside libusb1.0 and ftd3xx.lib. The materials that we use explicitly open ftd2xx.lib and it also happens to link to libusb1.0. Does your system have the ftd2xx.lib installed, presuming that it is entirely separate from your other program where you were able to get the correct result? If they are on the same system, did you free the devices?

Thanks,
JColvin

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...