serial-dmm: Add support for the SparkFun 70C multimeter.

This commit is contained in:
Richard 2017-06-28 00:23:35 -05:00 committed by Uwe Hermann
parent b0e1a1ecc4
commit f97c159536
1 changed files with 6 additions and 0 deletions

View File

@ -395,6 +395,12 @@ SR_REGISTER_DEV_DRIVER_LIST(serial_dmm_drivers,
),
/* }}} */
/* fs9922 based meters {{{ */
DMM(
"sparkfun-70c", fs9922,
"SparkFun", "70C", "2400/8n1/rts=0/dtr=1",
2400, FS9922_PACKET_SIZE, 0, 0, NULL,
sr_fs9922_packet_valid, sr_fs9922_parse, NULL
),
DMM(
"uni-t-ut61b-ser", fs9922,
"UNI-T", "UT61B (UT-D02 cable)", "2400/8n1/rts=0/dtr=1",