I've implemented support for GW-Instek GDM-8200A series (GDM-8251A and
GDM-8255A) bench multimeters in libsigrok.

Sharing these incase these might be useful for others... I've been
using sigrok-cli with my bench meter (GDM-8251A) for a while without
issue using this patch.

I was initially about to implement new drivers for these, but then
noticed that scpi-dmm driver has nice framework for supporting DMMs
that implement SCPI interface.
However, I noticed couple quirks with the SCPI support, it doesn't
like it if meter doesn't send <LF> at the end response, so that broke
GW-Instek meters since these happen to send <LF><CR> sequence... So
patch is split in two parts; small change to SCPI code to make it
support all possible <LF> and <CR> combinations without affecting
existing usage of the code, and second patch has the changes to
scpi-dmm to add support for two new meters.

-- 
Timo <t...@iki.fi>


_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to