-
* [x] Basic configtool with SID play testing available at http;//usbsid.loudai.nl?player=webusb
- Requires a browser with WebUSB support like Chrome or Edge
* [x] Debug tool with SID testing avail…
-
https://github.com/G2-Games/cross-usb wraps `nusb` and WebUSB with a subset of the API, but WebUSB could be an `nusb` backend in-tree instead of requiring a wrapper library.
This is probably not …
-
We should support WebUSB.
Ref: https://developer.mozilla.org/en-US/docs/Web/API/USB
Spec: https://wicg.github.io/webusb/
From the spec:
> The software delivery model of the web is a key enab…
-
WebUSB enabled devices are able to communicate directly with web applications with browsers implementing the spec. Currently, there is a sample app (slightly outdated and static features) under /samp…
-
this is the error code in inspect element Uncaught (in promise) DOMException: Failed to execute 'controlTransferIn' on 'USBDevice': A transfer error has occurred.
await (async)
(anonymous) @ webusb.…
-
Feature request - add Web USB support for Arcade game downloads to micro:bit hardware.
-
#### Description
connecting a dev board to a computer and be able to configure the app via javascript (nodejs or website) is very attractive to beginners. I am not sure if it is technically possible …
-
similar to #12002 but different reason
1. start application A using webusb
2. start suite-desktop using bridge
3. application A remains using webusb conflicting with suite-desktop using bridge
…
-
Theres some good webusb support just merged
https://github.com/mvirkkunen/usbd-webusb-blinky/blob/master/src/main.rs
If it gets anyone inspired to work on usbd impl :)
-
Is it possible to use the WebUSB JS library to use the app API?
My first experiments using [LedgerJS](https://github.com/LedgerHQ/ledgerjs) did not bring any success.
I am not able to establish th…