Pi Pico usb device rename #3042
Trickster-git
started this conversation in
General
Replies: 2 comments 6 replies
-
I have a feeling this is Windows doing things its own way. You've changed the USB ID string, but if the USB VID:PID is the same it might not actually look at the other names. Try changing the |
Beta Was this translation helpful? Give feedback.
6 replies
-
Thanks a lot for your help, that`s work!!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi i can`t find info haw to change pi pico 2040 usb device name. I try
\AppData\Local\Arduino15\packages\rp2040\hardware\rp2040\4.6.0\cores\rp2040
// RP2040USB.cpp
// [USBD_STR_PRODUCT] = "Device name",
but it works for single device.
I made 3 game devices, and made for these 3 unique names (top, left, right), in windows devices and printers i see 3 unique names. Butt in game i see 3 devices with 3 same names of first one (top1, top2, top3).
Can someone help?
i use
AppData\Local\Arduino15\packages\rp2040\hardware\rp2040\4.6.0\libraries\Joystick\src\Joystick.h
as a game library.
Beta Was this translation helpful? Give feedback.
All reactions