7167 Owner’s Manual Chapter 6: Commands
November 2003
116
Select Receipt Station
ASCII: RS
Hexadecimal: 1E
Decimal: 30
Selects the Receipt Station for all functions. The receipt station is the default setting after
the printer is initialized or the Clear Printer (0x10) command is received. The Hex
command: 1B 63 30 n , where n = 1, 2, 3 will also select the receipt station.
Example:
MSComm1.Output = Chr$(&H1E)
Print Test Form
ASCII:
US t
Hexadecimal:
1F 74
Decimal:
31 116
Prints the current printer configuration settings on the receipt.
Disabled in page mode.
Example:
MSComm1.Output = Chr$(&H1F) & Chr$(&H74)