]> sigrok.org Git - libsigrok.git/commitdiff
drivers: Add support for Tenma 72-7730 multimeter
authorKarl Palsson <redacted>
Tue, 13 Oct 2015 16:19:24 +0000 (16:19 +0000)
committerUwe Hermann <redacted>
Wed, 14 Oct 2015 15:00:30 +0000 (17:00 +0200)
Tested with a 72-7730 device.

Signed-off-by: Karl Palsson <redacted>
src/hardware/serial-dmm/api.c
src/hardware/uni-t-dmm/api.c

index 3a4fa20819de927365fdaedd0523a0bdb479c597..3f065c5910aacaec8bb463cec64e668c52083b98 100644 (file)
@@ -559,6 +559,12 @@ SR_PRIV const struct dmm_info *serial_dmm_drivers[] = {
                sr_es519xx_2400_11b_packet_valid, sr_es519xx_2400_11b_parse,
                NULL
        ),
+       DMM(
+               "tenma-72-7730-ser", ut71x,
+               "Tenma", "72-7730 (UT-D02 cable)", "2400/7o1/rts=0/dtr=1",
+               2400, UT71X_PACKET_SIZE, 0, 0, NULL,
+               sr_ut71x_packet_valid, sr_ut71x_parse, NULL
+       ),
        DMM(
                "tenma-72-7745-ser", fs9721,
                "Tenma", "72-7745 (UT-D02 cable)", "2400/8n1/rts=0/dtr=1",
index 9a614e9d5c6c238d017dbbfbcceef9dcd5d45856..ac0ebbfd0182d79c018e1c4320080d83c135240d 100644 (file)
@@ -388,6 +388,12 @@ SR_PRIV const struct dmm_info *uni_t_dmm_drivers[] = {
                "Voltcraft", "VC-960", 2400, UT71X_PACKET_SIZE,
                sr_ut71x_packet_valid, sr_ut71x_parse, NULL
        ),
+       DMM(
+               "tenma-72-7730", ut71x,
+               "Tenma", "72-7730", 2400,
+               UT71X_PACKET_SIZE,
+               sr_ut71x_packet_valid, sr_ut71x_parse, NULL
+       ),
        DMM(
                "tenma-72-7745", es519xx,
                "Tenma", "72-7745", 2400,