Esc ixd2 specify delimiter, Esc ixd2, Specify delimiter – Brother PT-9700PC User Manual
Page 65
39
ESC iXD2
Specify delimiter
[ASCII] ESC i 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 if more than 20 characters are specified
[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)