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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ad99c2e42d7ed484 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Beginners question about serial port Date: 1996/10/29 Message-ID: <555c80$8ho@news2.delphi.com>#1/1 X-Deja-AN: 192957093 organization: Delphi Internet Services Corporation newsgroups: comp.lang.ada Date: 1996-10-29T00:00:00+00:00 List-Id: >Where I can find documentation on how can I access >serial port of my IBM PC through the ada? Since Ada programs often run on systems which have no serial port there is nothing specific in the Ada language (or any other general language) to access such an option. But your compiler vendor almost certainly supplies either a library package to do it, or at the least some way to do OS calls or to access the system's IO ports, or to call a program written in another language (eg, assembler) to do what's needed. What compiler, hardware, and OS are you using?