Enable or Disable Slip Paper End Feeding Stop
This command enables or disables the slip paper end feeding stop function. When this feature is enabled the printer will print a line but will not perform a line feed when the slip paper end is detected.
ASCII |
ESC c 7 n |
Hexadecimal |
1B 63 37 n |
Decimal |
27 99 55 n |
Value of n |
•0—Enable •1—Disable |
Default value of n |
0 |
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H63) & Chr$(&H37) & Chr$(n)
Note: When either the trailing edge sensor or the leading edge sensor does not sense the paper the printer recongnizes this as a paper end condition.