Codabar
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=physical |subcat=Bar codes |image=Codabar.png |released=1972 }} '''Codabar''' (or "Code-a-bar") is one of the older bar code formats (or symbologies)...") |
Parchivist (Talk | contribs) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=physical | |formattype=physical | ||
|subcat=Bar codes | |subcat=Bar codes | ||
+ | |wikidata={{wikidata|Q1105508}} | ||
|image=Codabar.png | |image=Codabar.png | ||
|released=1972 | |released=1972 | ||
}} | }} | ||
+ | '''Codabar''' (also "Code-a-bar", Ames Code, Monarch, USD-4, NW-7, 2 of 7 code, Rationalized Codabar, ANSI/AIM BC3-1995) is one of the older bar code formats (or symbologies), dating to 1972, when it was developed by Pitney-Bowes. It was designed to be printable on dot-matrix printers and typewriter-like impact printers. This format has been used in libraries, FedEx airbills, and blood banks. | ||
− | |||
Symbols consist of a set of 4 bars and 3 spaces, each of which can be wide or narrow, separated by narrow spaces from adjacent symbols. The character set comprises 20 different characters, of which 12 are the "basic" set (numbers, dash, and $) and are encoded in combinations which include one wide bar and one wide space, and 4 (:/+.) have 3 wide bars with no wide spaces, and 4 start/stop symbols have one wide bar and two wide spaces. | Symbols consist of a set of 4 bars and 3 spaces, each of which can be wide or narrow, separated by narrow spaces from adjacent symbols. The character set comprises 20 different characters, of which 12 are the "basic" set (numbers, dash, and $) and are encoded in combinations which include one wide bar and one wide space, and 4 (:/+.) have 3 wide bars with no wide spaces, and 4 start/stop symbols have one wide bar and two wide spaces. | ||
+ | |||
+ | == Software == | ||
+ | * [https://apps.apple.com/us/app/bar-code/id422314523 Bar Code app (iOS)] | ||
+ | |||
+ | == Developer libraries and modules == | ||
+ | * [https://github.com/zxing/zxing ZXing (Zebra Crossing)] (barcode library for Java, ported to some other systems) | ||
+ | * [https://github.com/kreativekorp/barcode barcode.php] | ||
== Utilities == | == Utilities == | ||
* [http://www.racoindustries.com/barcodegenerator/1d/codabar.aspx Codabar bar code generator] | * [http://www.racoindustries.com/barcodegenerator/1d/codabar.aspx Codabar bar code generator] | ||
+ | * [http://www.barcode-generator.org/ Another bar code generator] | ||
== Other links == | == Other links == | ||
* [[Wikipedia:Codabar|Wikipedia article]] | * [[Wikipedia:Codabar|Wikipedia article]] | ||
− | * [http://www.barcodeisland.com/codabar.phtml Codabar symbology] | + | * [https://web.archive.org/web/20200131015616/http://www.barcodeisland.com/codabar.phtml Codabar symbology] |
+ | * [https://web.archive.org/web/20200506170621/http://netstripe.com/specs/codabar.html Codabar spec] |
Latest revision as of 01:15, 29 July 2023
Codabar (also "Code-a-bar", Ames Code, Monarch, USD-4, NW-7, 2 of 7 code, Rationalized Codabar, ANSI/AIM BC3-1995) is one of the older bar code formats (or symbologies), dating to 1972, when it was developed by Pitney-Bowes. It was designed to be printable on dot-matrix printers and typewriter-like impact printers. This format has been used in libraries, FedEx airbills, and blood banks.
Symbols consist of a set of 4 bars and 3 spaces, each of which can be wide or narrow, separated by narrow spaces from adjacent symbols. The character set comprises 20 different characters, of which 12 are the "basic" set (numbers, dash, and $) and are encoded in combinations which include one wide bar and one wide space, and 4 (:/+.) have 3 wide bars with no wide spaces, and 4 start/stop symbols have one wide bar and two wide spaces.
Contents |
[edit] Software
[edit] Developer libraries and modules
- ZXing (Zebra Crossing) (barcode library for Java, ported to some other systems)
- barcode.php