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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e3882535e212302c,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-14 15:19:11 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 (part 2) Date: Wed, 15 May 2002 00:18:58 -0700 Organization: KULeuvenNet Message-ID: <3CE20BE2.1050202@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 1021414749 17092 134.58.127.12 (14 May 2002 22:19:09 GMT) X-Complaints-To: abuse@belnet.be NNTP-Posting-Date: Tue, 14 May 2002 22:19:09 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us Cache-Post-Path: seven.kulnet.kuleuven.ac.be!unknown@pc-134-58-223-052.cc.kuleuven.ac.be X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Xref: archiver1.google.com comp.lang.ada:24059 Date: 2002-05-15T00:18:58-07:00 List-Id: Hi, Thanks for the help on my first question (see topic IO-PORTS). I already have a sort of working prototype but still I have some questions left. The program has to be interrupt-driven. What interrupt_id do I have to use for the COM1-port (I suppose Names.SIGINT ??? What else, because it's not working). How to use the Interrupt_Priority pragma? I mean, you have to write something like: pragma Interrupt_Priority(???).. But I don't really know what to write in the ??? place, even constants like Max_Priority as specified in the Systems package don't compile.. BTW My PC is an Intel with Windows 98. Any help is welcome, Alexander