]> sigrok.org Git - libsigrok.git/commitdiff
serial-dmm: add DMM entry for Metrix MX56C (ASYC-II based)
authorGerhard Sittig <redacted>
Mon, 28 Nov 2016 00:23:38 +0000 (01:23 +0100)
committerUwe Hermann <redacted>
Tue, 20 Dec 2016 16:51:36 +0000 (17:51 +0100)
src/hardware/serial-dmm/api.c

index fe3b000c73ae58b8077e0daa055ecef53bddb9b9..a54fe03f7508b1d305b31769b34cfa5d1debc155 100644 (file)
@@ -232,6 +232,13 @@ SR_REGISTER_DEV_DRIVER_LIST(serial_dmm_drivers,
         * Fold marks {{{ }}} with matching braces were added, to further
         * speed up navigation in the long list.
         */
+       /* asycii based meters {{{ */
+       DMM(
+               "metrix-mx56c", asycii, "Metrix", "MX56C",
+               "2400/8n1", 2400, ASYCII_PACKET_SIZE, 0, 0, NULL,
+               sr_asycii_packet_valid, sr_asycii_parse, NULL
+       ),
+       /* }}} */
        /* bm25x based meters {{{ */
        DMM(
                "brymen-bm25x", bm25x,