P-touch Template 2.0 Command Reference
- 36 -
7. Control Command Details
^PC Specify print start received character count
ASCII: ^ P C n1 n2 n3
Decimal: 94 80 67 nd1 nd2 nd3
Hexadecimal: 5E 50 43 nh1 nh2 nh3
Parameters
0≤n1≤9
0≤n2≤9
0≤n3≤9
Description
z Specifies the number of characters to be received in order to start printing.
(n1*100)+(n2*10)+n3: Print start received character count (bytes) (1 to 999)
z The default print start received character count is 10.
z This command is a dynamic command.
Example
z To change the print start received character count to 100 characters:
Since n1=1, n2=0 and n3=0, the command will be as follows.
^ P C 1 0 0
(5Eh 50h 43h 31h 30h 30h)