-
We could use https://github.com/google/web-serial-polyfill for platforms such as Android which support the WebUSB API but do not support the Web Serial API.
jLynx updated
10 months ago
-
Hello! Right now, you can only use Scrcpy using a computer, using a program you have to download. But is it possible to create a WebUSB version of Scrcpy that you go to a certain web page, select your…
-
* https://wicg.github.io/webusb/
* https://developers.google.com/web/updates/2016/03/access-usb-devices-on-the-web
Ultimately it would be awesome if someone could go to the Tomu website to do a …
-
Once a sketch with support for WebUSB is uploaded it should be possible for updates to be uploaded over the WebUSB channel. This would allow embedded devices to be updated in the field by the same sit…
-
**Describe the bug**
Trying to follow the readme on various systems results in error messages.
**To Reproduce Machine 1**
Steps to reproduce the behavior on my macbook air:
1. Go to 'https://git…
-
We agreed to push webusb where possible. We should no longer advertise Bridge as a substitute in webusb-capable browsers. We should suggest installing desktop version instead.
On Chrome:
To be…
-
## Bug Description:
Getting this error
`Uncaught Exception:
Error: No native build was found for platform=darwin arch=arm64 runtime=electron abi=114 uv=1 armv=8 libc=glibc node=18.14.0 electron=…
-
The main [CMakeLists.txt](https://github.com/raspberrypi/pico-examples/blob/master/CMakeLists.txt) starts with `add_subdirectory`, and it does:
add_subdirectory(usb)
[usb/CMakeLists.txt](htt…
sdbbs updated
3 months ago
-
The [WebUSB tests](https://github.com/w3c/web-platform-tests/tree/master/webusb) rely on a [polyfill](https://github.com/w3c/web-platform-tests/blob/master/resources/chromium/webusb-test.js) of the [W…
-
When I try to run the example from Node it gives
```
/webusb/node_modules/webusb-serial/index.js:66
navigator.usb.requestDevice({filters: self.filters })
^
ReferenceError: navigator i…