NCR 7167 Owner's Manual page 133

Two station pos printer release 1.0
Hide thumbs Also See for 7167:
Table of Contents

Advertisement

7167 Owner's Manual
Print and Feed n Lines
Hexadecimal:
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
Hexadecimal:
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)
ASCII:
ESC d n
1B 64 n
27 100 n
Decimal:
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)
ASCII:
ESC e n
1B 65 n
27 101 n
Decimal:
Value of n:
The number of lines on the slip station to be reverse fed.
Range of n:
0 – 255
November 2002
Chapter 6: Commands
111

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents