From: Gerhard Sittig Date: Mon, 28 Nov 2016 00:23:38 +0000 (+0100) Subject: serial-dmm: add DMM entry for Metrix MX56C (ASYC-II based) X-Git-Tag: libsigrok-0.5.0~163 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=dc5895cbdd1e2656ce73f9f0a8ed87e696dfe16a serial-dmm: add DMM entry for Metrix MX56C (ASYC-II based) --- diff --git a/src/hardware/serial-dmm/api.c b/src/hardware/serial-dmm/api.c index fe3b000c..a54fe03f 100644 --- a/src/hardware/serial-dmm/api.c +++ b/src/hardware/serial-dmm/api.c @@ -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,