Version 22 of barcode

Updated 2007-01-23 22:03:01

The Bar Code FAQ [L1 ] has valuable information, and is now available in PDF or as HTML. There are lots of other related barcode whitepapers there too.

BarCode1 FAQ [L2 ] is an entirely different document.

A valuable tool in barcode work is the "Barcode Server" [L3 ]. "Lighten your keychain" [L4 ] provides perspective on manipulations feasible with barcodes.


ZZZ [L5 ] is a point-of-sale application coded in Tcl. (Currently returning "Page Not Found" errors)

Archiver [L6 ] is an archival application written in Tcl.

One CueCat decoder [L7 ] is written in Tcl.

"A fully automated high-throughput HPLC-MS system ..." is an academic article which describes a Tcl-coded biochemical system which employs barcodes.

Mads Linden writes, "i dont know if this will help you, but what i did was to download a 3of9 barcode font to my system and then just using that font when sending data to the printer extension from michael swartz.

get the font here: http://www.adams1.com/pub/russadam/fonts.html ex.

    gdi text $hdc 50 50 -text "*MYBARCODESTRING*" -font "{3 of 9} 12"

BarCode DataBase [L8 ] is coded in Perl.

GNU Barcode [L9 ] is a command-line executable.


Harald Oehlmann and kroc are in the barcode business.


RS played with Code 39 generation

And PS did the same for EAN-13 generation


There are "barcode printers" which accept textual Zebra Programming Language (ZPL). Tcl is as good at generating ZPL as any likely competitor.

"Barcode Writer in Pure Postscript" [L10 ] generates all major one-dimensional symbologies and is open source. Backend used by Scribus and KBarcode. A web-based demo is available at http://www.terryburton.co.uk/barcodewriter/generator .


Silas - 2005.08.18 - I did a little script to figure out the checksum digit of EAN-13 barcodes. See EAN-13 checksum.


Category Barcode