Esc ixd2 specify delimiter, Esc ixd2, Specify delimiter – Brother QL-720NW User Manual
Page 58

P-touch Template Command Reference
- 53 -
7. Control Command Details
ESC iXD2 Specify delimiter
ASCII:
ESC
i X D 2 n1 n2 data
Decimal:
27 105
88 68 50 n1 n2 data
Hexadecimal:
1B 69 58 44 32 n1 n2 data
Parameters
01h≤n1≤14h
n2: 00h (Fixed)
00h≤data≤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.
n1+(n2*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 if more than 20 characters have been specified
Example
To change the delimiter to “,” (2Ch):
Since the text string contains one character, n1=01h and n2=00h. In addition, with the text string (data) “,”
(2Ch), the command will be as follows.
ESC i X D 2 01h 00h 2Ch
(1Bh 69h 58h 44h 32h 01h 00h 2Ch)