serial-dmm/uni-t-dmm: Add UNI-T UT804 DMM definitions
This commit is contained in:
parent
35037b1d8b
commit
ca7d442692
|
@ -646,6 +646,12 @@ SR_REGISTER_DEV_DRIVER_LIST(serial_dmm_drivers,
|
||||||
UT71X_PACKET_SIZE, 0, 0, NULL,
|
UT71X_PACKET_SIZE, 0, 0, NULL,
|
||||||
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
|
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
|
||||||
),
|
),
|
||||||
|
DMM(
|
||||||
|
"uni-t-ut804-ser", ut71x,
|
||||||
|
"UNI-T", "UT804", "2400/7o1/rts=0/dtr=1",
|
||||||
|
UT71X_PACKET_SIZE, 0, 0, NULL,
|
||||||
|
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
|
||||||
|
),
|
||||||
DMM(
|
DMM(
|
||||||
"voltcraft-vc920-ser", ut71x,
|
"voltcraft-vc920-ser", ut71x,
|
||||||
"Voltcraft", "VC-920 (UT-D02 cable)", "2400/7o1/rts=0/dtr=1",
|
"Voltcraft", "VC-920 (UT-D02 cable)", "2400/7o1/rts=0/dtr=1",
|
||||||
|
|
|
@ -267,6 +267,11 @@ SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers,
|
||||||
"UNI-T", "UT71E", 2400, UT71X_PACKET_SIZE,
|
"UNI-T", "UT71E", 2400, UT71X_PACKET_SIZE,
|
||||||
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
|
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
|
||||||
),
|
),
|
||||||
|
DMM(
|
||||||
|
"uni-t-ut804", ut71x,
|
||||||
|
"UNI-T", "UT804", 2400, UT71X_PACKET_SIZE,
|
||||||
|
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
|
||||||
|
),
|
||||||
DMM(
|
DMM(
|
||||||
"voltcraft-vc820", fs9721,
|
"voltcraft-vc820", fs9721,
|
||||||
"Voltcraft", "VC-820", 2400,
|
"Voltcraft", "VC-820", 2400,
|
||||||
|
|
Loading…
Reference in New Issue