Codabar
Dan Tobias (Talk | contribs) |
Parchivist (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 6: | Line 6: | ||
|released=1972 | |released=1972 | ||
}} | }} | ||
− | '''Codabar''' ( | + | '''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 == | == Software == | ||
− | * [https:// | + | * [https://apps.apple.com/us/app/bar-code/id422314523 Bar Code app (iOS)] |
== Developer libraries and modules == | == Developer libraries and modules == | ||
− | * [https://github.com/zxing/zxing | + | * [https://github.com/zxing/zxing ZXing (Zebra Crossing)] (barcode library for Java, ported to some other systems) |
* [https://github.com/kreativekorp/barcode barcode.php] | * [https://github.com/kreativekorp/barcode barcode.php] | ||
Line 23: | Line 24: | ||
== 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