P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template Command Reference
- 39 -
7. Control Command Details
^LS Specify line spacing with line feed
ASCII: ^ L S n1 n2 n3
Decimal: 94 76 83 nd1 nd2 nd3
Hexadecimal: 5E 4C 53 nh1 nh2 nh3
Parameters
0≤n1≤2
0≤n2≤9
0≤n3≤9
Description
Specifies the number of dots for the line spacing when a line feed is entered.
(n1*100)+(n2*10)+n3:
Number of dots for the line spacing (0 to 255)
The default number of dots for the line spacing when a line feed is entered is the number of dots
determined when the template is created in P-touch Editor.
This command is a dynamic command.
Remarks
The number of dots for the line spacing can be between 0 and 255. This command becomes invalid if any
other value has been specified.
Example
To set the line spacing to 10 dots:
^ L S 0 1 0
(5Eh 4Ch 53h 30h 31h 30h)