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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f5a759fa74d31a00,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-27 18:14:04 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!spacestar!news.stealth.net!24.30.200.2.MISMATCH!news-east.rr.com!cyclone-west.rr.com!news.rr.com!news-west.rr.com!lsnws01.we.mediaone.net!cyclone-LA3.rr.com!typhoon.san.rr.com.POSTED!not-for-mail From: jmanghan@dt088n7d.san.rr.com (Jeetendra Manghani) Newsgroups: comp.lang.ada Subject: Serial Programming on the AIX Organization: A poorly-installed InterNetNews site Message-ID: <99rh05$4ut$1@dt088n7d.san.rr.com> Date: Wed, 28 Mar 2001 02:09:46 GMT NNTP-Posting-Host: 204.210.17.125 X-Complaints-To: abuse@rr.com X-Trace: typhoon.san.rr.com 985745386 204.210.17.125 (Tue, 27 Mar 2001 18:09:46 PST) NNTP-Posting-Date: Tue, 27 Mar 2001 18:09:46 PST Xref: supernews.google.com comp.lang.ada:6149 Date: 2001-03-28T02:09:46+00:00 List-Id: Hi there, I had a couple questions to serial programming in ada: 1) Can you set the baud rate? In C, you can using tcsetattr function. Is there a comparable function in ada? 2) I am coming across a problem where I use READ on the port but it blocks until the entire buffer is filled up and then returns, instead of returning on a CR. Any ideas? Thanks, Jee Manghani