39
ESC+’G’+n
Function Set double print(double strike) font
Code
ASCII ESC G n
Hex 1B 47h n
Decimal 27 71 n
Range 0≤n≤255
Initial
value
n=0
Description
n=0 : Cancel Double print font
n=1 : Set Double print font.
ESC+’J’+n
Function Feeding
Code
ASCII ESC J n
Hex 1B 4Ah n
Decimal 27 74 n
Range 0≤n≤255
Description After printing the data in the buffer, it is fed by n x 0.125mm.
ESC+’j’+n
Function Back Feeding
Code
ASCII ESC j n
Hex 1B 6Ah n
Decimal 27 106 n
Range 0≤n≤255
Description After printing the data in the buffer, it is back-fed by nx 0.125mm.