iMX7 USB driver

We have a USB device that we are trying to communicate with from our app running on the Toradex iMX7 board. We are trying to use libusb but it relies on the ceusbkwrapper.dll that is missing from WEC2013. Does Toradex have the DLL or can suggest another method to consume a vendor class USB device?

Dear @mfratkin

I’m afraid we don’t have the ceusbkwrapper.dll. If you want to build the dll by yourself, I found the following article which might contain a few hints how to work around some difficulties:

I’m not aware of any reasonable alternative to use custom USB devices from user mode. One other approach would be to use Platform Builder to implement a proper USB driver.

Regards
Andy