Displaying 9 results from an estimated 9 matches for "b9600".
Did you mean:
9600
2009 Jul 27
3
Liebert Power Sure PSPXT 450 (SERIAL)
Hi!
My Liebert Power Sure PSPXT 450 with standard driver doesn't works, so I've
done this modification and now it's works.
# diff liebert_MY.c liebert.c
178
< ser_set_speed(upsfd, device_path, B9600);
---
That is, I've only setup the port's speed.
Can you update SVN code?
Thanks
Bye
Beppe Ursino
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20090727/a908bf42/attachment.htm>
2009 Jul 06
3
Smart-UPS RT 3000 Baud Rate
...d previously.
Can anyone tell me if modifying drivers/apcsmart.c
void upsdrv_initups(void)
{
char *cable;
upsfd = ser_open(device_path);
ser_set_speed(upsfd, device_path, B2400);
to
void upsdrv_initups(void)
{
char *cable;
upsfd = ser_open(device_path);
ser_set_speed(upsfd, device_path, B9600);
all that is required in order to get nut to talk to it, or will other
things need changing?
Regards,
Richard
2008 Jul 07
1
SIGPIPE in assorted apps after "yum update"
Hello,
I have several systems which I recently updated with
yum -y update
to all the latest packages. These systems use yum-priorities and use
the CentOS (priority 1) EPEL (priority 5) and rpmforge (priority 10)
repositories. After the updates, dhcpd stopped working with a SIGPIPE
error which occurs shortly after it attempts to fork into the
background. I worked around that problem by building
2005 Feb 20
0
Re: Asterisk-Users Digest, Vol 7, Issue 260
...t; /* lock/PID file */
#define READYFILE "/tmp/lpready" /* printer ready file */
#define RQSTFILE "/tmp/lprequest" /* lprequest file */
#define LPDEV "/dev/lp0" /* physical lp device */
#define SWDEV "/dev/ttyC0" /* switch port-HW box */
#define SPEED B9600 /* port baud rate */
#define RESET B0 /* reset by 0 speed */
#define WARMUP 45 /* 45 sec warmup delay*/
#define IDLE 1200 /* 1200 seconds (20min)
idle delay */
#define XON 17 /* XON character */
#define XOFF 19 /* XOFF character */
#define ABORTTIME 90 /*...
2009 Aug 14
2
Bestfortress driver, network serial patch for nut-2.0
...)
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_setaux("input.transfer.low", 3);...
2008 Dec 24
1
Driver removal notification: al175
Hi Kirill,
just to notify you that your al175 driver is being removed from the
NUT tree, as of 2.4.0-pre1.
if you wish to see it entering the tree again, please contact the
Development mailing list to talk about it.
Merry Christmas and happy New Year.
Arnaud
--
Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops
Network UPS Tools (NUT) Project Leader -
2004 Nov 14
25
dom0 kernel crashes with kernel panic during boot
Hi there,
I''ve just built xen & dom0 kernel from gentoo ebuilds (bugs.gentoo.org),
but my dom0 kernel crashes during boot.
Any help is appreciated. Console log, grub.conf and .config are included,
machine is celeron/466, 128MB of RAM.
Console log:
Linux version 2.6.9-xen0 (root@zirafa) (gcc version 3.3.4 20040623 (Gentoo
Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)) #2 Sun Nov 14
2005 Dec 19
0
new(er) SEC driver.
...ne 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, "", 0, 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
*