Specifications
Rev. A Command Descriptions 1-17
TM–U375/U375P Information Manual
ESC V n
[Name] Turn 90° clockwise rotation mode on/off
[Format] ASCII ESC V n
Hex 1B 56 n
Decimal 27 86 n
[Range] 0 ≤ n ≤ 2
48 ≤ n ≤ 50
ESC V n turns 90° clockwise rotation mode on or off. When n=1 or 49, 90° clockwise rotation mode
(1-dot character spacing) is turned on; when n=2 or 50, 90° clockwise rotation mode (1.5-dot character
spacing) is turned on; and when n=0 or 48, this mode is turned off. The default setting is n=0. The
characters do not rotate when both the 7 × 9 font and the 90° clockwise rotation mode are selected,
because selecting the 7 × 9 font is higher priority. This command is enabled only in standard mode. If
this command is entered in page mode, an internal flag is activated and the command is enabled
when the printer returns to standard mode.
CAN
[Name] Cancel print data in page mode
[Format] ASCII CAN
Hex 18
Decimal 24
Program Example Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(160);CHR$(144);
PRINT #1, CHR$(&H1B);"3";CHR$(10);
PRINT #1, CHR$(&H1B);"V";CHR$(1);← Select
GOSUB printing
PRINT #1, CHR$(&H1B);"2";
PRINT #1, CHR$(&H1B);"V";CHR$(0);← Cancel
GOSUB printing
END
printing:
PRINT #1, CHR$(&H1B);" ";CHR$(0); "AAA";
PRINT #1, CHR$(&H1B);" ";CHR$(10); "AAA";
PRINT #1, CHR$(&HA);
PRINT #1, CHR$(&H1B);" ";CHR$(0); "BBB"
PRINT #1, CHR$(&H1B);" ";CHR$(10); "BBB";
PRINT #1, CHR$(&HA);
PRINT #1, CHR$(&H1B);" ";CHR$(0); "CCC";
PRINT #1, CHR$(&H1B);" ";CHR$(10); "CCC";
PRINT #1, CHR$(&HA);iCHR$(&HA);
RETURN
ABC
ABC
ABC
ABC
ABC
ABC
Right-side spacing
Line
spacing
ESC V
1
Line
spacing
ESC V
0
Right-si de sp acing
A
B
C
A
B
C
A
B
C
A
B
C
A
B
C
A
B
C