Replies: 1 comment 5 replies
-
I'd like to know this as well, probably for the same reason as you sstaub, emulating the old Arduino boards compatible with console Lighthack. Typically under Arduino compatibles (e.g. Teensy) this is done in a "boards.txt", and in Earle's arduino-pico core that file is seemingly located at [...]\packages\rp2040\hardware\rp2040<version>\boards.txt . By editing that file, I've had success spoofing my board's PID to Lighthack's, but not the VID. The usual fixes".build.vid=0x2341" ".build.pid=0x0043" didn't do anything. However, by changing ".build.usbpid=-DSERIALUSB_PID=0x0043" from its original value, I was able to spoof my usb-serial PID. There is no corresponding entry like "build.usbvid" though, therefore it looks like no current way to spoof the VID? I'd really appreciate an official answer on this, as the RP2040 size, cost, and connectivity make it very appealing for Lighthack. In the meantime I'll keep tinkering, it may be possible to spoof it using the regular boards.txt method when running the new official mbed-based rp2040 core. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to change PID / VID of the USB Serial interface?
Beta Was this translation helpful? Give feedback.
All reactions