P-touch Template Manual/ Command Reference

Table Of Contents
^RC Specify line return command text string
[ASCII] ^ R C n1 n2 data
[Decimal] 94 82 67 nd1 nd2 datad
[Hexadecimal] 5E 52 43 nh1 nh2 datah
[Parameters] 0n12
0n29
00hdatahFFh
[Description]
Specifies the text string for the line return command.
(n1*10)+n2: Length of the text string (can be set between 1 and 20)
data: Text string (The maximum number of characters that can be set is 20 characters
(bytes).)
The default text string for the line return command is “^CR”.
This command is a dynamic command.
[Remarks]
Invalid when an attempt is made to specify more than 20 characters
[Example]
To change the text string for the line return command to “0Dh 0Ah”:
Since the text string to be specified (data) contains 2 characters, n1=0 and n2=2.
Therefore, the command will be as follows.
^ R C 0 2 0Dh 0Ah
(5Eh 52h 43h 30h 32h 0Dh 0Ah)
17