C O N F I D E N T I A L
Paper roll
Print commands FF
Ver. 4.0
p. 1041
[Model-dependent variations]
None
Program Example for all printers
Print Sample
PRINT #1, CHR$(&H1B);"L";
←
Select page mode
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180);
PRINT #1, CHR$(&H1B);"W";CHR$(0);CHR$(0);CHR$(0);
CHR$(0);CHR$(60);CHR$(0);CHR$(90);CHR$(0);
PRINT #1, CHR$(&H1B);"T";CHR$(0);
PRINT #1, "AAAAA"; CHR$(&HA);
←
Store characters for printing
PRINT #1, "BBBBB"; CHR$(&HA);
←
Store characters for printing
PRINT #1, "CCCCC"; CHR$(&HC);
←
Batch print
AAAAA
BBBBB
CCCCC