Search:

Type: Posts; User: wesleydelaney

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,247

    I figured out how to send data to the port useing...

    I figured out how to send data to the port useing the code:

    cout >> "decmal");
    cin << dec;
    _outp(0x378, dec);

    this had worked out well, and I can sent any binary to the port: I used it...
  2. Replies
    4
    Views
    1,247

    The compiler I am useing is MS Visiual C++...

    The compiler I am useing is MS Visiual C++ Standard Edition v4. I am planning on running this under win 95, in my robot.
  3. Replies
    4
    Views
    1,247

    C++ io PORT hints

    I am working on a small robotics project, and I am pretty much fermillier with C++, and have written a couple of short programs. For my robot I am choseing to use c++ for programing the computer,...
Results 1 to 3 of 3