Codabar
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (This app just added support for Codabar) |
||
Line 9: | Line 9: | ||
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://itunes.apple.com/us/app/bar-code/id422314523?mt=8 Bar Code app (iOS)] | ||
== Developer libraries and modules == | == Developer libraries and modules == |
Revision as of 12:24, 26 July 2013
Codabar (or "Code-a-bar") 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 |
Software
Developer libraries and modules
- zxing (Zebra Crossing) (barcode library for Java, ported to some other systems)