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,FREEMAIL_FROM, GB_FREEMAIL_DISPTO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,79de620483de9299,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-13 07:15:17 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!kibo.news.demon.net!demon!newsfeed.belnet.be!naxos.belnet.be!news.belnet.be!not-for-mail From: Qwerty Newsgroups: comp.lang.ada Subject: IO-PORTS Date: Mon, 13 May 2002 16:15:19 +0200 Organization: KULeuvenNet Message-ID: <3CDFCA77.706@yahoo.com> NNTP-Posting-Host: seven.kulnet.kuleuven.ac.be Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: naxos.belnet.be 1021299316 3262 134.58.127.12 (13 May 2002 14:15:16 GMT) X-Complaints-To: abuse@belnet.be NNTP-Posting-Date: Mon, 13 May 2002 14:15:16 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc1) Gecko/20020417 X-Accept-Language: en-us, en Cache-Post-Path: seven.kulnet.kuleuven.ac.be!unknown@10-4-4-218.kotnet.org X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Xref: archiver1.google.com comp.lang.ada:23954 Date: 2002-05-13T16:15:19+02:00 List-Id: Hi, I have to make an ADA-program for school. The program requires to connect 2 computers and to let them communicate through the COM1-port. How do you read/write from/to the COM1-port. It must be programmed on a low level. So we have to read/write directly from/to the IOports with adresses 16#03F8# to 16#03FD#. How do you do that in Ada ? Thanx, Alexander