knarfS/smuview

Hardware support request Maynuo M9812

sympoz opened this issue · 2 comments

Is there any chance for support of the Maynuo M9812?

https://sigrok.org/wiki/Maynuo_M9812

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.

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