Esc ixd2 specify delimiter – Brother MW-260 User Manual
Page 52
30
ESC iXD2
Specify delimiter
[ASCII]
ESCi X D 2 n1 n2 data
[Decimal]
27 105 88 68 50 nd1 nd2 datad
[Hexadecimal]
1B 69 58 44 32 nh1 nh2 datah
[Parameters]
01h≤nh1≤14h
nh2:00h (Fixed)
00h≤datah≤FFh
[Description]
·
The delimiter is used to indicate when to move to the next object in data that is being sent.
·
Specifies the text string for the delimiter.
nh1+(nh2*256):
Length of the text string (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 delimiter is “09h” (TAB code).
·
This command is a static command.
[Remarks]
·
Invalid when an attempt is made to specify more than 20 characters
[Example]
·
To change the delimiter to “,” (2Ch):
Since the text string contains one character, nh1=01h and nh2=00h and, with the text
string (datah) “,” (2Ch), the command will be as follows.
ESC i X D 2 01h 00h 2Ch
(1Bh 69h 58h 44h 32h 01h 00h 2Ch)