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 "My_TPU.h"...
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.