On Fri, Jan 25, 2019 at 4:13 AM Yuxuan Chen <yuxuan.chen...@gmail.com> wrote:
>
> Hi Tormod,
>
> Thank you very much for your response. Speaking of driver, I was wondering if
> PyUSB could recognize device on another driver?
> Currently, in order for PyUSB to recognize the device, the device has to be on
> the "libusb-win32 devices" driver. But I need the device to be on another 
> driver
> compatible with a software used to trigger data transfer, since I don't know 
> how
> to trigger data transfer with PyUSB library.
>

This is an old thread but may be still relevant.

Technically you can try libusb-1.0 backend of pyusb with usbdk driver. But
currently pyusb has an issue with latest version of libusb Windows. You can
try the suggestion here.
https://github.com/pyusb/pyusb/issues/200


Regards,
Xiaofan


_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to