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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. about Parallel Port Programming???

about Parallel Port Programming???

Scheduled Pinned Locked Moved Visual Basic
csharptutorialquestion
7 Posts 3 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.
  • F Offline
    F Offline
    flashmemory
    wrote on last edited by
    #1

    i want a sample tutorial (or code) in vb.net that demonstrate on parallel port proghramming for doing simple program?????

    D F 2 Replies Last reply
    0
    • F flashmemory

      i want a sample tutorial (or code) in vb.net that demonstrate on parallel port proghramming for doing simple program?????

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      That's rather vauge. What are you doing with the parallel port? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      F 1 Reply Last reply
      0
      • D Dave Kreskowiak

        That's rather vauge. What are you doing with the parallel port? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        F Offline
        F Offline
        flashmemory
        wrote on last edited by
        #3

        i want to connect a small motor (simple) to the parallel port and control it by using a vb.net program?? i want a sample program and howto connect it??:rose:

        D 1 Reply Last reply
        0
        • F flashmemory

          i want to connect a small motor (simple) to the parallel port and control it by using a vb.net program?? i want a sample program and howto connect it??:rose:

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Well, since this is a very specific, and relatively rare, project, you're probably going to have to do your own research. The "perfect" example, with everything you want, probably doesn't exist in one place. I suggest Googling for "parallel port motor" for any information. You'll probably have to piece together your project from various sources. You can start with this[^] one, right here on Code Project. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

          F 1 Reply Last reply
          0
          • D Dave Kreskowiak

            Well, since this is a very specific, and relatively rare, project, you're probably going to have to do your own research. The "perfect" example, with everything you want, probably doesn't exist in one place. I suggest Googling for "parallel port motor" for any information. You'll probably have to piece together your project from various sources. You can start with this[^] one, right here on Code Project. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

            F Offline
            F Offline
            flashmemory
            wrote on last edited by
            #5

            ok i want a very simple code how to control parallel port so i can on/off the led only?? VB.NET:rose:

            D 1 Reply Last reply
            0
            • F flashmemory

              ok i want a very simple code how to control parallel port so i can on/off the led only?? VB.NET:rose:

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              From a motor to an LED... There's nothing simple about it, no matter what you do. The parallel port hardware is completely abstracted from your code. You MUST have a Ring 0 .DLL to get to the hardware FOR your code. You can find an example at http://www.logix4u.net/[^]. Be be warned, you STILL have to do your own research to get any example to work. Trial and error is the best teacher. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

              1 Reply Last reply
              0
              • F flashmemory

                i want a sample tutorial (or code) in vb.net that demonstrate on parallel port proghramming for doing simple program?????

                F Offline
                F Offline
                Freddie Code
                wrote on last edited by
                #7

                For the hardware connection to the parallel ports and some sample code in C, see this website: http://www.phanderson.com About half way down the page are some books/workbooks he wrote about connecting hardware motors and such to the parallel port and programming them with the PC. The code won't apply, but he gives some great circuits and theory. I have both books and they are an excellent intro to controlling stuff with the parallel port. "Use of a PC Printer Port for Control and Data Acquisition - Volume 1" "Use of a PC Printer Port for Control and Data Acquisition - Volume 2"

                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