P-touch Template Manual/ Command Reference

Table Of Contents
ESC iXq2 Specify print options
[ASCII] ESC i X q 2 n1 n2 n3
[Decimal] 27 105 88 113 50 nd1 nd2 nd3
[Hexadecimal] 1B 69 58 71 32 nh1 nh2 nh3
[Parameters] nh1:01h (Fixed)
nh2:00h (Fixed)
nh3:00h, 01h
[Description]
Specifies the print options.
nh3=00h: Priority given to print speed
nh3=01h: Priority given to print quality
The default value for the print options is “00h” (priority given to print speed).
This command is a static command.
[Example]
To set the print options to give priority to print quality:
Since nh3=01h, the command will be as follows.
ESC i X q 2 01h 00h 01h
(1Bh 69h 58h 71h 32h 01h 00h 01h)
47