P-touch Template Manual/ Command Reference

Table Of Contents
ESC iXT1 Retrieve select print
start trigger items
[ASCII] ESC i X T 1 n1 n2
[Decimal] 27 105 88 84 49 nd1 nd2
[Hexadecimal] 1B 69 58 54 31 nh1 nh2
[Parameters] nh1 = 00h (Fixed)
nh2 = 00h (Fixed)
[Description]
The print start trigger is returned as 3-byte data.
[1]:01h (Fixed)
[2]:00h (Fixed)
[3]: Setting
00h: When the specified text string is received
01h: When all objects are filled
02h: When the specified number of characters is received
The retrieved value is a value specified by a static command.
[Example]
The print start trigger specified for the machine is retrieved. When the setting is “When
the specified text string is received”:
ESC i X T 1 00h 00h
(1Bh 69h 58h 54h 31h 00h 00h)
01h 00h 00h is returned from the machine.
48