P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template Command Reference
- 37 -
7. Control Command Details
^SS Specify delimiter
ASCII: ^ S S n1 n2 data
Decimal: 94 83 83 nd1 nd2 datad
Hexadecimal: 5E 53 53 nh1 nh2 datah
Parameters
0≤n1≤2
0≤n2≤9
00h≤datah≤FFh
Description
The delimiter is used to indicate when to move to the next object in data that is being sent.
Specifies the text string for the delimiter.
(n1*10)+n2:
Length of the text string (between 1 and 20)
data:
Text string (The maximum number of characters that can be set is 20 characters (bytes).)
The default text string for the delimiter is “09h” (Tab code).
A text string that will not appear in the print data should be specified.
This command is a dynamic command.
Remarks
Invalid if more than 20 characters have been specified
Example
To change the delimiter to “,” (2Ch):
Since the text string contains one character, n1=0 and n2=1. In addition, with the text string (datah) “,”
(2Ch), the command will be as follows.
^ S S 0 1 ,
(5Eh 53h 53h 30h 31h 2Ch)