7197 Owner’s Guide Chapter 6: Commands
November 2002
81
Perform Partial Knife Cut (Previously command was full 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 print buffer is not empty.
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 5 mm (.20 inch) of paper. This command is implemented the
same as Full Knife Cut (19, 1B 6D) which results in a partial knife cut. There are two codes
for this command and both perform the same function.
Example:
• MSComm1.Output = Chr$(&H1A) or
• MSComm1.Output = Chr$(&H1B) & Chr$(&H6D)
Exceptions:
Line Feed is executed first if the buffer is not empty.