
Technical Updates SNBC CONFIDENCIAL
Shandong New Beiyang Information Technology Co.,Ltd.
Page 10
·
ESC –
can also turn on or off underline mode. However, the setting of the last
received command is effective.
·
GS !
can also select character size. However, the setting of the last received
command is effective.
[Default]
n = 0
[Reference]
ESC -,
ESC E,
GS !
ESC $ nL nH
[Name]
Set absolute horizontal print position
[Format]
ASCII
ESC $ nL nH
Hex
1B
24 nL nH
Decimal
27
36 nL nH
[Range]
0
≤
nL
≤
255
0
≤
nH
≤
255
[Description] Sets the distance from the beginning of the line to the print position is
[( nL + nH × 256) × (vertical or horizontal motion unit)] inches.
[Notes]
· Settings outside the specified printable area are ignored.
· In standard mode, the horizontal motion unit (x) is used.
· In page mode,
ESC W
can also set starting position. However, the setting of the last
received command is effective.
· In page mode, horizontal or vertical motion unit differs depending on the direction and
starting position of the printable area as follows:
(1) When the starting position is set to the upper left or lower right of the
printable area using
ESC T
, the horizontal motion unit ( x) is used.
(2) When the starting position is set to the upper right or lower left of the
printable area using
ESC T
, the vertical motion unit ( y) is used.
[Reference]
ESC \, GS $, GS \
ESC % n
[Name]
Select/cancel user-defined character set
[Format]
ASCII
ESC % n
Hex
1B
25
n
Decimal
27
37 n
[Range]
0
≤
n
≤
255
[Description] Selects or cancels the user-defined character set.
· When the LSB of n is 0, the user-defined character set is canceled.
· When the LSB of n is 1, the user-defined character set is selected.
[Notes] · When the user-defined character set is canceled, the internal character is
automatically selected.
· n is available only for the least significant bit.
[Default]
n = 0
[Reference]
ESC &,
ESC ?
ESC & y c1 c2 [x1 d1...d(y × x1)]...[xk d1...d(y × xk)]
[Name]
Define user-defined characters
[Format]
ASCII
ESC & y c1 c2 [x1 d1...d(y × x1)]...[xk d1...d(y × xk)]