A SERVICE OF

logo

45
ESC - n
[Name] Turn underline mode on/off
[Format] ASCII ESC n
Hex 1B 2D n
Decimal 27 45 n
[Range] n = 0, 1, 48, 49
[Description] Turns underline mode on or off,
When n = 0 or 48, underline mode is turned off.
When n = 1 or 49, underline mode is turned on.
[Notes]
Underlines can be printed for all characters, but not for the space set by
HT.
This command and ESC ! turn underline mode on or off in the same way.
If n is out of the specified range, this command is ignored.
[Default] n = 0
[Reference] ESC !
ESC 2
[Name] Select default line spacing
[Format] ASCII ESC 2
Hex 1B 32
Decimal 27 50
[Description] Selects default (1/6-inch) line spacing.
[Reference] ESC 3
46
ESC 3 n
[Name] Set line spacing
[Format] ASCII ESC 3 n
Hex 1B 33 n
Decimal 27 51 n
[Range] 0 d 255
[Description] Sets the line spacing to [ n x (1/192)] inches.
[Default] n = 32 (1/6 inch)
[Reference] ESC 2
ESC <
[Name] Return home
[Format] ASCII ESC <
Hex 1B 3C
Decimal 27 60
[Description] Moves the print head to the standby position.
[Notes]
The leftmost end is detected by the home position sensor.
Since the home position is detected when this command is executed, the
printing position may shift after this command is executed.
ESC = n
[Name] Select device
[Format] ASCII ESC = n
Hex 1B 3D n
Decimal 27 61 n
[Range] n = 1
[Description] Selects device to which host computer sends data.
n = 1 ; enable
n = 2 ; disable
[Default] n = 1