I have a device pl2303 device ,that I am trying to connect with web usb .I am able to get data in mac chrome in linux ,but the process is failing with windows.
Earlier I was getting Access Denied Error on windows
I solved it by replacing the native windows driver with winusb driver using zadig
Now I am getting the pl2303.js:111 DOMException: A transfer error has occurred
How to resolve this ? .Thanks

I had enabled the flag in Enable new USB backend in chrome://flags/#new-usb-backend
I changed it to default and it worked