]> sigrok.org Git - libsigrok.git/commit
rdtech-um: send analog values in frames not samples
authorGerhard Sittig <redacted>
Thu, 16 Mar 2023 12:00:34 +0000 (13:00 +0100)
committerGerhard Sittig <redacted>
Thu, 16 Mar 2023 13:29:30 +0000 (14:29 +0100)
commitd6ca362d3a1eab2b5e1426a423d44455c6a32205
treee7ac4f85b9850c4443537a81c125bf54baa840ba
parente7fe5bb4974e9c4f8f28ab219fdf4c425c510ec2
rdtech-um: send analog values in frames not samples

The RDTech UM 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-um:conn=bt/rfcomm/$MAC --show
  $ sigrok-cli -d rdtech-um:conn=bt/rfcomm/$MAC --frames 4
src/hardware/rdtech-um/api.c
src/hardware/rdtech-um/protocol.c