Winusb driver support for superspeed plus isochronous transfer
Hi,
I took reference of isochronous transfer using winusb from below link and implemented application.
https://learn.microsoft.com/en-us/windows-hardware/drivers/usbcon/getting-set-up-to-use-windows-devices-usb
Using application, it is able to perform IN/OUT streaming for superspeed periodic endpoint but request fails for super speed plus periodic endpoint transfer as one more SuperSpeedPlus Isochronous Endpoint Companion is present for periodic endpoints..
Is winusb supports super speed plus periodic (isochronous) endpoints In/Out transfer?
As I know, there is no need to change application for supper speed plus device.
Thanks.