CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

View Poll Results: This type of F.A.Q should be asked a lot

Voters
2. You may not vote on this poll
  • Yes

    0 0%
  • No

    2 100.00%
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Posts
    87

    Post connecting hardware to my program

    I want to know how to connect my own circuits to my comp so that the software i write can communicate with my circuit.
    For example i have the circuit of my remote for my remote controlled car. I have transformed the remote into a pcb with slots like a normal vedio card. I want to know how to connect my hardware to my comp and to which ports. And also how to use C++ to control those ports.
    Thanks[FONT=arial][COLOR=crimson]

  2. #2
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    What OS are you using? It gets more difficult the higher up you go.

    DOS - access it directly using in & out
    W9x - you may need DDK (download from MS site)
    NT/2K - you will need DDK (download from MS site)
    XP - you will need DDK (buy from MS)
    Linux - don't know

    You can always use 9x in DOS mode.
    Succinct is verbose for terse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured