comp.lang.ada
 help / color / mirror / Atom feed
From: Valentin Nechayev <netch@segfault.kiev.ua>
Subject: Re: Bit-rates > 38400 bit/s with POSIX/floristlib?
Date: Sat, 1 Mar 2003 14:32:20 +0200
Date: 2003-03-01T14:32:20+02:00	[thread overview]
Message-ID: <20030301123220.GC353@iv.nn.kiev.ua> (raw)
In-Reply-To: 1f358d66.0302281619.1fb62598@posting.google.com

>>> Karl Ran wrote:

KR> I'm using the floristlib to access the RS232 port on my PC.
KR> Everything works fine at 19200 bit/s :-)
KR> Now I'd like to switch to 115200 bit/s.
KR> This seems to be not possible, because it's not a POSIX bit-rate, AFAIK.

Linux supports higher rates.

#define    B57600 0010001
#define   B115200 0010002
#define   B230400 0010003
#define   B460800 0010004
#define   B500000 0010005
#define   B576000 0010006
#define   B921600 0010007

 ... and even more speeds are defined...

KR> Does anybody know a (maybe portable) workaround for this configuration?

Does floristlib use standard termios constants?


-netch-



      reply	other threads:[~2003-03-01 12:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-01  0:19 Bit-rates > 38400 bit/s with POSIX/floristlib? Karl Ran
2003-03-01 12:32 ` Valentin Nechayev [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox