1. Port access from CMD-window with DOS32?
Hi, I have a problem: I'm programming via direct I/O a card in an
ISA-slot by using ports.e from Jacques Deschenes. Under WinNT the ISA
port access is prohibited. I found a driver: GiveIo.sys, but this is not
working. Is there any method known how to write a DOS32 program with
ISA-port access which runs also (possibliy by using a driver) in the
CMD-window?
Thanks, Rolf
2. Re: Port access from CMD-window with DOS32?
----- Original Message -----
From: Rolf Schroeder <r.schr at T-ONLINE.DE>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Saturday, December 18, 1999 4:18 AM
Subject: Port access from CMD-window with DOS32?
> Hi, I have a problem: I'm programming via direct I/O a card in an
> ISA-slot by using ports.e from Jacques Deschenes. Under WinNT the ISA
> port access is prohibited. I found a driver: GiveIo.sys, but this is not
> working. Is there any method known how to write a DOS32 program with
> ISA-port access which runs also (possibliy by using a driver) in the
> CMD-window?
> Thanks, Rolf
>
Just a thought,, are your interrupt jumpers on the io card set right for
what the driver is set for?
Kat
3. Re: Port access from CMD-window with DOS32?
Kat, it has nothing to do with interrupt in the moment, I need only to
read or write via base address #300 from/to a register.
Have a nice day, Rolf
Kat wrote:
>
> Just a thought,, are your interrupt jumpers on the io card set right for
> what the driver is set for?
>
> Kat