]> sigrok.org Git - libsigrok.git/commit
agilent-dmm: Fix compatibility with Agilent U1242A
authorAlex Hornung <redacted>
Fri, 9 Sep 2022 13:56:05 +0000 (14:56 +0100)
committerSoeren Apel <redacted>
Wed, 27 Sep 2023 21:21:16 +0000 (23:21 +0200)
commit83d14190b95707d7201555122317185520c80bd0
treecd8d74347d027555591974f8e309ce42a100a32c
parent70a23b5019ed4d29316683739894fae1abcd7c58
agilent-dmm: Fix compatibility with Agilent U1242A

The U1242A sends conf responses as follows,

    CONF? response '"VOLT +1.000000E+00,+1.000000E-04"

    CONF? response '"TEMP:ENV CEL"'

So update the regex patterns to cope with these.
src/hardware/agilent-dmm/protocol.c