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

    How to read from a parallel port?

    I'm doing some data acquisition through the parallel port. I can do it in DOS using inportb and outportb using Borland C++. How to I do it in Windows as ultimately I want to build a Windows95 User Interface on the software?


  2. #2
    Join Date
    Apr 1999
    Location
    Chennai, India
    Posts
    48

    Re: How to read from a parallel port?

    hi,

    check CreateFile ( )

    From there goto communications link and check it out !
    have a nice time.



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