21
ENGLISH
<ESC> “W”
n
1B 57
n
Sets the magnification rate in character width
<ESC> “h”
n
1B 68
n
Sets the magnification rate in character height
<ESC> “–” “1”
<ESC> “–” <1> 1B 2D 31
1B 2D 01 Selects underlining
<ESC> “–” “0”
<ESC> “–” <0> 1B 2D 30
1B 2D 00 Cancels underlining
<ESC> “_” “1”
<ESC> “_” <1> 1B 5F 31
1B 5F 01 Selects upperlining
<ESC> “_” “0”
<ESC> “_” <0> 1B 5F 30
1B 5F 00 Cancels upperlining
<ESC> “4” 1B 34 Selects highlight printing
<ESC> “5” 1B 35 Cancels unhighlight printing
<SI> 0F Inverted printing
<DC2> 12 Cancels inverted printing
<ESC> <RS> “i” “0”
<ESC> <RS> “i” <0> 1B 1E 96 30
1B 1E 96 00 Cancels rotated print mode for text (Default)
<ESC> <RS> “i” “1”
<ESC> <RS> “i” <1> 1B 1E 96 31
1B 1E 96 01 Specifies rotated print mode for text with a 270˚ rotation.
<ESC> <RS> “i” “2”
<ESC> <RS> “i” <2> 1B 1E 96 32
1B 1E 96 02 Specifies rotated print mode for text with a 90˚ rotation.
<ESC> “E” 1B 45 Selects emphasized printing
<ESC> “F” 1B 46 Cancels emphasized printing
<ESC> “U”
n
1B 55
n
Selects print direction
Control Codes Hexadecimal
Codes Function