Epic 3000
Programmer’s Guide
Programming Codes
100-14362
Rev A
Page 105
Code 93
Code 93 is a variable-length, alphanumeric bar code. The complete data field is printed
by the printer. Due to space limitations, only 10 or 11 characters can be printed.
Function
Code 93
ASCII
[ESC] b <7> {information} [NUL]
Hexadecimal
1BH 62H <7> information} [NUL]
Decimal
<27> <98> <7> information} [NUL]
[ESC] b <7> Code-93[NUL]
Figure 21 Code 93 Example
Codabar
Codabar is a variable-length format, primarily used for numeric symbols. It offers 16 data
characters, including the numeric digits zero through nine, and -, $, :, /, ., and +. Four
unique start/stop characters, designated A, B, C, and D, are also available. Due to space
limitations, only 12 characters can be printed. If the first character is 1 to 31 it will be
used as the length. Note: If the first and last characters are not a start or stop code,
Code A will be added.
Function
Codabar
ASCII
[ESC] b <8> {information} [NUL]
Hexadecimal
1BH 62H <8> {information} [NUL]
Decimal
<27> <98> <8> {information} [NUL]
[ESC] b <8> $27.50[NUL]
As Start and Stop are not specified, start and stop A has been
added.
Figure 22 Codabar Example