Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Saeeka

  1. Saeeka

    Controlling Computers LPT port with Perl

    I am not actually too good with C++ so this is code I have gotten out of a book to control one output from the LPT port. /* Program ssr_demo */ #include <dos.h> #include <stdio.h> #include <conio.h> #include <stdlib.h> #include <string.h> #include <bios.h> #include &quot;My_TPU.h&quot...
  2. Saeeka

    Controlling Computers LPT port with Perl

    My knowledge on Perl is somewhat limited. I am still learning. I looked through that site www.cpan.org but did not find anything I could use. I am looking more of a sample perl script I can learn from. I want to be able to control all of the parallel ports inputs and outputs.
  3. Saeeka

    Controlling Computers LPT port with Perl

    I am looking for a way to control the computers LPT(Printer) port witha Perl program. I have successfully done this with Pascal and C++ But cannot find how to do it with Perl.

Part and Inventory Search

Back
Top