Seiko TM-L60 Specifications Page 31

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 30
1-24 Command Descriptions Rev. A
CAN
[Name] Cancel print data in page mode
[Format] ASCII CAN
Hex 18
Decimal 24
CAN deletes all the print data in the current printable area when the printer is in page mode. If data
that existed in the previously specified printable area also exists in the currently specified printable
area, it will also be deleted.
Program Example Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180); AAAAAAAAAAAAAAAAAAAA
PRINT #1, CHR$(&H1B);"L"; Select page mode AAAAAAAAAAAAAAAAAAAA
PRINT #1, CHR$(&H1B);"W";CHR$(0);CHR$(0);CHR$(0);
CHR$(0);CHR$(240);CHR$(0);CHR$(44);CHR$(1);
AAAAAAAAAAAAAAAAAAAA
AAAAA AAAAAAAAAA
PRINT #1, CHR$(&H1B);"T";CHR$(0); Select print direction AAAAA AAAAAAAAAA
FOR i=1 to 200 : PRINT #1, "A"; : NEXT i AAAAA AAAAAAAAAA
PRINT #1,CHR$(&H1B);"W";CHR$(60);CHR$(0);CHR$(90);
CHR$(0);CHR$(60);CHR$(0);CHR$(120);CHR$(0);
AAAAA AAAAAAAAAA
AAAAAAAAAAAAAAAAAAAA
PRINT #1, CHR$(&H18); Cancel p rint d ata AAAAAAAAAAAAAAAAAAAA
PRINT #1, CHR$(&HC); Batch print and return standard mode AAAAAAAAAAAAAAAAAAAA
Page view 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 97 98

Comments to this Manuals

No comments