sigrok-pico icon indicating copy to clipboard operation
sigrok-pico copied to clipboard

Driver Problems

Open PMTGaming opened this issue 1 year ago • 2 comments

Hello,

I have transferred the pico_sdk_sigrok.uf2 file onto the Raspberry Pico and installed the PulseView version from the Dropbox link provided in the README. I used Zadig to install the USB serial CDC driver, but I am encountering the following error: "The device cannot start. (Code 10)."

Additionally, it states: "A device which does not exist was specified."

grafik

Screenshot 2024-06-27 161250

PMTGaming avatar Jun 27 '24 14:06 PMTGaming

I updated Readme.md to mention that the dropbox link and my windows builds instructions should be avoided, and the mainline release at sigrok.org/wiki/Downloads should be used. I also added some possible things to try in https://github.com/pico-coder/sigrok-pico/blob/main/GettingStarted.md when the device doesn't work on windows. However, most of the serial stuff is out of my control, as it is part of windows, or the libserial library etc. Further, I have no way of debugging serial device failures under windows. Usually plugging/unplugging/rebooting eventually works.

pico-coder avatar Jul 17 '24 17:07 pico-coder

I would first recommend seeing if you can use Putty/Terraterm etc to send a "*" and "i" to the device and get a response. That will at least confirm the pico is flashed correctly and that windows is capable of communicating with it.

pico-coder avatar Jul 17 '24 17:07 pico-coder

Assuming these are the usual issues with getting device connected the first time. Closing.

pico-coder avatar Sep 07 '24 18:09 pico-coder