ngscopeclient / scopehal

Test and measurement hardware abstraction library and protocol decodes. This is the library only. Most users should use scopehal-apps.
BSD 3-Clause "New" or "Revised" License
216 stars 97 forks source link

Modbus + Riden RD and Kuaiqu SPPS PSUs support #902

Closed fredzo closed 1 month ago

fredzo commented 1 month ago

Hi Andrew, This PR adds support for Riden PSUs (tested with my RD6006, but should also work with other Riden PSUs). Modbus protocol handling methods are sitting in the ModbusInstrument class (subclass of SCPIInstrument). It's a first step for this feature request : https://github.com/ngscopeclient/scopehal-apps/issues/754 Best, Frederic.