Rc specify line feed command text string, Specify line feed command text string – Brother QL-720NW User Manual
Page 40

P-touch Template Command Reference
- 35 -
7. Control Command Details
^RC
Specify line feed command text string
ASCII: ^
R
C
n1
n2
data
Decimal: 94
82
67
n1
n2
data
Hexadecimal: 5E 52 43 n1 n2
data
Parameters
0≤n1≤2
0≤n2≤9
00h≤data≤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)