Replies: 2 comments 1 reply
-
Just a shot in the dark, but is there something related to the Windows drivers? Do you need to rerun Zadig or some other tool to make it recognize a "new" type of device ("new" as far as Windows is concerned)? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Proper way to change the device name. |
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.
-
I've posted this in the Adafruit forum, but I thought I might get an answer, here.
I used the following 2 lines in some code in my Raspberry Pi Pico (not real names). It is a MIDI USB device. I wanted to use a name for my device other than "Pico W".
On my linux machine, if I bring up a MIDI application (Surge XT as an example) - I see FubarDevice listed as a MIDI input I can use. I can do the same on an Android device. But, if I plug my device into a Windows machine - MIDI applications don't even see the device. If I comment out those 2 lines of code, recompile, and place the .uf2 file on the Pico device then Windows will see the MIDI device as Pico W.
Does anyone have an idea of how I can get Windows to recognize my device name for my MIDI USB device?
Thanks,
Frank
Beta Was this translation helpful? Give feedback.
All reactions