WICG / webusb

Connecting hardware to the web.
https://wicg.github.io/webusb/
Other
1.31k stars 131 forks source link

WinUSB driver #244

Closed Gili60 closed 9 months ago

Gili60 commented 9 months ago

Hi,

I’m developing a web application that uses WebUSB to communicate with a USB device. Successfully, I've installed the WinUSB driver using Zadig, and the code runs smoothly.

I'm concerned about using Zadig by production users due to the potential confusion in selecting the right device, driver, etc. Does anyone know if Zadig is commonly used in production?

Did anyone come up with a different idea of how to handle the need to install the WinUSB driver?

Thank you

reillyeon commented 9 months ago

If you can install an INF file or modify the device descriptors there are some other options: https://developer.chrome.com/docs/capabilities/build-for-webusb#windows

Closing this issue because it is off-topic. Developer support questions like this are better answered on forums like StackOverflow.