Accessing Ports in NT
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Does anybody know how to access Ports in Windows NT?
-
Does anybody know how to access Ports in Windows NT?
What kind of ports? Message ports? Now that we've taken care of the educational bit (be precise), I assume you want to access some I/O port (serial, parallel, ...). You talk to (or even write yourself) a device driver. Try searching Google for something like "Windows NT direct I/O".