M |
Markus |
We'd like to use the logic analyzer to collect some long-term recordings. For this, we'd like to see a low-overhead library to access the basic functionality. No analysis or graphical features are required, only raw data.
This means, from C-Code, we want to:
* Configure the device, select analog and digital channels.
* Start sampling, and get a callback or similar when new samples are available. This shall run infinitely until stopped by user code.
* Available as source code so that it can be compiled to custom targets (ARM, x64, ...)
Activity Newest / Oldest
Benno
It looks like the development has come to a halt no improvements or anything else. My logic pro is collecting dust at the moment because it is unusable without this low level options.
Just give is a library or a .DLL we can use to read the data from the unit. Analog and digital.
Please
Benno
I would also have acces to raw data and record for weeks at a time.
We are searching for a specific anomaly and need live interpretation of the raw data. (preferably C / C++)