pschatzmann / logic-analyzer

Arduino Logic Analyzer API supporting the SUMP protocol (for sigrok, pulseview)
GNU General Public License v3.0
107 stars 15 forks source link

Pi Pico PIO Example does nothing #12

Open zoggins opened 11 months ago

zoggins commented 11 months ago

I have done everything that I think is correct, but there is just no data coming out of the serial port. Any help would be appreciated. Thanks.

pschatzmann commented 11 months ago

I haven't used this for a long time. Did you follow these steps ?

zoggins commented 11 months ago

Yes. I have done those instructions on multiple Picos and multiple computers and the device never shows up when i hit scan. The Pico seems to be a some stuck state because the Arduino UI can't even force it to programming mode, I have to manually reboot the board to program it again. I have also tried with the testData function and real signals, all the same result.

zoggins commented 11 months ago

Its no big deal I will either debug it myself or try something else.

zoggins commented 11 months ago

It appears its something with the serial output. I can hit it directly with a terminal for a little bit and then the serial communication will lock up.

pschatzmann commented 11 months ago

Did you try to reduce the Serial speed ?