7167 Owner’s Manual Chapter 6: Commands
November 2003
118
Print and Carriage Return
ASCII:
CR
Hexadecimal:
0D
Decimal:
13
Prints one line from the buffer and feeds paper one line. The printer can be set through the
configuration menu to ignore or use this command. Some applications expect the
command to be ignored while others use it as print command.
Example:
MSComm1.Output = Chr$(&H0D)
Related Information:
See Ignoring/Using the Carriage Return in Diagnostics for more information.
Carriage Return + Line Feed, prints and feeds only one line.
Feed n Print Lines
ASCII:
DC4 n
Hexadecimal:
14 n
Decimal:
20 n
Value of n:
The number of lines to feed at current line height
setting.
Range of n :
0 – 127 7156 Emulation Mode
0 – 255 7158 Native Mode or 7167 Native Mode
Feeds paper n lines at the current line height without printing.
Ignored on receipt if the current line is not empty.
Example:
MSComm1.Output = Chr$(&H14) & Chr$(n)