P-touch Template Manual/ Command Reference

Table Of Contents
^SS Specify delimiter
[ASCII] ^ S S n1 n2 data
[Decimal] 94 83 83 nd1 nd2 datad
[Hexadecimal] 5E 53 53 nh1 nh2 datah
[Parameters] 0n12
0n29
00hdatahFFh
[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 when an attempt is made to specify more than 20 characters
[Example]
To change the delimiter to “,” (0x2C):
Since the text string contains one character, n1=0 and n2=1 and, with the text string
(datah) “,” (2Ch), the command will be as follows.
^ S S 0 1 , (5Eh 53h 53h 30h 31h 2Ch)
12