Displaying 7 results from an estimated 7 matches for "b4800".
Did you mean:
m4800
2005 Mar 12
2
RODBC, IODBC and Mac OS X
...I have therefore a simple question :
DOES ANY BODY HAVE A COOKBOOK EXPLAINING HOW TO ACCESS - THRU ODBC - A
POSTGRESQL DATABASE USING R ON MAC OS X PANTHER ?
Thanks in advance for your help.
Constant Depi?reux
Managing Director
Applied Quality Technologies Europe sprl
Rue des D?port?s 123, B4800 Verviers
Tel : + 32 87 29 21 75
Fax : +32 87 29 21 71
Mobile : +32 475 555 818
e-Mail : constant.depiereux at aqte.be
Web presence : http://www.aqte.be
2005 Mar 12
1
New user of R on Mac OS X - Please help
...ing of
timer with target 3ba850 and selector 'runRELP:'
Does any body of you have any idea where I should be starting looking
for a solution for ditto?
Thnaks in advance four your help.
Constant Depi?reux
Managing Director
Applied Quality Technologies Europe sprl
Rue des D?port?s 123, B4800 Verviers
Tel : + 32 87 29 21 75
Fax : +32 87 29 21 71
Mobile : +32 475 555 818
e-Mail : constant.depiereux at aqte.be
Web presence : http://www.aqte.be
2005 Mar 15
0
Fwd: RODBC, sqlSave and sqlAppend
...t; phantoms, ...
>
> If some body has better practices, there would be warmly wellcomed.
>
> Sorry for disturbance and naive approach.
>
> Best regards
>
>
> Constant Depièreux
> Managing Director
> Applied Quality Technologies Europe sprl
> Rue des Déportés 123, B4800 Verviers
> Tel : + 32 87 29 21 75
> Fax : +32 87 29 21 71
> Mobile : +32 475 555 818
> e-Mail : constant.depiereux@aqte.be
> Web presence : http://www.aqte.be
> Skype : cdepiereux
>
>
Constant Depièreux
Managing Director
Applied Quality Technologies Europe sprl
Rue des Dép...
2005 Mar 17
0
RODBC and portability issue
...the table.
Help me please.
PS :I think that I read carefully the documentation before asking this
question, so please avoid refering back to it, unless with a precise
item to be re-read.
`
Constant Depi?reux
Managing Director
Applied Quality Technologies Europe sprl
Rue des D?port?s 123, B4800 Verviers
Tel : + 32 87 29 21 75
Fax : +32 87 29 21 71
Mobile : +32 475 555 818
e-Mail : constant.depiereux at aqte.be
Web presence : http://www.aqte.be
Skype : cdepiereux
2009 Aug 14
2
Bestfortress driver, network serial patch for nut-2.0
...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_setaux("input.transfer....
2005 Dec 19
0
new(er) SEC driver.
...tput.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, "", 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
*