knarfS / smuview

SmuView is a GUI for sigrok that supports power supplies, electronic loads and all sorts of measurement devices like multimeters, LCR meters and so on.
GNU General Public License v3.0
130 stars 25 forks source link

Hardware support request Maynuo M9812 #27

Open sympoz opened 3 years ago

sympoz commented 3 years ago

Is there any chance for support of the Maynuo M9812?

https://sigrok.org/wiki/Maynuo_M9812

knarfS commented 3 years ago

The Maynuo M9812 is already supported by libsigrok and can be connected to SmuView, but the driver needs some small modifications (adding a mutex to make the driver thread safe) to work correctly with SmuView. There are also some other enhancements that would be beneficial for the combination with SmuView.

I'd be happy when someone would step up to make this driver work with SmuView. I can't do this without having that device next to me.

knarfS commented 3 years ago

For reference: Here I've already added the mutex for an other modbus device: https://github.com/sigrokproject/libsigrok/commit/7c0891b0b82049b4cc3c0dd70b8483d037dab36f The modifications to the Maynuo driver should be similar.