]> sigrok.org Git - libsigrok.git/commitdiff
Add support for the Tenma 77-7732 multimeter.
authorUwe Hermann <redacted>
Fri, 16 Oct 2015 17:48:13 +0000 (19:48 +0200)
committerUwe Hermann <redacted>
Fri, 16 Oct 2015 22:11:32 +0000 (00:11 +0200)
src/hardware/serial-dmm/api.c
src/hardware/uni-t-dmm/api.c

index 5f56dfde0cc8e8468f7ebc93c4d5e69fd76d696d..ddd4e71c96d7a496c69715f58dc963da5cac7707 100644 (file)
@@ -565,6 +565,12 @@ SR_PRIV const struct dmm_info *serial_dmm_drivers[] = {
                2400, UT71X_PACKET_SIZE, 0, 0, NULL,
                sr_ut71x_packet_valid, sr_ut71x_parse, NULL
        ),
+       DMM(
+               "tenma-72-7732-ser", ut71x,
+               "Tenma", "72-7732 (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-9380a-ser", ut71x,
                "Tenma", "72-9380A (UT-D02 cable)", "2400/7o1/rts=0/dtr=1",
index 2d8caa3c013230652e1cbd3986e3e9163e5ec9ab..f74d10d69887d69431edaa909e9b35b550da5619 100644 (file)
@@ -394,6 +394,12 @@ SR_PRIV const struct dmm_info *uni_t_dmm_drivers[] = {
                UT71X_PACKET_SIZE,
                sr_ut71x_packet_valid, sr_ut71x_parse, NULL
        ),
+       DMM(
+               "tenma-72-7732", ut71x,
+               "Tenma", "72-7732", 2400,
+               UT71X_PACKET_SIZE,
+               sr_ut71x_packet_valid, sr_ut71x_parse, NULL
+       ),
        DMM(
                "tenma-72-9380a", ut71x,
                "Tenma", "72-9380A", 2400,