Hardware Programming with Visual C++

Status
Not open for further replies.

Max++

Junior Member level 3
Joined
May 24, 2006
Messages
29
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Thailand
Activity points
1,495
hardware programming in vc++

Where can I find good tutorials on Hardware Programming with Visual C++ or code samples for free. There is a good site in somewhere?
 

hardwareprogramming

I've one old application that I develop a few years ago. Named Explochip. I used it to poke around the hardware ports in the PC. Built with VC++6 SP5 and win2K DDK. Available freely at:

http://www.geocities.com/mamanzip/srccodes.html

It's a bit out of date. The architecture of the software modules are as follows:

Code:
        Explochip Application
                 ^  |
                 |  |
                 |  V
        Explochip Device Driver
                 ^  |
                 |  |
                 |  V
             PC Hardware

The code is a bit twisted as I made it only as a proof of concept.

I think some other stuff are available at http://www.codeproject.com

goodluck :wink:
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…