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