REGO Thermal Printer Technical Manual
www.regotek.com
22
When white/black reverse printing mode is on, it also applied to character spacing set by ESC SP.
This command does not affect bit image, user-defined bit image, bar code, HRI characters, and
spacing skipped by HT, ESC $, and ESC \.
This command does not affect the space between lines.
White/black reverse mode has a higher priority than underline mode. Even if underline mode is
on, it is disabled (but not canceled) when white/black reverse mode is selected.
[Default]
n = 0
[Example]
char SendStr[17] = {0x1D,0x42,0x00,0x31,0x32,0x33,0x0A,0x1D,0x42, 0x01,0xB9,
0xFE,0xB9,0xFE,0xB9,0xFE,0x0A};
SendData(SendStr, 17);
ESC c 5 n
Enable/disable panel buttons
[Name]
Enable/disable panel buttons
[Format]
ASCII
ESC c
5
n
Hex
1B
63
35
n
Decimal
27
99
53
n
[Range]
0 ≤ n ≤ 255
[Description]
Enable or disable the panel buttons.
When the LSB of n is 0, the panel buttons are enabled.
When the LSB of n is 1, the panel buttons are disabled.
[Notes]
Only the lowest bit of n is valid.
When the panel buttons are disabled, none of them are usable when the printer cover is closed.
In this printer, the panel buttons are the FEED button.
In the macro ready mode, the FEED button is enabled regardless of the settings of this command;
however, the paper cannot be fed by using these buttons.
[Default]
n = 0
ESC c 3 n Select paper sensor(s) to output paper end signals
[Name]
Select paper sensor(s) to output paper end signals
[Format]
ASCII
ESC
c
3
n
Hex
1B
63
33
n
Decimal
27
99
51
n
[Range]
0 ≤ n ≤ 255
[Description]
Select the paper sensor(s) to output paper end signals.Each bit of n is used as follows:
Bit
1/0
HEX
Decimal
Function
0
0
00
0
Paper roll near-end sensor disabled
1
01
1
Paper roll near-end sensor enabled
123
哈哈哈