Seiko TM-L60 Specifications Page 15

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 14
1-8 Command Descriptions Rev. A
ESC FF
[Name] Print data in page mode
[Format] ASCII ESC FF
Hex 1B 0C
Decimal 27 12
FF
[Name] Print and return to standard mode (in page mode)
[Format] ASCII FF
Hex 0C
Decimal 12
ESC FF prints all buffered data in the printable area collectively, in page mode. This command is
enabled only in page mode. After printing, the printer does not clear the buffered data or values set
by other commands. When the printer returns to standard mode, FF or ESC S should be executed.
FF prints the data in the print buffer collectively and returns to standard mode. The buffer data is
deleted after being printed. This command returns the values set by the ESC W command to the
default values. The value set by ESC T command is maintained. This command is enabled only in
page mode.
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$(120);CHR$(0);CHR$(240);CHR$(0);
BBBBB
PRINT #1, CHR$(&H1B);"T";CHR$(0);
PRINT #1, "AAAAA"; CHR$(&HA); AAAAA
PRINT #1, "BBBBB"; CHR$(&HA); BBBBB
PRINT #1, CHR$(&H1B);CHR$(&HC); CCCCC
PRINT #1, "CCCCC"; CHR$(&HC);
Page view 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 ... 97 98

Comments to this Manuals

No comments