From dc5895cbdd1e2656ce73f9f0a8ed87e696dfe16a Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Mon, 28 Nov 2016 01:23:38 +0100 Subject: [PATCH] serial-dmm: add DMM entry for Metrix MX56C (ASYC-II based) --- src/hardware/serial-dmm/api.c | 7 +++++++ 1 file changed, 7 insertions(+) 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,