7167 Owner’s Manual Chapter 6: Commands
November 2003
105
Generate Tone
ASCII:
ESC BEL
Hexadecimal:
1B 07
Decimal:
27 7
Generates an audible tone. This allows the application to provide an audible tone to the
operator.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H07)
Return Home
ASCII:
ESC <
Hexadecimal:
1B 3C
Decimal:
27 60
Moves the impact print head (unless it is already in the home position) to the home
position.
This command is processed regardless of station, either receipt unit or slip unit.
Related Information:
The printer is able to detect carriage motor jams, eliminating the need to home the print
head after each slip transaction.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H3C)