Parallel port interface

Sharky Forums


Results 1 to 4 of 4

Thread: Parallel port interface

  1. #1
    Tiger Shark
    Join Date
    Oct 2000
    Location
    Phila, PA
    Posts
    519

    Post Parallel port interface

    Does anyone know how using C/C++/VB interface (output/input) data through LPT parallel port ?

    Maybe a link ?

    ------------------
    What we're dealing with here is a total lack of respect for the law...
    Prodigy
    There are no stupid questions, there are stupid answers.

  2. #2
    Reef Shark
    Join Date
    Sep 2000
    Posts
    421

    Question

    Originally posted by IL96:
    Does anyone know how using C/C++/VB interface (output/input) data through LPT parallel port ?

    Maybe a link ?

    Don't know. Try these guys:
    http://www.cprogramming.com/cgi-bin/.../UltraBoard.pl




    ------------------
    Tech GOD
    Tech GOD

  3. #3
    Hammerhead Shark
    Join Date
    Sep 2000
    Location
    Luleå, Sweden
    Posts
    1,921

    Post

    Use the outp() and inp() functions defined in conio.h
    Get UniTuner here

  4. #4
    Tiger Shark
    Join Date
    Oct 2000
    Location
    Phila, PA
    Posts
    519

    Post

    Originally posted by Humus:
    Use the outp() and inp() functions defined in conio.h
    Cool, thanks a lot !



    ------------------
    What we're dealing with here is a total lack of respect for the law...
    Prodigy
    There are no stupid questions, there are stupid answers.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •