P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template 2.0 Command Reference
- 64 -
8. Setting and Retrieving Command Details
ESC iXT1 Retrieve print start trigger setting
ASCII: ESC i X T 1 00h 00h
Hexadecimal: 1B 69 58 54 31 00 00
Parameters
None
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 printer is retrieved. When the setting is when the specified text
string is received”:
Code: ESC i X T 1 00h 00h
(1Bh 69h 58h 54h 31h 00h 00h)
Returned value: 01h 00h 00h