Is there a python binding for the saleae logic software? I know for the deprecated version 1.2.x is a python binding present.
I'm looking for an equivalent for the version 2. I know that the software has already filters, which can be written in python.
Used case
To automate a timing analysis I want to run a simple python script. This initiates a saleae recording, afterwards starts the test an when the test is done, the saleae recording should stop. So for my setup, it would be nice to control saleae logic 2 with an external program. A python binding would we awesome, but if there is some kind of restapi or like additional command line parameters to use it with pipes, it would be also fine.
So is there a way to remote control Saleae 2 Software?