Hi,
Does anyone know how to use the parport with perl on a windows XP machine?
I'd like to use a perl script to drive couple parallel port pins. Thanks.
I'd like to read several consective lines from a file. Could someone show me how to do it. I know i can put several foreach loops, but it is very clumsy. Thanks.
Here what i did:
open (FILE, "t") || die "can't open t.num: $!";
# create an array of the the file content
@input = <FILE>;
# close...
Does anyone know how to write a perl script to do a checksum calculation of an intel hex record?
The intel hex record format is:
:BBAAAATTDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDCC
where
BB = 2 digit byte count
AAAA = 4 digit hex address
TT = 2 digit hex record type
DD = 2 digit hex data byte
CC = 2...
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.