From barninger at cvn.net Sun Sep 3 05:32:02 2000 From: barninger at cvn.net (D. Scott Barninger) Date: Thu Aug 5 00:28:58 2004 Subject: Barcode.pm Message-ID: <39B228A2.71F985F9@cvn.net> This is the Perl coding mailing list of the Gettysburg Perl Users Group http://gettysburg.pm.org. To unsubscribe send a message with a blank subject to majordomo@hfb.pm.org. In the body of the message write: unsubscribe gettysburg your-email-address. I am working on a new perl module to create and scan barcodes. The curent version can create a Code 128 barcode as a png file and has a rudimentary decoder class for the :Cue:Cat scanner available from RadioShack for free. The decoder only works at a text console if you are using a *nix operating system due to the way X-windows captures console input, but should be OK on Win32 systems (haven't tested it though). The next version will use a kernel patch to capture the scan data to eliminate that problem on linux systems. You can download the module at ftp://www.b-wdesigngroup.com/pub/perl/ Scott From barninger at cvn.net Sat Sep 16 05:10:06 2000 From: barninger at cvn.net (D. Scott Barninger) Date: Thu Aug 5 00:28:58 2004 Subject: Barcode.pm ver 1.2 Message-ID: <39C346FE.23CAA2BB@cvn.net> This is the Perl coding mailing list of the Gettysburg Perl Users Group http://gettysburg.pm.org. To unsubscribe send a message with a blank subject to majordomo@hfb.pm.org. In the body of the message write: unsubscribe gettysburg your-email-address. I just uploaded version 1.2 of Barcode.pm to the ftp server at ftp://www.b-wdesigngroup.com/pub/perl/Barcode-1.2.tar.gz This revision adds method kdecode to class CueCat to utilize Pierre-Phillipe Coupard's linux kernel driver. Scott From barninger at cvn.net Thu Sep 21 07:15:40 2000 From: barninger at cvn.net (D. Scott Barninger) Date: Thu Aug 5 00:28:58 2004 Subject: Barcode 1.3 Message-ID: <39C9FBEC.426DC7F@cvn.net> This is the Perl coding mailing list of the Gettysburg Perl Users Group http://gettysburg.pm.org. To unsubscribe send a message with a blank subject to majordomo@hfb.pm.org. In the body of the message write: unsubscribe gettysburg your-email-address. I just posted version 1.3 of Barcode.pm which adds a class method to extract the ISBN number and calculate the checksum for an ISBN barcode. http://oos.lineo.com/cuecat/perl_decoder/ From barninger at cvn.net Sat Sep 23 05:52:49 2000 From: barninger at cvn.net (D. Scott Barninger) Date: Thu Aug 5 00:28:58 2004 Subject: Barcode.pm 1.5 Message-ID: <39CC8B81.A453C24D@cvn.net> This is the Perl coding mailing list of the Gettysburg Perl Users Group http://gettysburg.pm.org. To unsubscribe send a message with a blank subject to majordomo@hfb.pm.org. In the body of the message write: unsubscribe gettysburg your-email-address. Just uploaded version 1.5 which adds method CueCat->encode to re-encode data into the Cat scan format. Users of the linux kernel driver can now get data from the driver and re-encode it into the original form in order to call CueCat->get_dc_cue and return a url. http://oss.lineo.com/cuecat/perl_decoder/