CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 1999
    Location
    Kent, UK
    Posts
    10

    O/P Data to LTP1,2 ect


    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


    D.G.Holmes
    Gap Student

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

    Re: O/P Data to LTP1,2 ect

    Search through Internet about "inpout32.dll". Only with this dll you can send/receive data from parallel port with vb...

    Michael Vlastos
    Automation Engineer
    Company Modus SA
    Development Department

  3. #3
    Join Date
    Feb 1999
    Posts
    6

    Re: O/P Data to LTP1,2 ect

    Does anyone know how to do this using VC++?


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