|
From: Chris E <sp...@gm...> - 2017-11-22 22:58:19
|
I don't know about any of the other solutions, but libusbK definitely supports isochronous on Windows. As in the alternative to libusb-win32, not the backend. When I last made a USB app, you had to have separate code for Linux/Mac (libusb) and Windows (libusbK). That might have changed now, based on what the others said. On 22 Nov. 2017 9:29 pm, "Accio via libusb-devel" < lib...@li...> wrote: Hi, 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. My code works well under Linux, so the problem should not be there. I'm using WinUSB driver installed by Zadig on Windows 10. The only mailing list messages I've found are 2015 old so I suppose that something could have changed by then, There's some special trick to make it works? Thank you. ------------------------------------------------------------ ------------------ 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 |