From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fc89c,9719223e9006b160,start X-Google-Attributes: gidfc89c,public X-Google-Thread: 103376,9719223e9006b160,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-28 16:19:23 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: karlran@hotmail.com (Karl Ran) Newsgroups: comp.lang.ada,comp.unix.programmer Subject: Bit-rates > 38400 bit/s with POSIX/floristlib? Date: 28 Feb 2003 16:19:22 -0800 Organization: http://groups.google.com/ Message-ID: <1f358d66.0302281619.1fb62598@posting.google.com> NNTP-Posting-Host: 212.185.253.66 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1046477963 25271 127.0.0.1 (1 Mar 2003 00:19:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 1 Mar 2003 00:19:23 GMT Xref: archiver1.google.com comp.lang.ada:34746 comp.unix.programmer:42257 Date: 2003-03-01T00:19:23+00:00 List-Id: Hi, I'm using the floristlib to access the RS232 port on my PC. Everything works fine at 19200 bit/s :-) Now I'd like to switch to 115200 bit/s. This seems to be not possible, because it's not a POSIX bit-rate, AFAIK. Does anybody know a (maybe portable) workaround for this configuration? GCC, Floristlib, Linux Thanks, Karl