Displaying 1 result from an estimated 1 matches for "rmchar".
Did you mean:
rchar
2008 Aug 21
2
cpsups and OP1250.
..._setinfo("ups.model", "CPS_OP1250 %s",rating); // FIXME!
dstate_setinfo("ups.runtime", "%s", "40"); //From datastream.
dstate_setinfo("ups.power.normal", "%s", "1250"); //From
datastream.
//rmchar = 1;
return;
}
Compile and run with this ...
upsdrvctl start CyberPowerOP1250
Who's entry in ups.conf looks like this ....
[CyberPowerOP1250]
driver = cpsups
port = /dev/ttyS0
desc = "CyberPower OP1250"
And it exits with this ...
root...