Esc ixr2 specify line return command text string – Brother MW-260 User Manual
Page 59
37
ESC iXR2
Specify line return 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 return 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 return command is “^CR”.
·
This command is a static command.
[Remarks]
·
Invalid when an attempt is made to specify more than 20 characters
[Example]
·
To change the text string for the print start 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)