Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Multiple Parallel Ports

Multiple Parallel Ports

Scheduled Pinned Locked Moved C / C++ / MFC
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    wicked_guy
    wrote on last edited by
    #1

    Hi Everyone, Could anyone please give me details about controlling more than one parallel from the same CPU unit. Thanx in advance

    C 1 Reply Last reply
    0
    • W wicked_guy

      Hi Everyone, Could anyone please give me details about controlling more than one parallel from the same CPU unit. Thanx in advance

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Each parallel port has it's own address that you scan, so the presence of any other parallel port is irrelevant. You use the address needed for the port you are scanning. There are some good articles here on Code Project about parallel ports. Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder

      W 1 Reply Last reply
      0
      • C Christian Graus

        Each parallel port has it's own address that you scan, so the presence of any other parallel port is irrelevant. You use the address needed for the port you are scanning. There are some good articles here on Code Project about parallel ports. Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder

        W Offline
        W Offline
        wicked_guy
        wrote on last edited by
        #3

        Thanx for the reply Christian. Could that be done with MFC as well or just Win32 Applications.

        C 1 Reply Last reply
        0
        • W wicked_guy

          Thanx for the reply Christian. Could that be done with MFC as well or just Win32 Applications.

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          MFC is just a fat old library on top of Win32. Hell, C# is just a fat old library on top of Win32. I actually do what I've described in C# by calling the underlying libaries in the DLL's. You can do anything Win32 supports in MFC. Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups