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.3 required=5.0 tests=BAYES_00,INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d33011b5f76b7fc7,start X-Google-Attributes: gid103376,public From: "TAMS Team" Subject: Ada Communications Date: 2000/01/11 Message-ID: <947597144.1660.0.nnrp-09.c2de4527@news.demon.co.uk>#1/1 X-Deja-AN: 571168663 X-NNTP-Posting-Host: rolls-royce-rps.demon.co.uk:194.222.69.39 X-Trace: news.demon.co.uk 947597144 nnrp-09:1660 NO-IDENT rolls-royce-rps.demon.co.uk:194.222.69.39 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 2000-01-11T00:00:00+00:00 List-Id: Help, complete novice here! How do I read and write to a serial port (e.g. COM2) using Ada? What we intend to do is read serial data coming down an RS422 line formatted to RS100 protocol, and also transmit back up using the same standards. I'm not sure where to start here - simple answers, please, as I'm trying to learn at least 3 new things at once here!!! (Don't say "Use another language", as we have to do it this way, and the incoming data is fixed to RS422/RS100!) Thanks!