I want to connect an HID device to my web app, by USB connection.
The WebUSB API does not suit to me, because the device is an HID device(when using the WebUSB API, after device.open()
there are an error: 'Access Denied.'
).
I wanted to use the WebHID API, but for now, this is not available. (WebHID API)
Does anyone know how to connect the device to the WEB app anyway?
Thanks!