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. Plss!!!Help!!!! in parallel interfacing in visual c++

Plss!!!Help!!!! in parallel interfacing in visual c++

Scheduled Pinned Locked Moved C / C++ / MFC
c++helptutorialquestion
5 Posts 5 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.
  • S Offline
    S Offline
    sysrye
    wrote on last edited by
    #1

    :):)where can i get tutorials on how to transfer an 8 bit wav file using parallel port in visual c++? thank a lot for the help guys. I really need it for our thesis project.. Thanks alot!!pls help me!:):):):)

    S J A 3 Replies Last reply
    0
    • S sysrye

      :):)where can i get tutorials on how to transfer an 8 bit wav file using parallel port in visual c++? thank a lot for the help guys. I really need it for our thesis project.. Thanks alot!!pls help me!:):):):)

      S Offline
      S Offline
      soundman32
      wrote on last edited by
      #2

      If you are using Win95 or Win98 then you may be able to do it using assembler. If you are using NT/2K or XP then things get more tricky. Basically, you need a driver to allow direct access to the parallel port (which is not normally allowed). I used one ages ago, which you could give a range of I/O addresses, and you could read or write to them via a DLL. I can't remember what it is called, but Try googling for "parallel port access windows driver".

      C 1 Reply Last reply
      0
      • S sysrye

        :):)where can i get tutorials on how to transfer an 8 bit wav file using parallel port in visual c++? thank a lot for the help guys. I really need it for our thesis project.. Thanks alot!!pls help me!:):):):)

        J Offline
        J Offline
        jmkhael
        wrote on last edited by
        #3

        Check http://www.codeproject.com/csharp/csppleds.asp[^] http://www.codeproject.com/csharp/cspplcds.asp[^] Papa while (TRUE) Papa.WillLove ( Bebe ) ;

        1 Reply Last reply
        0
        • S sysrye

          :):)where can i get tutorials on how to transfer an 8 bit wav file using parallel port in visual c++? thank a lot for the help guys. I really need it for our thesis project.. Thanks alot!!pls help me!:):):):)

          A Offline
          A Offline
          Arsalan Malik
          wrote on last edited by
          #4

          For interfacing with parallel or serial ports in VC6, you need to get a handle by calling CreateFile function. Pass "LPT1:" as filename. Arsalan Malik

          1 Reply Last reply
          0
          • S soundman32

            If you are using Win95 or Win98 then you may be able to do it using assembler. If you are using NT/2K or XP then things get more tricky. Basically, you need a driver to allow direct access to the parallel port (which is not normally allowed). I used one ages ago, which you could give a range of I/O addresses, and you could read or write to them via a DLL. I can't remember what it is called, but Try googling for "parallel port access windows driver".

            C Offline
            C Offline
            CoreyCooper
            wrote on last edited by
            #5

            I've sucseffuly used a general purpose device drive called "TinyPort". It's good, but it warns you that it is relativly slow, being that it is general purpose, not specific to a device.

            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