cnpem-emi / pydrs

Python library for interfacing with current power supplies and related peripherals
MIT License
0 stars 1 forks source link

Dismember SerialDRS into base data and communication classes #13

Closed gfrn closed 2 years ago

gfrn commented 2 years ago

The new base class (for both TCP/IP and Serial comms) is named BaseDRS and implicitly decides on whether it uses serial communication or TCP/IP, however, explicit classes EthDRS and SerialDRS will also be made available and are preferred as they don't leave out the assignment of transfer/connect methods to be done implicitly at runtime.