P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template Command Reference
- 66 -
7. Control Command Details
ESC iXC2 Specify number of copies
ASCII: ESC i X C 2 n1 n2 n3 n4
Decimal: 27 105 88 67 50 nd1 nd2 nd3 nd4
Hexadecimal: 1B 69 58 43 32 nh1 nh2 nh3 nh4
Parameters
nh1: 02h (Fixed)
nh2: 00h (Fixed)
00h≤nh3≤FFh
00h≤nh4≤03h
Description
Specifies the number of copies to be printed.
nh3+(nh4*256):
Number of copies (bytes) (1 to 999)
The default number of copies is 1.
This command is a static command.
Example
To change the number of copies to 100:
Since nh3=64h and nh4=00h, the command will be as follows.
ESC i X C 2 02h 00h 64h 00h
(1Bh 69h 58h 43h 32h 02h 00h 64h 00h)