]> sigrok.org Git - libsigrok.git/commit
rdtech-tc: send analog values in frames not samples
authorGerhard Sittig <redacted>
Thu, 16 Mar 2023 04:21:51 +0000 (05:21 +0100)
committerGerhard Sittig <redacted>
Thu, 16 Mar 2023 13:29:30 +0000 (14:29 +0100)
commit15ceaf9da051f1eb2bcefdfda8630cdfd8b32e79
tree1b8d8ddf8f7f9a3cd7ea2efa0c03bda700740697
parentd6ca362d3a1eab2b5e1426a423d44455c6a32205
rdtech-tc: send analog values in frames not samples

The RDTech TC energy meter provides six analog channels, the values of
which are taken at the same time from one consistent raw data image.
Send these values in frames, so applications can tell they are related.

This drops support for --samples specifications. And allows to read back
previously specified time limits.

Tested by means of:
  $ sigrok-cli -d rdtech-tc:conn=/dev/ttyACM0 --show
  $ sigrok-cli -d rdtech-tc:conn=/dev/ttyACM0 --frames 5
src/hardware/rdtech-tc/api.c
src/hardware/rdtech-tc/protocol.c