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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e4f6dad95014393f,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-06 08:27:43 PST Path: supernews.google.com!sn-xit-02!supernews.com!isdnet!inetway!inetway.net!not-for-mail From: "Lionel.vigier" Newsgroups: comp.lang.ada Subject: Serial communications PC - RS232 with ADA ? Date: Tue, 6 Mar 2001 17:26:47 +0100 Organization: UUNET Message-ID: <9834c2$3tv$1@reader1.fr.uu.net> NNTP-Posting-Host: 1cust165.tnt1.dial.bor1.fr.uu.net X-Trace: reader1.fr.uu.net 983897282 4031 212.155.33.165 (6 Mar 2001 16:48:02 GMT) X-Complaints-To: abuse@fr.uu.net NNTP-Posting-Date: 6 Mar 2001 16:48:02 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: supernews.google.com comp.lang.ada:5471 Date: 2001-03-06T16:48:02+00:00 List-Id: I want to use the COM: ports ( COM1, COM2 ... ) of the PC to communicate within an Ada program ( send and receive characters ). Where can I found exemples or sources of code ? Thanks.