Specifications
Printek Emulation
Example: The following escape sequence will print a bar code containing “123456” that is 10mm high
followed by human readable text.
Escape Sequence: ESC Z 3 6 80 1 2 3 4 5 6
Hexadecimal: 1B 5A 33 06 50 31 32 33 34 35 36
Codabar Specifications
Description: Each symbol starts with Leading Quiet Zone, followed with Start Symbol, Data
Symbols, ending with Stop Symbol and Trailing Quiet Zone.
Character set: 0-9, $, -, :, /, ., + and the start/stop pairs of A/T, B/M, C/*, and D/E.
Elements per symbol: 7 (4 bars, 3 spaces)
Character density: 8.1 CPI
Bar width: 0.25mm
Example 1: The following escape sequence will print a bar code containing “123456”, using the A/T start/stop
characters, and 20mm high followed by human readable text.
Escape Sequence: ESC Z 5 8 160 A 1 2 3 4 5 6 T
Hexadecimal: 1B 5A 35 08 A0 41 31 32 33 34 35 36 54
Example 2: The following escape sequence will print a bar code containing “123456”, using the C/* start/stop
characters and 20mm high followed by human readable text.
Escape Sequence: ESC Z 5 8 160 C 1 2 3 4 5 6 *
Hexadecimal: 1B 5A 35 08 A0 43 31 32 33 34 35 36 2A
Graphics
The printer uses a single line thermal print head with elements spaced at 0.125mm. The MtP400 series print
heads have 832 elements for a print width of 104mm. The graphic commands allow control of each one of the
heating elements. After each line of graphic data, the paper is automatically advanced 0.125mm to position the
paper for the next graphic line. To advance the paper by additional graphic increments without printing, refer
to “Variable Size Line Feed” on page 11.
8-Bit Graphics ESC # h w data
This command may be used to print any graphics pattern. The height and width of the graphic image may be
specified as shown below. Each line must contain the same number of bytes (width).
The image will be printed starting from the left margin and up to the right margin. If the width specified will
not fit within the margins, the right side of the image will be truncated.
16