How to control parallel port with c++ programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yusufjammy
    New Member
    • Jan 2010
    • 39

    How to control parallel port with c++ programming

    How to control or interface with parallel port in c++ programming .
  • newb16
    Contributor
    • Jul 2008
    • 687

    #2
    Depends on platform and os.

    Comment

    • yusufjammy
      New Member
      • Jan 2010
      • 39

      #3
      No sorry ? My question was how to control parallel port via c++ programming !!

      Comment

      • newb16
        Contributor
        • Jul 2008
        • 687

        #4
        The answer is that since 'parallel port' is not a part of c++ standard, it depends on computer type and operating system it is running.

        Comment

        • yusufjammy
          New Member
          • Jan 2010
          • 39

          #5
          I am using window xp sp2 .. on dual core processor ?
          Is visual c++ supporting parallel port ?
          thanks for first reply ?

          Comment

          • newb16
            Contributor
            • Jul 2008
            • 687

            #6
            google for WriteFile parallel port. If you want to control individual pins (bitbanging) search for inpout32.

            Comment

            Working...