webusb / arduino

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

CUSTOM PID/VID #88

Open scott-olero opened 3 years ago

scott-olero commented 3 years ago

I have a custom board to be used for commecrial purposes. How do I go about creating a custom PID and VID for a SAMD21 board and still get WEBUSB support.

jpliew commented 3 years ago

In serial.js just add your PID and VID there https://github.com/webusb/arduino/blob/42c7bcde01a0e52218b068c87238867abed6d436/demos/serial.js#L14