search for: agiler_report_size

Displaying 4 results from an estimated 4 matches for "agiler_report_size".

2007 Jan 23
2
Voltage override in megatec and megatec-over-usb [was: Re: nut-2.0.5 megatec + Online Xanto]
On 1/23/07, Henning Brauer <hb-nut@bsws.de> wrote: > good new first: the megatec driverin 2.0.5 now works with the Online > Xanto S3000R here - well, for the very basics. > > the UPS has NO way ofidentifying itself. It also does not respond to > the power ratings query ("F"). I previously used a hacked up fentonups > driver. This means the driver cannot figure out
2007 Feb 01
2
Re: [Nut-upsuser] Ablerex 625L USB version
...from Windows driver > + HID tables are complitely bogus > + Data is transferred out as one 8-byte packet with report ID 0 > + Data comes in as 6 8-byte reports per line , padded with zeroes > + All constants are hardcoded in windows driver > + */ > + > + #define AGILER_REPORT_SIZE 8 > + #define AGILER_REPORT_COUNT 6 > + #define AGILER_TIMEOUT 5000 > + > + static int set_data_agiler(const char *str) > + { > + unsigned char report_buf[AGILER_REPORT_SIZE]; > + > + if (strlen(str)>AGILER_REPORT_SIZE) > + { > +...
2006 Dec 05
3
megatec over USB - new driver patch
.... + + Protocol was reverse-engineered from Windows driver + HID tables are complitely bogus + Data is transferred out as one 8-byte packet with report ID 0 + Data comes in as 6 8-byte reports per line , padded with zeroes + All constants are hardcoded in windows driver +*/ + +#define AGILER_REPORT_SIZE 8 +#define AGILER_REPORT_COUNT 6 +#define AGILER_TIMEOUT 5000 + +static int set_data_agiler(const char *str) +{ + unsigned char report_buf[AGILER_REPORT_SIZE]; + + if (strlen(str)>AGILER_REPORT_SIZE) + { + upslogx(LOG_ERR, + "set_data_agiler: ou...
2008 May 08
12
Maruson power net 1500 support?
I recently took over maintenance of a linux computer which is drawing power from a "Maruson Power Net 1500" UPS. However, there is currently no monitoring or control of the UPS by this (or any other) computer. Can nut control this device? There are serial, usb, and EPO connectors on the back of the unit. (There may be a manual but I'm going to have to hunt for it.) Thanks, David