Skip to content
New issue

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

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

Already on GitHub? Sign in 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

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

No branches or pull requests

2 participants