Rev. 1.00
- 18 -
SRP-500
ESC d n
[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 n lines.
[Notes]
This command sets the print starting position to the beginning of the line.
The amount of paper fed per line is based on the value set using the line spacing
command (ESC 2 or ESC 3)
[Reference]
ESC g<0> <k> [<nH> <nL> ]k[d1…dm]k
[Name]
Start macro record
[Format]
ASCII
ESC g <0><k> [<nH> <nL> ]k[d1…dm]k
Hex
1B
67 00 <k> [<nH> <nL> ]k[d1…dm]k
Decimal 27
103 00 <k> [<nH> <nL> ]k[d1…dm]k
[Range]
k
≤
10
0
≤
nL
≤
255
0
≤
nH
≤
255
[(256×nH) + nL ]
1
+ …..+ [(256×nH) + nL ]
k
< 2Mbit
0
≤
d
≤
255
[Description]
Start macro definition (Define logo)
k = the number of total macro index
(256×nH) + nL = the Length of each macro
m = (256×nH) + nL.
[Notes]
The SRP-500 Printer maintains a 2M bit (256KB) section of flash
memory to save user information
This function is useful define NV bit image (Logo).
[Reference]
User easily download Logo to printer using SRP-500 Store Maker
Utility.
ESC g n
[Name]
Execute Macro
[Format]
ASCII
ESC
g n
Hex
1B
67
n
Decimal 27
103 n
[Range]
1
≤
n
≤
10
[Description]
Execute macro using the parameter by n.
[Notes]
n = Macro index number.