You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your sigrok-cli is finding the wrong device. First do an lsusb to make sure the PICO is being found, and then a sigrok-cli list-serial
Here is what it looks like for the pico:
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 2e8a:000a Raspberry Pi Pico
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ sigrok-cli --list-serial
Available serial/HID/BT/BLE ports:
/dev/ttyACM0 Pico - E660C06213643B29
Hello and thanks for developing pico-coder.
I'm not quite sure if this is a driver issue or not, please direct me to a different bugtracker if needed.
Sigrok seems to be able to detect the device:
PulseView 0.4.2 detects the tty port in use correctly but when I try to scan for devices it fails with:
(I tried resetting the device and restarting PulseView)
Thanks
The text was updated successfully, but these errors were encountered: