Hi, I am connected to a remote target over the network and I am able to read properties and single values from an IIO device, which provides a triggered buffer, and its maximum sampling frequency is 13.
The problem is that the plot view only lets me capture up to 13 samples in both single shot and continuous measurement. If I try to read more samples than the sampling frequency (e.g. 14, any value greater than 13), the application freezes and I see on the target that iiod throws a timeout:
iiod[541]: WARNING: High-speed mode not enabled
iiod[541]: ERROR: Reading from device failed: -110
Is the plot view limited to the samples than can be taken in one second? In continuous measurement mode, the 13 samples are overwritten with every refresh instead of adding up in time, so the plot stays at 13 samples.
On the other hand, if I enter in DMM mode, I can see continuous measurements which seem to be updated every second, and not only that, they have already offset and scale applied, which does not happen in the plot view.
Thanks and best regards.