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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9b346ee85d1aa69a,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-16 14:19:37 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-xfer.siscom.net!not-for-mail Message-ID: <3C45FC6C.2030208@mail1.monmouth.army.mil> Date: Wed, 16 Jan 2002 17:19:24 -0500 From: Jeffrey Glenn 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 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Accessing I/O Ports in Windows NT/2000 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Original-NNTP-Posting-Host: 158.9.12.100 X-Original-Trace: 16 Jan 2002 15:23:39 -0700, 158.9.12.100 X-COMPLAINTS: Report abuse to abuse@mhogaming.com Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com NNTP-Posting-Date: 16 Jan 2002 22:19:33 GMT NNTP-Posting-Host: 9685d5c5.news.newshosting.com X-Trace: DXC=lCi9fZ10l\F5dh_]keVYLGX`1N4>^k1LCiF6BbIV4YYB:3QCT_6VF\A66k7:@AYLG@Q]gL0o33_AKmco1;W<=IoFmJJB3Qc=XPG X-Complaints-To: abuse@newshosting.com Xref: archiver1.google.com comp.lang.ada:18983 Date: 2002-01-16T22:19:33+00:00 List-Id: I've found that accessing the I/O ports on Windows 9x is rather easy, but with Windows NT/2000 input and output instructions are privileged and the OS just pulls the plug on your program. I found IO.DLL which is supposed to provide I/O port access but it causes an illegal page fault when called from an Ada task. Does anyone know of an Ada solution to accessing I/O ports on Windows NT/2000?