search for: tiocm_cd

Displaying 6 results from an estimated 6 matches for "tiocm_cd".

Did you mean: tiocm_cts
2008 Mar 14
0
Sola 305 with INT-0051 cable
...dtr init1 rts fail cts,0 low dcd,0 kill dtr,1 This seems to agree with the definition of type 7 in genericups.h: /* Type 7 */ { "CyberPower", "Power99", "CyberPower Power99", TIOCM_RTS, /* cable power: RTS */ TIOCM_CTS, TIOCM_CTS, /* online: CTS on */ TIOCM_CD, 0, /* low battery: CD off */ TIOCM_DTR /* shutdown: set DTR */ }, The powstatd document then defines the settings to use when connecting using a INT-0051 as: init0 rts init0 rng init0 dsr init1 dtr fail cts,0 low dcd,0 kill rts,1 My guesstimate is that this would correspond to an entry...
2006 Jul 11
1
Re: [nut-commits] svn commit r446 - in branches/Testing: . drivers man
> +22 = Gamatronic UPSs with alarm interface > + [CP=RTS] [OL=CTS] [LB=\-DCD] [SD=DTR] > + > +22 = CyberPower SL seriess > + [CP=RTS] [OL=CTS] [LB=\-CAR] [SD=DTR] > + > + This part of the patch is no good. While TIOCM_CAR is equivalent to TIOCM_CD (at least in some implementations) CAR certainly isn't handled the same as DCD by genericups. It won't be interpreted and as such will not be used, so we shouldn't list this in the manpage either. I think the best solution would be to merge type 22 and type 23 (as per my previous messag...
2007 Sep 03
0
Tr : adding Jageson Technology JASUNY UPS support to NUT
...uilt into NUT) by adding the following lines: /* Type 23 (duplicate from 4)*/ { "Jageson Tech Co Ltd", "Jasuny USPS", "Jasuny USPS with RS232", TIOCM_RTS, /* cable power: RTS */ TIOCM_CTS, TIOCM_CTS, /* online: CTS on */ TIOCM_CD, 0, /* low battery: CD off */ 0 /* shutdown: none */ } A diff -u follows per the /docs/developers.txt file. My mail client won't let me keep the tabs proper in the file...so I also attached the diff with tabs an...
2006 Jan 31
2
Bug #302338 (genericups: custom configurationthrough ups.conf, not working)
On Tue, 31 Jan 2006, Arjen de Korte wrote: > > But I'd like to know what I'm testing. Could you please post a bug tracker > > URL? I'm having trouble finding #302338. > > That may be because I closed the bug (maybe a little overenthousiastic). See > > http://alioth.debian.org/tracker/index.php?func=detail&aid=302338&group_id=30602&atid=411542 >
2012 Feb 26
1
Server Does Not Shut Down
Hello, I have a UPS connected to my server with the following: Server is Suse 10.1 Nut version is?Network UPS Tools - Generic UPS driver 1.32 (2.0.4) I installed this around 2005 and cannot remember how I installed the software. ups.conf: [sdrups] driver = genericups port = /dev/ttyS0 desc = "For Server & Backup" upstype = 9 upsd.conf: ACL all 0.0.0.0/0 ACL localhost
2009 Aug 14
2
Bestfortress driver, network serial patch for nut-2.0
..."BOOST"); else status_set(is_online ? (is_off ? "OFF " : "OL ") : "OB "); /* setinfo(INFO_STATUS, "%s%s", * (util < lownorm) ? "BOOST ", "", * (util > highnorm) ? "TRIM ", "", * ((flags & TIOCM_CD) == 0) ? "" : "LB ", * ((flags & TIOCM_CTS) == TIOCM_CTS) ? "OB" : "OL"); */ status_commit(); dstate_dataok(); } /* Parameter setting */ /* all UPS tunable parameters are set with command 'p%d=%s' */ int setparam (int parameter, int d...