Are there any Linux or Mac software options or even the interface specification for the Multicomp Pro bench DMM MP730424?
Be sure to click 'more' and select 'suggest as answer'!
If you're the thread creator, be sure to click 'more' then 'Verify as Answer'!
Are there any Linux or Mac software options or even the interface specification for the Multicomp Pro bench DMM MP730424?
It looks to work with sigrok.
libsigrok/src/hardware/scpi-dmm/api.c
add these lines at line 314
{
"multicomp pro", "MP730889",
1, 5, cmdset_owon, ARRAY_AND_SIZE(mqopts_owon_xdm2041),
scpi_dmm_get_meas_gwinstek,
ARRAY_AND_SIZE(devopts_generic),
0, 0, 0, 1e9, TRUE,
NULL, NULL, NULL,
},
It looks to work with sigrok.
libsigrok/src/hardware/scpi-dmm/api.c
add these lines at line 314
{
"multicomp pro", "MP730889",
1, 5, cmdset_owon, ARRAY_AND_SIZE(mqopts_owon_xdm2041),
scpi_dmm_get_meas_gwinstek,
ARRAY_AND_SIZE(devopts_generic),
0, 0, 0, 1e9, TRUE,
NULL, NULL, NULL,
},