Hello sigrok developers, I recently tried to get some of my old test gear to work with sigrok. On my way, I added an bug fix for the Conrad Digi 35 CPU and added support for the Metex M-3860M (rebranded as Voltcraft M-3860M and PeakTech 4390A by Reichelt).
The DMM works fine with the Metex 14-Bytes ASCII protocol parser but some minor things are missing (e.g. power measurements). I will add the missing things to the parser, when I find some time. The bugfix for the Digi 35 was pretty straight forward: The struct "dev_context" was missing in the protocol header, and the assignment to sr_dev_inst->priv in api.c was also missing. With nothing assigned to "priv", sr_config_get() failed. I've published the changes in my GitHub repository: https://github.com/knarfS/libsigrok I hope this helps, Frank ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel