Seiko TM-L60 Specifications Page 68

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 67
Rev. A Command Descriptions 1-61
TM–L60II/L60IIP Information Manual
ESC L
[Name] Select page mode
[Format] ASCII ESC L
Hex 1B 4C
Decimal 27 76
ESC S
[Name] Select standard mode
[Format] ASCII ESC S
Hex 1B 53
Decimal 27 83
ESC L switches from standard mode to page mode. This command is enabled only when input at the
beginning of a line in standard mode; it has no effect in page mode. The following commands are not
effective in page mode: ESC V, ESC a, ESC {, GS L, and GS W. If these commands are processed in
page mode, an internal flag is activated.
ESC S switches from page mode to standard mode. This command is effective only in page mode.
Data buffered in page mode is cleared. This command returns the values set by ESC W to the default
values. The value set by the ESC T is maintained. The printer returns to standard mode with the FF,
ESC @, and ESC S. This command sets the print position to the beginning of the line.
Standard mode is selected as the default.
Program Example Print Sample
PRINT #1, CHR$(&H1B);"L";Select page mode AAAAA
PRINT #1, CHR$(&H1B);"W";CHR$(0);CHR$(0);CHR$(0);
CHR$(0);CHR$(60);CHR$(0);CHR$(180);CHR$(0);
BBBBB
CCCCC
PRINT #1, CHR$(&H1B);"T";CHR$(0);Select print direction
PRINT #1, "AAAAA"; CHR$(&HA);Store characters for printing
PRINT #1, "BBBBB"; CHR$(&HA);Store characters for printing
PRINT #1, "CCCCC";
PRINT #1, CHR$(&H1B);CHR$(&HC);Batch print
PRINT #1, CHR$(&H1B);"S";Select standard mode
Page view 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 97 98

Comments to this Manuals

No comments