search for: l2124

Displaying 2 results from an estimated 2 matches for "l2124".

Did you mean: 2124
2016 Jan 28
0
Patching CyberPower UPS drivers
...fine TESTING" or something, and have a test function that cycles through the various reply strings, rather than reading from serial. That way, someone without any of these units can test on their own system. For instance: https://github.com/networkupstools/nut/blob/master/drivers/nutdrv_qx.c#L2124 reads from an array defined in the sub-driver: https://github.com/networkupstools/nut/blob/master/drivers/nutdrv_qx_q1.c#L87 > and the S field on this UPS has 4 bytes instead of just 2. > > (not that it matters I guess... but now it makes me wonder what all the extra information is) &g...
2016 Jan 19
5
Patching CyberPower UPS drivers
Hey there, I got a new UPS (CyberPower PR1500LCDRTXL2Ua) and found the serial drivers don't quite work... So I decided to jump in and make changes to the driver that would hopefully make it happier. I have it working (I really only changed powerp-txt.c) but still have a couple questions... Charles said I should mention them here to talk to anyone interest but specifically Arjen (one of