]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/serial-dmm/api.c
Add support for the Tenma 77-9380A multimeter.
[libsigrok.git] / src / hardware / serial-dmm / api.c
index 3f065c5910aacaec8bb463cec64e668c52083b98..5f56dfde0cc8e8468f7ebc93c4d5e69fd76d696d 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-9380a-ser", ut71x,
+               "Tenma", "72-9380A (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",