|
From: Accio <ac...@ya...> - 2017-11-23 07:35:21
|
Can you give me some more details about using UsbDk? I've: - compiled and installed (MinGW) the libusb enabling usbdk (--enable-usbdk) - installed the official usbdk msi - executed UsbDkController -i to install usbdk driver After this my application no longer gives "unsupported" error but after a while freezes the system (I need to restart by power button) giving no errors. There's some passage I've missed? There's something I can try? On 22/11/2017 21:12, Sameeh Jubran wrote: > You can try and use UsbDk as a backend instead of WinUsb, it supports > isochronous transfers. > > On Nov 22, 2017 22:06, "Tim Roberts" <ti...@pr... > <mailto:ti...@pr...>> wrote: > > Accio via libusb-devel wrote: > > > > does actual (v1.0.21) version supports isochronous transfer on > Windows > > out of the box? > > > > I've compiled the library under MinGw, all other stuffs works > flawless > > but isochronous transfer gives 'LIBUSB_ERROR_NOT_SUPPORTED' on the > > libusb_submit_transfer. > > May I ask why you are using isochronous? There are very, very few > compelling use cases for isochronous pipes, and those use cases are > generally covered by system-supplied drivers. > > -- > Tim Roberts, ti...@pr... <mailto:ti...@pr...> > Providenza & Boekelheide, Inc. > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > libusb-devel mailing list > lib...@li... > <mailto:lib...@li...> > https://lists.sourceforge.net/lists/listinfo/libusb-devel > <https://lists.sourceforge.net/lists/listinfo/libusb-devel> > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > libusb-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-devel |