P-touch Template Manual/ Command Reference

Table Of Contents
^PC S
pecify 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 to start printing.
(n1*100)+(n2*10)+n3: Print start received character count (bytes)
(1 to 999)
The default print start received character count is 10.
This command is a dynamic command.
[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)
11