sigrok-pico
sigrok-pico copied to clipboard
Driver Problems
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."
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.
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.
Assuming these are the usual issues with getting device connected the first time. Closing.