dangiu / PicoMemcard

Emulating PSX Memory Card (or controller) using a Raspberry Pi Pico
GNU General Public License v3.0
562 stars 42 forks source link

Missing Driver for PicoMemcard CDC #23

Open nJoker1114 opened 2 years ago

nJoker1114 commented 2 years ago

I am using windows 7 x64 and raspberry pi pico

After loaded PicoMemcard+.uf2, my windows ask for the driver of PicoMemcard CDC

USB\VID_CAFE&PID_4003&REV_0100&MI_00

Please advise the correct driver for it.

dangiu commented 2 years ago

That is very strange, it should work right away since it is e generic Mass Storage Class device. I will try to get up a Windows 7 environment to test it when I have a bit of time.