![Brother PT-P900W Software Manual Download Page 88](http://html.mh-extra.com/html/brother/pt-p900w/pt-p900w_software-manual_55156088.webp)
P-touch Template Command Reference
- 82 -
7.
Control Command Details
ESC iXR2 Specify line feed command text string
ASCII:
ESC i
X R
2 n1 n2 data
Decimal:
27 105 88 82 50 nd1 nd2 datad
Hexadecimal: 1B 69 58 52 32 nh1 nh2 datah
Parameters
01h
≤
nh1
≤
14h
nh2: 00h (Fixed)
00h
≤
datah
≤
FFh
Description
Specifies the text string for the line feed command.
nh1+(nh2*256): 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 static command.
Remarks
Invalid if more than 20 characters are 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, nh1=02h and nh2=00h. Therefore, the
command will be as follows.
ESC i X R 2 02h 00h 0Dh 0Ah
(1Bh 69h 58h 52h 32h 02h 00h 0Dh 0Ah)