Displaying 3 results from an estimated 3 matches for "scanreceivepack".
2014 Jun 10
0
Unable to set up a "serial-over-USB" UPS (APC BZ2200BI-BR)
On 04/06/2014 at 09:44,
Bruno Salvador <bruno.salvador at gmail.com> wrote:
> What Douglas can do is to patch the solis executable in
> /usr/local/libexec/nut/solis inside freenas, with the patches that I have
> posted in the forum:
Dear guys,
Following your suggestions I was able to make NUT recognize my UPS model.
Actually, the only modification I had to introduce in solis.c
2011 Oct 13
0
1) A memory leak in drivers/rhino.c 2) Wunused-but-set-variable.patch
...e %4d/%02d/%02d\n"
-#define SYS_DATE "System Date %4d/%02d/%02d day of week %s\n"
-#define ERR_PACK "Wrong package\n"
-#define NO_EVENT "No events\n"
-#define UPS_TIME "UPS internal Time %0d:%02d:%02d\n"
#endif
static int
@@ -204,14 +188,14 @@ ScanReceivePack( void )
/* model independent data */
- Year = RecPack[31] + ( RecPack[32] * 100 );
- Month = RecPack[30];
- Day = RecPack[29];
+ /* Year = RecPack[31] + ( RecPack[32] * 100 ); */
+ /* Month = RecPack[30]; */
+ /* Day = RecPack[29]; */
/* UPS internal time */
- ihour = RecPack[26];
-...
2014 Jun 04
2
Unable to set up a "serial-over-USB" UPS (APC BZ2200BI-BR)
Hello Charles and Douglas,
I really believe that BZ2200-BR model is the same as mine BZ1200-BR, with
different capacity.
If you see the BZ2200-BR specs you will notice the manufacturer
"APC-Microsol".
Those no-breaks have a USB port in it, but in fact it is a serial<->usb
cable, usually uses the port "/dev/cuaU0".
In mine, the serial<->usb chip is from FTDI, and