CONFIDENTIAL
Paper roll Printing paper commands FS ( L
Ver. 10.01 p. 648
Program Example 2 (Black mark paper is printed while cutting one piece.)
GOSUB *BM.Print ← Send a sheet of print data.
PRINT #1, CHR$(&H1C);"(L";CHR$(66);CHR$(49); ← Paper feed to cutting position <Function 66>
PRINT #1, CHR$(&H1D);"V";CHR$(49); ← Paper cut
PRINT #1, CHR$(&H1C);"(L";CHR$(67);CHR$(50); ← Feeds Paper to the print start position <Function 67>
GOSUB *BM.Print ← Send a sheet of print data.
PRINT #1, CHR$(&H1C);"(L";CHR$(66);CHR$(49); ← Paper feed to cutting position <Function 66>
PRINT #1, CHR$(&H1D);"V";CHR$(49); ← Paper cut
PRINT #1, CHR$(&H1C);"(L";CHR$(67);CHR$(50); ← Feeds Paper to the print start position <Function 67>
Program Example 3 (The label is continuously printed.)
GOSUB *Label.Print ← Send a sheet of print data.
PRINT #1, CHR$(&H1C);"(L";CHR$(2);CHR(0);CHR$(67);CHR$(49); ← Feeds Paper to the print start position <Function 67>
GOSUB *Label.Print ← Send a sheet of print data.
PRINT #1, CHR$(&H1C);"(L";CHR$(2);CHR(0);CHR$(67);CHR$(49); ← Feeds Paper to the print start position <Function 67>