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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bc819
  • Content: Threads
  • Order by date
  1. bc819

    Perl and ParPort and window XP

    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.
  2. bc819

    how to read consective lines from a file

    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...
  3. bc819

    intel hex record

    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...

Part and Inventory Search

Back
Top