From: Xiaofan C. <xia...@gm...> - 2018-06-05 14:19:21
|
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 If you are using Linux (and macOS), then you can use libusb which has this support. -- Xiaofan |