7167 Owner’s Manual Chapter 6: Commands
November 2003
123
Print and Feed n Lines
ASCII: ESC d n
Hexadecimal: 1B 64 n
Decimal:
27 100 n
Value of n:
Number of lines to be printed and fed.
Range of n:
1 – 255
(0 is interpreted as 1 on the receipt station)
Prints one line from the buffer and feeds paper n lines at the current line height.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H64) & Chr$(n)
Print and Reverse Feed n Lines
ASCII: ESC e n
Hexadecimal: 1B 65 n
Decimal:
27 101 n
Value of n:
The number of lines on the slip station to be reverse fed.
Range of n:
0 – 255
Prints one line from the buffer and reverse feeds the paper n lines on the slip station. The
receipt station cannot be reverse fed.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H65) & Chr$(n)