5. CONTROL CODES
CODE
FUNCTION
OUTLINE
CODE
FUNCTION
OUTLINE
CODE
FUNCTION
OUTLINE
CODE
FUNCTION
OUTLINE
CODE
FUNCTION
OUTLINE
CODE
FUNCTION
OUTLINE
LF (0A)H
Print and line feed instruction
The LF code causes the data in the line buffer to be printed, followed by a single line feed. When the line buffer is empty, only the feed takes place.
CR (0D)H
Print and line feed instruction
Same function as of LF code.
However, when the DIP switch
SO (0E)H
Expanded character instruction
This code causes the printer to print expanded characters twice as wide as the regular ones. This remains in effect until a DC4 code is received.
DC4 (14)H
Release from expanded characters
The expanded character instruction is released by the DC4 code, and the succeeding data is printed as regular width characters.
ESC-1
(1B)H (2D)H (01)H or (1B)H (2D)H (31)H
Underline mode selection
All data received after this code is underlined until a
ESC-0
(1B)H (2D)H (00)H or (1B)H (2D)H (30)H
Release from underline mode
The underline mode selection is released by this code.
– 13 –