Displaying 2 results from an estimated 2 matches for "blazer_instcmd".
2013 Aug 11
0
N-Power MEV-3000LT compatibility report and problem
...failure
(the blazer_command() function normally returns the number of octets received). And the
calling function doesn't attempt to continue, drivers/blazer.c:777
void upsdrv_shutdown(void)
{
int retry;
for (retry = 1; retry <= MAXTRIES; retry++) {
if (blazer_instcmd("shutdown.stop", NULL) != STAT_INSTCMD_HANDLED) {
continue;
}
if (blazer_instcmd("shutdown.return", NULL) != STAT_INSTCMD_HANDLED) {
continue;
}
fatalx(EXIT_SUCCESS,...
2013 Aug 11
2
N-Power MEV-3000LT compatibility report and problem
On Aug 11, 2013, at 2:12 PM, ????????? ???????? wrote:
> I see no problem with how the device communicates the Blazer/Megatec protocol.
> I must have found a bug in the driver.
It is possible that the shutdown was tested with a different implementation of the protocol. What do you get from the "I" command?
On Aug 11, 2013, at 11:25 AM, ????????? ???????? wrote:
> So I