sporubcan / MP71077x

Python library for controlling Multicomp MP71077x and Korad KEL20x0 electronic loads over Ethernet
GNU General Public License v3.0
1 stars 0 forks source link

Serial interface #1

Open vChavezB opened 1 month ago

vChavezB commented 1 month ago

It would be nice if we could support serial communication and abstract the protocol from the interface.

Anyways thanks a lot. I have the same electronic load and was not able to use the protocol interface. I referred to the protocol pdf in the readme and I can now control my load with an MCU :)

sporubcan commented 1 month ago

Hello, I am glad that this lib has helped you at least somehow. Unfortunately I am currently busy a lot with the other tasks, so don't have time window to implement your mentioned improvement (maybe in the future only). If you have some free time feel free to contribute :) Best regards, Sam

vChavezB commented 3 weeks ago

Sure, as I need the serial interface for some hardware tests over CI/CD I will probably implement the interface anyhow. If I have any update I will open a PR. 👍