serial-dmm/uni-t-dmm: Add UNI-T UT804 DMM definitions

This commit is contained in:
Elen Eisendle 2020-02-08 21:24:23 +01:00 committed by Uwe Hermann
parent 35037b1d8b
commit ca7d442692
2 changed files with 11 additions and 0 deletions

View File

@ -646,6 +646,12 @@ SR_REGISTER_DEV_DRIVER_LIST(serial_dmm_drivers,
UT71X_PACKET_SIZE, 0, 0, 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(
"voltcraft-vc920-ser", ut71x,
"Voltcraft", "VC-920 (UT-D02 cable)", "2400/7o1/rts=0/dtr=1",

View File

@ -267,6 +267,11 @@ SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers,
"UNI-T", "UT71E", 2400, UT71X_PACKET_SIZE,
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(
"voltcraft-vc820", fs9721,
"Voltcraft", "VC-820", 2400,