P-touch Template Manual/ Command Reference

Table Of Contents
58
ESC iXD1 Retrieve delimiter
[ASCII] ESC i X D 1 n1 n2
[Decimal] 27 105 88 68 49 nd1 nd2
[Hexadecimal] 1B 69 58 44 31 nh1 nh2
[Parameters] nh1: 00h (fixed)
nh2: 00h (fixed)
[Description]
Retrieves the text string specified for the delimiter.
3- to 22-byte data is returned from the machine. (Varies depending on the length of the text
string)
[1, 2]: nh1 nh2 (number of characters) nh1 + (nh2*256)
[3 and later]: Text string
The retrieved value is a value specified by a static command.
[Example]
When the delimiter is set as “,” (2Ch):
The command ESC i X D 1 00h 00h (1Bh 69h 58h 44h 31h 00h 00h) is sent to the machine.
01h 00h , (01h 00h 2Ch) is returned from the machine.