]> sigrok.org Git - libsigrok.git/commit
dmm/bm52x: introduce support for Brymen BM525s
authorGerhard Sittig <redacted>
Wed, 16 Sep 2020 19:25:33 +0000 (21:25 +0200)
committerGerhard Sittig <redacted>
Sat, 19 Sep 2020 10:52:41 +0000 (12:52 +0200)
commit400bc4ffabc40c438fb5eb2210cf289aebac2a9e
treeadc37378d474d24fe8889167b43e0a3538e96e2b
parentabcb13855f5dfdd34bdae5da0586b37c7d2d8731
dmm/bm52x: introduce support for Brymen BM525s

Introduce a bm52x DMM packet parser which is modelled after the bm86x
implementation, and hook it up to the serial-dmm driver. This supports
the live readings (real-time download) of the Brymen BM525s logging DMM.
The timing follows the vendor documentation (0.5s between requests, and
4.0s absolute timeout after request transmission). Reading previously
recorded data (memory data sets) unfortunately does not fit well into
the serial-dmm approach, and needs to get addressed differently later.
Makefile.am
src/dmm/bm52x.c [new file with mode: 0644]
src/hardware/serial-dmm/api.c
src/libsigrok-internal.h