microsoft / jacdac-stm32x0

Jacdac implementation for STM32F0 and similar
MIT License
11 stars 10 forks source link

node webusb does not read classCode/subclassCode properly #6

Closed pelikhan closed 3 years ago

pelikhan commented 3 years ago

When trying jacdac-ts with nodewebusb, we never detect a device because it does not seem to read classCode/subclassCode properly.

image

mmoskal commented 3 years ago

Maybe we could check for bcdDevice 0x4201 ?

pelikhan commented 3 years ago

https://github.com/thegecko/webusb/issues/74