Hi, On Mon, May 25, 2015 at 06:01:21PM +0200, code.warr...@voila.fr wrote: > I'm trying to use a VICTOR 86D with pulseview. > I saw it was listed in your multimeter comparison : > http://sigrok.org/wiki/Multimeter_comparison > but it's not detected.
PulseView doesn't currently support multimeters in general (only logic analyzers, scopes, MSOs). You can use sigrok-cli for most DMMs (or the very early stages of sigrok-meter, though that's not too useful yet). http://sigrok.org/wiki/Sigrok-meter In sigrok-cli you'd do something like this (untested): sigrok-cli -d victor-dmm -O analog --samples 5 Or this (don't remember if you need to specify the USB VID/PID): sigrok-cli -d victor-dmm:conn=1244.d237 -O analog --samples 5 See the sigrok-cli manpage for more details. Uwe. -- http://hermann-uwe.de | http://randomprojects.org | http://sigrok.org ------------------------------------------------------------------------------ _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel