[Default]: n = 0
4.3.7 GS L Nl nH
[Name]: Set left margin
[Format]
:
ASCII GS L nL nH
Hexadecimal 1D 4C nL nH
Decimal 29 76 nL nH
[Range]:0 ≤ nL ≤ 255 , 0 ≤ nH ≤ 255
[Description]
:
The position set by this command is absolute position, Set n
horizontal dot spacing as the character’s left spacing, nL nH are n’s LSB
and MSB, N=nL + nH × 256.
[Default]: n=0,that means there is not any left margin.
4.4 Bit-image Printing Commands
4.4.1 ESC *
[Name]
:
Select bit-image mode
[Format]: ASCII ESC * m n1 n2 [d]k
Hexadecimal 1B 2A m n1 n2 [d]k
Decimal 27 42 m n1 n2 [d]k
[Range] m = 0, 1, 32, 33
0 ≤ n1 ≤ 255
0 ≤ n2 ≤ 3
0 ≤ d ≤ 255
[Description]: Selects a bit-image mode using m for the number of dots
specified by n1 and n1, as follows:
m mode Vertical Horizontal
Dot Density Density Dot(max.)
0 8dots, single
density
8 68DPI 101 DPI 288
1 8 dots,
double density
8 68DPI 203DPI 576
32 24 dots,
single density
24 203DPI 101 DPI 288
33 24 dots,
double density
24 203DPI 203DPI 576
[Notice]:
• If the values of m is out of the specified range, n1 and data following are
processed as normal data.