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-18 09:36:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Accessing I/O Ports in Windows NT/2000 Date: 18 Jan 2002 12:22:24 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <3C45FC6C.2030208@mail1.monmouth.army.mil> <4519e058.0201170735.c5ff137@posting.google.com> <3C474180.8060306@mail1.monmouth.army.mil> <3c47dae5.155431437@News.CIS.DFN.DE> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1011374784 5145 128.183.220.71 (18 Jan 2002 17:26:24 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 18 Jan 2002 17:26:24 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:19055 Date: 2002-01-18T17:26:24+00:00 List-Id: dmitry@elros.cbb-automation.de (Dmitry A. Kazakov) writes: > There was a product by Blue Wave, I believe, called WinRT. That's Blue Water, and I have a simple Ada binding to part of WinRT 2.0. You can have it if you'd like; drop me an email. > It contained a primitive Windows driver, which allowed you to > read/write arbitrary physical memory locations [= your I/O ports]. I > think all that you will need then is standard Win32 bindings and > here you are. Worked nicely for me. Supports interrupts via some bizarre script language; didn't look like a good idea, so I didn't play with it. -- -- Stephe