User`s manual

Confidential
RS-T80 Programming Manual
- 98 -
Results
ESC G n
[Function] Turn on/off double-strike mode
[Format] ASCII ESC G n
Hex 1B 47 n
Hecimal 27 71 n
[Range] 0 n 255
[Notes] • When the LSB of n is 0, double-strike mode is turned off.
• When the LSB of n is 1, double-strike mode is turned on.
• Only the lowest bit of n is enabled .
• Printer output is the same in double-strike mode and in emphasized mode.
[ Default ] n = 0
[Relative] ESC E
[Demo] See ESC E
ESC M n
[Function] Select character font
[Format] ASCII ESC M n
Hex 1B 4D n
Hecimal 27 77 n
[Range] n = 0, 1, 2,3,48, 49,50,51
n Function
0,48
Standard ASCII Font (12 × 24) selected
1,49
Compress ASCII font (9 × 17) selected
2,50 User defined character selected
3,51
Chinese font (24 × 24) selected
[Demo] 1B 40
1B 4D 01Compress font selected
41 41 41 42 42 42 30 30 30 31 31 31 0A
1B 4D 00Standard font selected
41 41 41 42 42 42 30 30 30 31 31 31 0A
Results