Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CUSTOM PID/VID #88

Open
scott-olero opened this issue Mar 31, 2021 · 1 comment
Open

CUSTOM PID/VID #88

scott-olero opened this issue Mar 31, 2021 · 1 comment

Comments

@scott-olero
Copy link

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
Copy link
Contributor

jpliew commented Mar 31, 2021

In serial.js just add your PID and VID there

{ 'vendorId': 0x2341, 'productId': 0x8036 }, // Arduino Leonardo

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants