REGO Thermal Printer Technical Manual
www.regotek.com
9
- When the starting position is set to the upper right or lower left of the printable area using ESC T,
the horizontal motion unit (x) is used.
Maximum paper feed amount is 1016 mm (40 inches). If you exceed this distance, using the
maximum distance.
[Reference]
GS P
[Example]
char SendStr[10] = {0x31,0x32,0x33,0x1B,0x4A,0x60,0x34,0x35,0x36,0x0A};
SendData(SendStr, 10);
ESC L Select page mode
[Name]
Select page mode
[Format]
ASCII
ESC L
Hex
1B
4C
Decimal
27
76
[Description]
This command is used to switch from standard mode to page mode.
ESC S Select standard mode
[Name]
Select standard mode
[Format]
ASCII
ESC S
Hex
1B
53
Decimal
27
83
[Description]
This command is used to switch from page mode to standard mode.
ESC d n Print and feed n lines
[Name]
Print and feed n lines
[Format]
ASCII
ESC d
n
Hex
1B
64
n
Decimal
27
100
n
[Range]
0 ≤ n ≤ 255
[Description]
Prints the data in the print buffer and feeds the paper [n x (current line spacing)].
[Notes]
The maximum paper feed amount is 1016 mm(40 inch)
[Reference]
ESC 2, ESC 3
[Example]
char SendStr[10] = {0x31,0x32,0x33,0x1B,0x64,0x05,0x31,0x32,0x33,0x0A};
SendData(SendStr, 10);
ESC 2 Select default line height
[Name]
Select default line height
123
456
123
123