BT-T080 Programming Manual
- 24 -
ESC G n Select/Cancel double-strike mode
[Function]
Select/Cancel double-strike mode
[Format]
ASCII
ESC
G
n
Hex
1B
47
n
Decimal 27
71
n
[Value range]
0 ≤ n ≤ 255
[Notes]
• When the LSB of n is 0, double-strike mode is cancelled.
• When the LSB of n is 1, double-strike mode is selected.
• Only the least significant bit of n is valid.
• This command has same printing effect with bold.
[Default]
n = 0
[Relative]
ESC E
[Example]
See
ESC E
ESC M n Select character font
[Function]
Select character font.
[Format]
ASCII
ESC
M
n
Hex
1B
4D
n
Decimal 27
77
n
[Value range]
n = 0, 1, 2,3,48, 49,50,51
n
Function
0,48
Select standard ASCII Font (12 × 24)
1,49
Select compressed ASCII Font (9 × 17)
2,50
Select user-defined character
3,51
Select Chinese font (24 × 24)
ESC !
can also set the font, the last received command is effective.
[Relative]
ESC !
[Example]
1B 40
1B 4D 01
(Compressed font is selected)
41 41 41 42 42 42 30 30 30 31 31 31
0A
1B 4D 00
(Standard font is selected)
41 41 41 42 42 42 30 30 30 31 31 31
0A
Results:
ESC R n Select an international character set
[Function]
Select an international character set
[Format]
ASCII
ESC
R
n