From: Thomas Weißschuh <tho...@t-8ch.de> 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 <tho...@t-8ch.de> --- src/hardware/serial-dmm/api.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/hardware/serial-dmm/api.c b/src/hardware/serial-dmm/api.c index 04053181..af129658 100644 --- a/src/hardware/serial-dmm/api.c +++ b/src/hardware/serial-dmm/api.c @@ -408,6 +408,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 -- 2.19.0 _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel