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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b302933e8f260310 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Ada+rs232 Date: 2000/05/23 Message-ID: <8geefc$25u$1@hobbes2.crc.com>#1/1 X-Deja-AN: 626359662 References: <12ff8d42.976d82ff@usw-ex0102-014.remarq.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: abuse@crc.com X-Trace: hobbes2.crc.com 959102252 2238 198.175.145.56 (23 May 2000 17:17:32 GMT) Organization: CRC: A wholly owned subsidiary of Thermo Electron X-MSMail-Priority: Normal NNTP-Posting-Date: 23 May 2000 17:17:32 GMT Newsgroups: comp.lang.ada Date: 2000-05-23T17:17:32+00:00 List-Id: elta wrote in message news:12ff8d42.976d82ff@usw-ex0102-014.remarq.com... > Is there an implementation for dealing with rs232 serial port ? > and where can I find it ? This is a matter that is highly dependent on the platform, both hardware and Operating System. Some questions to be answered are: 1. Are you looking to manipulate the hardware directly, e.g., by reading and writing values from and to registers? Some OSs will not allow user-level code to do these operations. 2. Are you looking to access the RS-232 port through Operating System services -- e.g., by treating the device as a file to which one can write, and from which one can read? With more details of what you're trying to accomplish, an appropriate solution can be suggested. I have done serial port IO on a number of platforms and OSs, all in Ada95.