1

Provide a low-level library


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, ...)

A

Activity Newest / Oldest

B

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++)