P-touch Template Manual/ Command Reference
Table Of Contents
- P-touch Template Manual
- P-touch Template Command Reference
- Control Code List
- About P-touch Template
- Static and dynamic commands
- If printing does not begin (main most frequent causes)
- Control Command Details
- ^PT Specify print start trigger selection
- ^PS Specify print start command text string
- ^PC Specify print start received character count
- ^SS Specify delimiter
- ^TS Specify template selection
- ^LS Specify line spacing with line return
- ^CC Change the prefix character
- ^RC Specify line return command text string
- ^CN Specify number of copies
- ^II Initialize
- ^SR Status request
- ^VR Retrieve version Information
- ^CR Line return in object
- ^OS Specify object selection (object number)
- ^ON Specify object selection (object name)
- ^DI Direct object insertion
- ESC ia Specify command mode
- ESC iXT2 Specify print start trigger selection
- ESC iXP2 Specify print start command text string
- ESC iXr2 Specify print start received character count
- ESC iXD2 Specify delimiter
- ESC iXa2 Specify Non-Printed character text strings
- ESC iXi2 Specify command mode
- ESC iXn2 Specify template selection
- ESC iXf2 Change the prefix character
- ESC iXm2 Select character code set
- ESC iXj2 Specify international character set
- ESC iXR2 Specify line return command text string
- ESC iXC2 Specify number of copies
- ESC iXT1 Retrieve select print start trigger items
- ESC iXP1 Retrieve print start command setting text string
- ESC iXr1 Retrieve print start received character count
- ESC iXD1 Retrieve delimiter
- ESC iXa1 Retrieve Non-Printed character text strings
- ESC iXi1 Retrieve command mode setting
- ESC iXn1 Retrieve template selection number
- ESC iXm1 Retrieve character code set
- ESC iXj1 Retrieve international character set setting
- ESC iXf1 Retrieve the prefix character
- ESC iXR1 Retrieve line return command setting text string
- ESC iXC1 Retrieve number of copies
- Character code
- International character set table
26
^DI Direct object insertion
[ASCII] ^ D I n1 n2 data
[Decimal] 94 68 73 nd1 nd2 datad
[Hexadecimal] 5E 44 49 nh1 nh2 datah
[Parameters] 00h≤nh1≤FFh
00h≤nh2≤FEh
[Description]
· Inserts a text string for the specified number of characters into the object selected in the
selected template. (If even a print command or delimiter is within the specified number of
characters, they are treated as data.)
(nh2*256)+nh1: Specified number of characters(bytes)
data: Text s tring
[Example]
· If “A” is specified as the print start text string, and the print start trigger is specified as a
print start text string, easily print “A” by printing with the following command.
^ D I 03h 00h 1 A 2 A
(5Eh 44h 49h 03h 00h 31h 41h 32h 41h)
Print result
ESC ia Specify command mode
[ASCII] ESC i a n
[Decimal] 27 105 97 nd
[Hexadecimal] 1B 69 61 nh
[Parameters] nh=00h 01h 03h 30h 31h 33h
[Description]
· Switches the mode.
nh=00h or 30h: ESC/P mode/Raster mode (default)
nh=01h or 31h: Maintenance mode
nh=03h or 33h: P-touch Template mode
· This command is a dynamic command.
[Remarks]
If the specified value is one other than those that can be set, ESC/P mode/Raster mode will
be entered.
1A2










