From: Xiaofan C. <xia...@gm...> - 2018-06-05 14:25:24
|
On Tue, Jun 5, 2018 at 10:19 PM, Xiaofan Chen <xia...@gm...> wrote: > On Mon, Jun 4, 2018 at 9:33 PM, Stefan Battmer > <ste...@ma...> wrote: >> Hi everyone, >> >> are there any plans for supporting USB3 bulk streams in libusbK or is this >> already possible today? > > Not supported and I think Travis has no plan to update libusbK to support > this feature (or any other new features) now. > >> >> If not, what would be an alternative? > I do not know of any generic usb driver which fully supports this. > Microsoft has the following documentation which seems to indicate you > need to write your own driver. > https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/how-to-open-streams-in-a-usb-endpoint Google shows that Microsoft's sample usbsamp supports the feature. You can give it a try. It is under the Microsoft Public License (MS-PL). https://github.com/Microsoft/Windows-driver-samples/tree/master/usb/usbsamp > If you are using Linux (and macOS), then you can use libusb which has > this support. > -- Xiaofan |