7167 Owner’s Manual Chapter 6: Commands
November 2003
104
Perform Partial Knife Cut
ASCII: EM or ESC i
Hexadecimal: 19 or 1B 69
Decimal:
25 or 27 105
Cuts the receipt, leaving .20 inch (5 mm) of paper. This command is implemented the
same as Partial Knife Cut (1A, 1B 6D). There are two codes for this command. Both codes
perform the same function.
A Line Feed is executed first if the print buffer is not empty.
This command is executed (cuts the receipt) regardless of which station is selected.
Example:
MSComm1.Output = Chr$(&H19) or
MSComm1.Output = Chr$(&H1B) & Chr$(&H69)
Perform Partial Knife Cut
ASCII: SUB or ESC m
Hexadecimal: 1A or 1B 6D
Decimal:
26 or 27 109
Cuts the receipt, leaving .20 inch (5 mm) of paper. This command is implemented the
same as Full Knife Cut (19, 1B 69) which results in a partial knife cut. There are two codes
for this command and both perform the same function.
This command is processed regardless of which station is selected.
Example:
MSComm1.Output = Chr$(&H1A) or
MSComm1.Output = Chr$(&H1B) & Chr$(&H6D)
Exceptions:
A line Feed is executed first if the printer buffer is not empty.
This command is executed )cuts the receipt) regardless of which station is selected.