Add support for the Tenma 77-7732 multimeter.
This commit is contained in:
parent
20f9f1fbaa
commit
0a4549ff18
|
@ -565,6 +565,12 @@ SR_PRIV const struct dmm_info *serial_dmm_drivers[] = {
|
|||
2400, UT71X_PACKET_SIZE, 0, 0, NULL,
|
||||
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
|
||||
),
|
||||
DMM(
|
||||
"tenma-72-7732-ser", ut71x,
|
||||
"Tenma", "72-7732 (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-9380a-ser", ut71x,
|
||||
"Tenma", "72-9380A (UT-D02 cable)", "2400/7o1/rts=0/dtr=1",
|
||||
|
|
|
@ -394,6 +394,12 @@ SR_PRIV const struct dmm_info *uni_t_dmm_drivers[] = {
|
|||
UT71X_PACKET_SIZE,
|
||||
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
|
||||
),
|
||||
DMM(
|
||||
"tenma-72-7732", ut71x,
|
||||
"Tenma", "72-7732", 2400,
|
||||
UT71X_PACKET_SIZE,
|
||||
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
|
||||
),
|
||||
DMM(
|
||||
"tenma-72-9380a", ut71x,
|
||||
"Tenma", "72-9380A", 2400,
|
||||
|
|
Loading…
Reference in New Issue