drivers: Add support for Tenma 72-7730 multimeter

Tested with a 72-7730 device.

Signed-off-by: Karl Palsson <karlp@remake.is>
This commit is contained in:
Karl Palsson 2015-10-13 16:19:24 +00:00 committed by Uwe Hermann
parent 739a1ec4f8
commit b1cadcfbef
2 changed files with 12 additions and 0 deletions

View File

@ -559,6 +559,12 @@ SR_PRIV const struct dmm_info *serial_dmm_drivers[] = {
sr_es519xx_2400_11b_packet_valid, sr_es519xx_2400_11b_parse,
NULL
),
DMM(
"tenma-72-7730-ser", ut71x,
"Tenma", "72-7730 (UT-D02 cable)", "2400/7o1/rts=0/dtr=1",
2400, UT71X_PACKET_SIZE, 0, 0, NULL,
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
),
DMM(
"tenma-72-7745-ser", fs9721,
"Tenma", "72-7745 (UT-D02 cable)", "2400/8n1/rts=0/dtr=1",

View File

@ -388,6 +388,12 @@ SR_PRIV const struct dmm_info *uni_t_dmm_drivers[] = {
"Voltcraft", "VC-960", 2400, UT71X_PACKET_SIZE,
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
),
DMM(
"tenma-72-7730", ut71x,
"Tenma", "72-7730", 2400,
UT71X_PACKET_SIZE,
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
),
DMM(
"tenma-72-7745", es519xx,
"Tenma", "72-7745", 2400,