REGO Thermal Printer Technical Manual
www.regotek.com
16
Decimal
27
69
n
[Range]
0 ≤ n ≤ 255
[Description]
Turn emphasized mode on or off.
When the LSB of n is 0, emphasized mode is turned off.
When the LSB of n is 1, emphasized mode is turned on.
[Notes]
Only the least significant bit of n is enabled.
This command and ESC ! turn on and off emphasized mode in the same way.
Be careful when this command is used with ESC !.
[Default]
n = 0
[Reference]
ESC !
[Example]
char SendStr[11] = {0x31,0x32,0x33,0x0A,0x1B,0x45,0x01,0x31,0x32,0x33,0x0A};
SendData(SendStr, 11);
ESC G n Turn on/off double-strike mode
[Name]
Turn on/off double-strike mode
[Format]
ASCII
ESC G
n
Hex
1B
47
n
Decimal
27
71
n
[Range]
0 ≤ n ≤ 255
[Description]
Turns double-strike mode on or off.
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.
[Notes]
Only the lowest bit of n is enabled.
Printer output is the same in double-strike mode and in emphasized mode.
[Default]
n = 0
[Reference]
ESC E
[Example]
char SendStr[11] = {0x31,0x32,0x33,0x0A,0x1B,0x47,0x01,0x31,0x32,0x33,0x0A};
SendData(SendStr, 11);
ESC M n Select character font
[Name]
Select character font
[Format]
ASCII
ESC M
n
Hex
1B
4D
n
123
123
123
123