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 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-16 19:41:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.mathworks.com!wn3feed!wn2feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail From: "Steve Doiel" Newsgroups: comp.lang.ada References: <3C45FC6C.2030208@mail1.monmouth.army.mil> Subject: Re: Accessing I/O Ports in Windows NT/2000 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1011238893 12.225.227.101 (Thu, 17 Jan 2002 03:41:33 GMT) NNTP-Posting-Date: Thu, 17 Jan 2002 03:41:33 GMT Organization: AT&T Broadband Date: Thu, 17 Jan 2002 03:41:34 GMT Xref: archiver1.google.com comp.lang.ada:18993 Date: 2002-01-17T03:41:34+00:00 List-Id: There solution that sounds promising at: http://www.beyondlogic.org/porttalk/porttalk.htm I haven't tried it. SteveD "Jeffrey Glenn" wrote in message news:3C45FC6C.2030208@mail1.monmouth.army.mil... > 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? >