Newer versions of Victor DMMs (at least for 86) contain a direct
Mini-USB port. This port speaks the FS9922 protocol. Picture of Mini-USB version: http://roastlogger.co.uk/coffee/roastlogger/victor86.html Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
This commit is contained in:
parent
023c6114c5
commit
388aa0fb6b
|
@ -414,6 +414,12 @@ SR_REGISTER_DEV_DRIVER_LIST(serial_dmm_drivers,
|
|||
2400, FS9922_PACKET_SIZE, 0, 0, NULL,
|
||||
sr_fs9922_packet_valid, sr_fs9922_parse, NULL
|
||||
),
|
||||
DMM(
|
||||
"victor-dmm-ser", fs9922,
|
||||
"Victor", "Victor DMMs (Mini-USB cable)", "2400/8n1",
|
||||
2400, FS9922_PACKET_SIZE, 0, 0, NULL,
|
||||
sr_fs9922_packet_valid, sr_fs9922_parse, NULL
|
||||
),
|
||||
DMM(
|
||||
/*
|
||||
* Note: The VC830 doesn't set the 'volt' and 'diode' bits of
|
||||
|
|
Loading…
Reference in New Issue