serial-dmm: Add GW Instek GDM-397 meter support.

This meter appears to be rebranded UNI-T UT61B, but with
improved input protection.
This commit is contained in:
Timo Kokkonen 2020-08-21 23:14:47 -07:00 committed by Gerhard Sittig
parent e37e301e26
commit a3ec8a9aa1
1 changed files with 6 additions and 0 deletions

View File

@ -418,6 +418,12 @@ SR_REGISTER_DEV_DRIVER_LIST(serial_dmm_drivers,
),
/* }}} */
/* fs9922 based meters {{{ */
DMM(
"gwinstek-gdm-397", fs9922,
"GW Instek", "GDM-397", "2400/8n1/rts=0/dtr=1",
FS9922_PACKET_SIZE, 0, 0, NULL,
sr_fs9922_packet_valid, sr_fs9922_parse, NULL
),
DMM(
"sparkfun-70c", fs9922,
"SparkFun", "70C", "2400/8n1/rts=0/dtr=1",