gusmanb / logicanalyzer

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

How to stop capturing? #11

Closed superyawei closed 1 year ago

superyawei commented 2 years ago

Hi, brother When I am capturing, I want to stop capturing; But I don't know how to stop scanning, only power off and restart. Adding start and stop buttons to the software is a good choice.

gusmanb commented 2 years ago

Hi.

Thanks for the suggestion.

Right now there is no way to stop the capture because when I was developing the device I had some problems reading from the USB while the capture was running at full speed, so USB comms are not checked when the capture is running. I think the bus matrix is so saturated that it makes the RP2040 to crash.

In any case I will check it again and if I see that it works without causing problems will add the function to stop the capture.

Cheers.

gusmanb commented 1 year ago

Functionality to stop a running capture is under testing, probably next week will be published.

superyawei commented 1 year ago

very much looking forward to

gusmanb commented 1 year ago

Implemented in release 2.0.1.0