serial-dmm: add DMM entry for Metrix MX56C (ASYC-II based)

This commit is contained in:
Gerhard Sittig 2016-11-28 01:23:38 +01:00 committed by Uwe Hermann
parent 4ba4d52a8f
commit dc5895cbdd
1 changed files with 7 additions and 0 deletions

View 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,