webusb / arduino

WebUSB demos running on Arduino (and compatible) hardware.
566 stars 152 forks source link

README should mention USB 2.1 requires BOS #25

Closed mon closed 7 years ago

mon commented 7 years ago

I'm working on WebUSB additions to the LUFA USB stack and am using this Arduino implementation as my working benchmark.

I'm affected by #4 so I was starting to poke things, and loaded a sketch which didn't #include WebUSB.h. Because I'm not providing a BOS, Windows fails to enumerate my device and I can no longer program it.

I'll dig up the ISP, but it might be worth mentioning to those who may try WebUSB then go back to an older sketch that doesn't use it. Could possibly also change the installation to use the new boards that have been defined?

q2dg commented 7 years ago

Maybe this is related: https://github.com/arduino/Arduino/pull/6147