P-touch Template Manual/ Command Reference

Table Of Contents
11
^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] 0n19
0n29
0n39
[Description]
Specifies the number of characters to be received in order to start printing.
(n1*100)+(n2*10)+n3: Print start received character count
(1 to 999 characters)
The default print start received character count is 10.
This command is a dynamic command.
One full-width character is treated as 2 bytes, and one half-width character is treated as 1
byte.
[Example]
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)