Support
model
CT-S280
CT-S300
CT-S2000
CT-S4000
CT-S251
CT-D150/E351
CT-S281
CT-S310
CT-S801/851
CT-S601/651
CT-P29x series
CT-S310II
CT-D151/E651
- 70 -
ESC SP n
[Function]
Setting the right spacing of the character
[Code]
<1B>H<20>H<n>
[Range]
0
≤n≤255
[Outline]
[The specification which is common to the model]
• Sets the right spacing of character to [n×basic calculation pitch] inches.
[Caution]
[The specification which is common to the model]
• If the horizontal magnification of character is 2 or more, the right spacing increases with the
magnification.
• Does not affect Kanji.
• The right spacing can be set separately for the STANDARD and PAGE MODES.
• The basic calculation pitch is set by GS P. Once defined, the right spacing is not changed if the basic
calculation pitch is changed by GS P.
• Fractions resulting from calculation are corrected with the minimum pitch of the mechanism, and the
remainder is omitted.
• In STANDARD MODE, this command uses the horizontal basic calculation pitch (x).
• In PAGE MODE, the basic calculation pitch used by this command depends on the start point:
(1) If the start point specified by ESC T is top left or bottom right, the command uses the horizontal basic
calculation pitch (x).
(2) If the start point specified by ESC T is top right or bottom left, the command uses the vertical basic
calculation pitch (y).
• The maximum right spacing is capable of approximately 31.906 mm (255/203 inches). A setting greater
than this maximum is trimmed to the maximum.
[Default]
n=0
[The specification which depend on the model]
CT-S801(II)
/
CT-S851(II)
/
CT-S601(II)
/
CT-S651(II)
/
CT-S251
/
CT-D151
/
CT-E651
MSW6-2 ON : n=1
MSW6-2 OFF: n=0
[See Also]
[Sample Program]
[Print Results]
LPRINT CHR$(&H1B);" "; CHR$(0);
LPRINT "AAAAA"; CHR$(&HA);
LPRINT CHR$(&H1B);" "; CHR$(1);
LPRINT "AAAAA"; CHR$(&HA);
LPRINT CHR$(&H1B);" "; CHR$(12);
LPRINT "AAAAA"; CHR$(&HA);
AAAAA
A
A
A
A
A
A
A
A
A
A
0-dot space
1-dot space
12-dots space