search for: b1200

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

Did you mean: 1200
2008 Dec 10
0
No subject
.../nut/ups.conf [PRPC650] driver = powercom port = /dev/ttyUSB0 desc = "Test" Trying with strace shows the following: 12369 open("/dev/ttyUSB0", O_RDWR|O_EXCL|O_NOCTTY|O_NONBLOCK) = 4 12369 flock(4, LOCK_EX|LOCK_NB) = 0 12369 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B1200 -opost -isig -icanon -echo ...}) = 0 12369 ioctl(4, TCFLSH, 0) = 0 12369 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B1200 -opost -isig -icanon -echo ...}) = 0 12369 ioctl(4, SNDCTL_TMR_START or TCSETS, {B1200 -opost -isig -icanon -echo ...}) = 0 12369 ioctl(4, SNDCTL_TMR_TIMEBASE or TCG...
2009 Aug 14
2
Bestfortress driver, network serial patch for nut-2.0
...e via front panel: (european voltage level) parameter factory default range INFO_LOWXFER 196 V p7=nnn 160-210 INFO_HIGHXFER 254 V p8=nnn 215-274 INFO_LOBATTIME 2 min p2=n 1-5 comm mode p6=0 dumb DONT USE (will lose access to parameter setting!) p6=1 B1200 p6=2 B2400 P6=3 B4800 p6=4 B9600 maybe cycle through speeds to autodetect? echo off e0 echo on e1 */ dstate_setinfo("input.transfer.low", "%s", ""); dstate_setflags("input.transfer.low", ST_FLAG_STRING | ST_FLAG_RW); dstate_...
2011 May 09
0
PowerCom BNT2000AT ups on nut 2.6.0
...DDCMD shutdown.return 0.147746 send_to_all: ADDCMD shutdown.stayoff 0.147833 Num of bytes requested for reading from UPS: 16 0.293224 Num of bytes received from UPS: 16 I did run an strace and saw this! Starting at sending the single char! ioctl(4, SNDCTL_TMR_START or TCSETS, {B1200 -opost -isig -icanon -echo ...}) = 0 write(4, "\1", 1) = 1 nanosleep({0, 0}, NULL) = 0 gettimeofday({1304946608, 723932}, NULL) = 0 write(2, " 0.013837\t", 12) = 12 write(2, "Num of bytes requested for readi"..., 48) =...
2011 May 13
1
PowerCom BNT2000AT ups on nut 2.6.0 - second try
...DDCMD shutdown.return 0.147746 send_to_all: ADDCMD shutdown.stayoff 0.147833 Num of bytes requested for reading from UPS: 16 0.293224 Num of bytes received from UPS: 16 I did run an strace and saw this! Starting at sending the single char! ioctl(4, SNDCTL_TMR_START or TCSETS, {B1200 -opost -isig -icanon -echo ...}) = 0 write(4, "\1", 1) = 1 nanosleep({0, 0}, NULL) = 0 gettimeofday({1304946608, 723932}, NULL) = 0 write(2, " 0.013837\t", 12) = 12 write(2, "Num of bytes requested for readi"..., 48) =...
2005 Dec 19
0
new(er) SEC driver.
...quot; #define SEC_STR_OUTPUT_POWER "output.power" #define SEC_STR_OUTPUT_VOLTAGE "output.voltage" #define SEC_SIZE (256) #include "sec.h" /* Some baud rates for setup_serial() */ #define SEC_NUMBAUDS 5 static struct baud_rate_t baud_rates[SEC_NUMBAUDS] = { { B1200, 1200 }, { B2400, 2400 }, { B4800, 4800 }, { B9600, 9600 }, { B19200, 19200 }, }; /* Exhaustive information for each possible variable */ static const struct sec_varlist_t sec_varlist[SEC_NUMVARS] = { { SEC_UNUSED, "", 0.0, "",...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *