-
Should we first go SDR->webUSB (raw data)->Javascript(shim)->WASM(raw data)->Rust(processing)->JavaScript (graphics) or can we skip the JavaScript shim and have a flow of SDR->webUSB (raw data)->WASM(…
-
**Describe the bug**
When trying to use [webusb](https://github.com/thegecko/webusb/issues/66) (which uses [node-usb](https://github.com/tessel/node-usb)), an error is thrown saying it "Could not loc…
-
## Bug Description:
webusb.getDevices(); doesn't find all connected usb devices
## Steps to Reproduce:
```
const usb = require('usb');
const webusb = new WebUSB({
allowA…
-
> micro:bit support #24390
> micro:bit support #24489
> micro:bit support #26301
When typing commands into the REPL, it often does not transmit the full attribute resulting in a an error
![ima…
-
Since eacd15383b6801fc09db9d51b31bdfb83da09097 hardware tests in CI are failing. Seems to be locally reproducible:
```
$ trezorctl list
webusb:001:3 - (unnamed) [Trezor T, F569E14AB37A74AC276937FA]…
-
**Is your feature request related to a problem? Please describe.**
I'd like to be able to connect USB devices over the browser to the machine controlled by PiKVM
**Describe the solution you'd like…
-
With a micro:bit V2.2 running 0256 or 0257:
- Connect a battery pack
- Connect the USB cable
- Open MakeCode or the Python Editor
- Connect via WebUSB and flash
- Disconnect and reconnect the USB…
-
**Is your enhancement proposal related to a problem? Please describe.**
I was trying to build webusb sample code for my esp32 dev kit.
https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/…
-
Attempting to use the [ORYX keyboard configuration/training tool](https://ergodox-ez.com/pages/oryx) maintained by ZSA technology labs. It appears the Live Training tool [uses the WebUSB API ](https…
-
Driving a USB device from a worker allows processing to be moved off of the main event loop. Moving device access to a Shared Worker also allows multiple tabs of the same application to coordinate acc…