Specifications

Printek Emulation
Character Sets
Select Extended Character Set ESC F n
Selects the character set to be used when printing extended characters (hexadecimal 80-FF).
n
Character Set
1 International Character Set
2 PC Line Drawing Character Set
When using the PC Line Drawing Character Set, the Text Line Spacing should be set to zero. Doing so will
allow the vertical line characters to form continuous lines.
This command must be sent prior to any printable characters on the line. If sent after printable characters are
received, a Carriage Return and Line Feed will be inserted and a new line started before the command takes
effect.
Please refer to “
Print & Font Samples” on page 49 for information on the specific characters contained in each
character set.
Example: The following escape sequence will select the International character set.
Escape Sequence: ESC F 1
Hexadecimal: 1B 46 31
Horizontal Position
Carriage Return CR
Causes the current line to be printed and the paper to advance to the next line. The current print position is set
to the beginning of the next line.
Note that either a Carriage Return (CR) or a Line Feed (LF) will cause both functions to be performed.
However, a Carriage Return and Line Feed “pair” (CRLF) will only perform a single line feed.
Control code: CR
Hexadecimal: 0D
Backspace BS
Removes the previous character from the print buffer. Backspacing can be done up to, but not beyond, the
beginning of the line.
Control code: BS
Hexadecimal: 08
10