P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template Command Reference
- 41 -
7. Control Command Details
^RC Specify line feed command text string
ASCII: ^ R C n1 n2 data
Decimal: 94 82 67 nd1 nd2 datad
Hexadecimal: 5E 52 43 nh1 nh2 datah
Parameters
0≤n1≤2
0≤n2≤9
00hdatah≤FFh
Description
Specifies the text string for the line feed 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 feed command is “^CR”.
This command is a dynamic command.
Remarks
Invalid if more than 20 characters have been specified
Example
To change the text string for the line feed 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)