Mail Archives: djgpp/2002/06/04/11:21:24
You wrote:
Does WindowsNT allow direct access to I/O ports for DOS apps (as OS/2
does for example) ?
-------
No, you need to write a sys driver for NT, and a WDM driver for 98/2K/XP.
Go to the Microsoft web site for developers and download the DDK's for those
operating systems. They have been free in the past (haven't been out there
in awhile), and you will probably want to buy a book on WDM.
Windows 98 will let you pass through commands to the parallel port directly,
but it is really only there for compatibility.
- Raw text -