Seiko TM-L60 Specifications Page 28

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 27
Rev. A Command Descriptions 1-21
TM–L60II/L60IIP 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 1, 48n 49
ESC V n turns the 90° clockwise rotation mode on or off. When n=1 or 49, 90° clockwise rotation
mode is turned on; when n=0 or 48, this mode is turned off. 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.
Program Example Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180);
PRINT #1, CHR$(&H1B);" ";CHR$(20);Set right-side spacing
PRINT #1, CHR$(&H1B);"3";CHR$(15); Set line spacing
PRINT #1, CHR$(&H1B);"V";CHR$(1); Turn on
GOSUB printing
PRINT #1, CHR$(&H1B);"2";Set line spacing
PRINT #1, CHR$(&H1B);"V";CHR$(0);Turn off
GOSUB printing
END
printing:
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, "BBBBB"; CHR$(&HA);
PRINT #1, "CCCCC"; CHR$(&HA);
RETURN
ABC
ABC
ABC
ABC
ABC
ABC
Right-side spacing
Line
spacing ESC V 1
Line
spacing
ESC V 0
Right-side spacing
AAAAA
BBBBB
CCCCC
A
B
C
Page view 27
1 2 ... 23 24 25 26 27 28 29 30 31 32 33 ... 97 98

Comments to this Manuals

No comments