CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: IO Control

  1. #1
    Guest

    IO Control

    I want to be able to output values to the printer port I have only used Qbasic for doing this using the OUT add,(val)or(valh) where add is the hex address of the port and (val) is the decimal value to be outputted or (valh) is the hex value to be outputted. If anyone knows how to do this please help


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: IO Control

    Search for inpout32.dll throuh internet. This dll will help you a lot. There is not another way to program with parallel port.

    Michael Vlastos
    Automation Engineer
    Company Modus SA
    Development Department

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