Replies: 4 comments 4 replies
-
The USB device what was getting goofed up shows up as 'Pico' in Device Manager. Everything works fine on my computer at home, so problem is related to how IT has screwed up our computers at work (I work in EE dept of a university and recent IT changes are causing lots of problems.) After reading the docs on the serial ports this morning I realized that the Pico's virtual serial port is not being enumerated and that this is causing numerous issues. |
Beta Was this translation helpful? Give feedback.
-
@Jeff-Birt, are you allowed to uninstall drivers, in device Manager, at work? This won't be directly relevant, since I'm using Windows 7 but see my reply in the second post here: I'm having to uninstall one driver to get the other to work, and found manually putting it into boot/uf2 mode helps, to do the upload. You can avoid the Zadig stage by using a .inf file (no other parts needed) to specify the driver for the COM port (attached - one for the Pi Pico and one for the Pi Pico 2). pico and pico 2 serial infs.zip These have comments saying they're for Windows 7 or 8, but I don't know if that matters. Maybe there's a version specific to Windows 10 or 11, somewhere. There's a trick to getting Windows to accept the new driver, instead of insisting the best one is already installed. It's safer to use this method than Zadig, because you're not as likely to set a new driver for the wrong device, but a bit more tedious. In Windows 7, it's roughly: |
Beta Was this translation helpful? Give feedback.
-
After getting temp admin privileges back I was able to change the USB driver for 'Pico' to the USB Serial (CDC) and now things seem to work OK. If I power on with the BOOTSEL button down I get 'RP2 BOOT' and RPI RP2 USB Device showing up in Device Manger. In this state I can program from the Arduino IDE w/Pico core or VS Code with the Pico SDK. Once programmed with the Arduino IDE w/Pico core the virtual serial port (COM7 in my case) shows up. This allows for reprogramming without a power cycle. Thanks for all your help. |
Beta Was this translation helpful? Give feedback.
-
You're welcome, Jeff. I'm glad you've got it to work. EDIT: For anyone else experiencing similar problems with an RP2350 based board (RPI Pico 2, Pimoroni Plus 2 etc) not going into .uf2 drive mode or not showing up as a serial port, the other related discussion is #2656 |
Beta Was this translation helpful? Give feedback.
-
When debugging a simple project using Pi Debug probe, I get a 'USB Device not recognized' when I click the icon to stop debugging. I have to power cycle the Pico to resolve this issue. Was trying this yesterday and work and having a fit trying to figure out what was going on as IT has our computers so screwed w.r.t. USB devices I had to use Zadig to reinstall the Pico driver each time. Testing at home this morning reveled the bug with debugging quickly. Debugging with VS Code and Pico SDK does not produce this error.
Beta Was this translation helpful? Give feedback.
All reactions