Confidential BTP-R880NP Programming Manual
- 16 -
[Reference]
GS L, GS P
[Example]
See
GS L
GS \ nL nH
[Function]
Set relative vertical print position in page mode
[Format]
ASCII
GS
\ nL
nH
Hex
1D 5C nL nH
Decimal
29
92 nL nH
[Range]
0
≤
nL
≤
255
0
≤
nH
≤
255
[Notes]
• This command sets the distance from the current position to [( nL + nH ×
256) × vertical or horizontal motion unit] inches.
• This command is ignored unless page mode is selected.
• When pitch N is specified to the movement downward
:
nL + nH × 256 = N
When pitch N is specified to the movement upward
:
nL + nH × 256 = 65536 - N
• Any setting that exceeds the specified printing area is ignored.
• This command function as follows, depending on the print starting position set by
ESC T
:
When the starting position is set to the upper left (printing from left to right )or lower
right (printing from left to right )of the printing, the vertical motion unit (y) is used.
When the starting position is set to the upper right (printing from up to down )or lower
left (printing from down to up)of the printing area, the horizontal motion unit (x) is used.
• The horizontal and vertical motion unit are specified by
GS P
.
• The horizontal and vertical motion unit is changed by
GS P
.
[Reference] ESC $, ESC T, ESC W, ESC \, GS $, GS P
2.3 Character command
CAN
[Function]
In page mode, deletes all the print data in current area.
[Format]
ASCII
CAN
Hex 18
Decimal 24
[Notes]
• This command is enable only in page mode.
• If data that existed in the previously specifited printing data also exists in the
currentlly specified printing area, it is deleted.
[Reference]
ESC L, ESC W
[Example]
1B 40
(
Initialization
)
1D 50 CB CB
(
Setting resolution 203×203
)