|
From: Sameeh J. <sa...@da...> - 2017-11-22 20:41:44
|
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...> 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... > 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... > https://lists.sourceforge.net/lists/listinfo/libusb-devel > |