ups
ups copied to clipboard
Problem OpenUPS Driver Set Vout
Hello everyone, I'm integrating OpenUPS into one of my Windows Forms applications (C#) on Windows. I can display getUPSVIN, getUPSOutputPower, or getUPSVOut without any problems.
What I would like to do is to be able to persistently modify the output voltage, but it doesn't seem like it's possible to do that with the OpenUPSLib DLL. What would be the most optimal solution? Is there a way to modify this output voltage in another way? Maybe via command line with the .exe and a parameter? It would be great if someone had the solution!