serial-dmm: Add support for the SparkFun 70C multimeter.
This commit is contained in:
parent
b0e1a1ecc4
commit
f97c159536
|
@ -395,6 +395,12 @@ SR_REGISTER_DEV_DRIVER_LIST(serial_dmm_drivers,
|
||||||
),
|
),
|
||||||
/* }}} */
|
/* }}} */
|
||||||
/* fs9922 based meters {{{ */
|
/* 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(
|
DMM(
|
||||||
"uni-t-ut61b-ser", fs9922,
|
"uni-t-ut61b-ser", fs9922,
|
||||||
"UNI-T", "UT61B (UT-D02 cable)", "2400/8n1/rts=0/dtr=1",
|
"UNI-T", "UT61B (UT-D02 cable)", "2400/8n1/rts=0/dtr=1",
|
||||||
|
|
Loading…
Reference in New Issue