-
Notifications
You must be signed in to change notification settings - Fork 4
Description
In the Getting Started guide, section 9.2 Building on MS Windows, there is a warning note that says:
Using Raspberry Pi Pico with Windows 7 or 8 is not officially supported but can be made to work.
This links to a forum discussion with solutions that I would describe as ad-hoc at best. The basic issue at hand is that Windows 7 and 8 do not auto-install a serial port driver for the Pico's CDC interface -- this is easily fixable using Zadig. Zadig is mentioned elsewhere in the guide to get Picoprobe running as well, so it makes sense to use the same tool for this as well. Something like:
If you need to connect to the USB serial interface on your board using Windows 7 or 8, you will need to tell Windows to use the appropriate built-in driver. (Windows 10 installs the correct driver automatically.)
We will use Zadig (https://zadig.akeo.ie/) for this.
Download and run Zadig.
Select Board CDC (Interface 0) from the drop-down box. Select USB Serial (CDC) as the driver.
Then click Install Driver. A serial port will be assigned when the installation is complete.