gusmanb / logicanalyzer

24 channel, 100Msps logic analyzer hardware and software
GNU General Public License v3.0
1.69k stars 206 forks source link

driver error #84

Closed JustQY closed 9 months ago

JustQY commented 9 months ago

when program “Firmware-LogicAnalyzer-5.0.0.0-PICO.uf2”,the pc show this in other device image

then,i use zadig(v2.8) like this image

but the driver not correct,it show error,the LogicAnalyzer can't indentify this device image

my pc's os is win11 home basic

gusmanb commented 9 months ago

The Pico always shows this behavior when the USB stdio is used, it exposes two interfaces, a serial port one and a "Reset" one, the second one as far as I know is not used.

Uninstall that driver and use the serial COM port that is detected automatically when you connect the Pico.

Cheers.