7197 Series II Owner’s Guide Chapter 6: Commands
August 2011
166
Cancel Print Data in Page Mode
ASCII:
CAN
Hexadecimal:
18
Decimal:
24
Deletes all the data to be printed in the “page” area. Any data from the previously selected
“page” area that is also part of the current data to be printed is deleted.
This command has the same code as the Open Form command, which is performed when
the printer is not in Page Mode.
Example:
MSComm1.Output = Chr$(&H18)
Exceptions:
This command is only used in Page Mode.
Print Data in Page Mode
ASCII:
ESC FF
Hexadecimal:
1B 0C
Decimal:
27 12
Collectively prints all buffered data in the printing area.
After printing, the printer does not clear the buffered data and sets values for Select Print
Direction in Page Mode (1B 54 n) and Set Print Area in Page Mode (1B 57…), and sets the
position for buffering character data.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H0C)
Exceptions:
This command enabled only in Page Mode.