Epson TM-L60II Printer User Manual


 
CONFIDENTIAL
Paper roll Two-dimension code commands GS ( k
Ver. 10.01 p. 514
[Notes for process of MaxiCode symbol (when specify
cn
= 50)]
The symbol data specified by Function 280
d1...dk
is stored in the printer and is printed by the
specification of Function 181. The symbol data in the symbol storage area is reserved until the following
processing is performed:
Function 080 or 180 or 280 is executed
ESC @ is executed
The printer is reset or the power is turned off
When processing Function 281 or 282, the setting values of Function 265 are used. If the printable area is
not enough, the symbol may not be printed.
Executing Function 281 after executing Function 280 repeatedly prints the same symbol data.
By using Functions 265 combined with Function 281, the same symbol data
d1...dk
is printed differently.
By using Function 282, the symbol size printed by Function 281 is available.
[Model-dependent variations] TM-T90, TM-L90
Program Example1 (Print a symbol repeatedly)
>PRINT #1, CHR$(&H1D);"(k";CHR$(13);CHR$(0);CHR$(48);CHR$(80);CHR$(48);"TEST PRINT"; Save data <Function080>
>PRINT #1, CHR$(&H1D);"(k";CHR$(3);CHR$(0);CHR$(48);CHR$(81);CHR$(48); Print symbol <Function081>
>PRINT #1, CHR$(&H1D);"(k";CHR$(3);CHR$(0);CHR$(48);CHR$(81);CHR$(48); Print symbol <Function081>
Program Example2 (Print a symbol which module width is different)
>PRINT #1, CHR$(&H1D);"(k";CHR$(13);CHR$(0);CHR$(48);CHR$(80);CHR$(48);"TEST PRINT"; Save data <Function080>
>PRINT #1, CHR$(&H1D);"(k";CHR$(3);CHR$(0);CHR$(48);CHR$(67);CHR$(3); Set module width to 3 <Function067>
>PRINT #1, CHR$(&H1D);"(k";CHR$(3);CHR$(0);CHR$(48);CHR$(81);CHR$(48); Print symbol <Function081>
>PRINT #1, CHR$(&H1D);"(k";CHR$(3);CHR$(0);CHR$(48);CHR$(67);CHR$(5); Set module width to 5 <Function067>
>PRINT #1, CHR$(&H1D);"(k";CHR$(3);CHR$(0);CHR$(48);CHR$(81);CHR$(48); Print symbol <Function081>