This patch implements support for the BC-20X serial cable for the Brymen BM25x series of multimeters.
I have only tested this using the BUA-2303 USB-to-Serial adapter that is sold with the cable and I don't currently have means to produce all the supported measurement ranges from microamperes to hundreds of volts, so all of them have not been tested. However with the limited ranges of measurements I could test, the driver seems to work correctly and support most (if not all) of the available modes. Janne Huttunen (1): Implement Brymen BM25x series as a serial DMM. Makefile.am | 3 +- src/dmm/bm25x.c | 210 +++++++++++++++++++++++++++++++++++++ src/drivers.c | 2 + src/hardware/serial-dmm/api.c | 9 ++ src/hardware/serial-dmm/protocol.c | 1 + src/hardware/serial-dmm/protocol.h | 2 + src/libsigrok-internal.h | 11 ++ 7 files changed, 237 insertions(+), 1 deletion(-) create mode 100644 src/dmm/bm25x.c -- 2.0.1 ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

