TSC AUTO ID Technology Co., Ltd. 149 Copyright 2013 All Rights Reserved.
OUT
Description
This command returns data through the specific port.
Syntax
OUT [port] "prompt",variable
OUT [port] "prompt";variable
Optional. Specified the port for returning data/string. Default is returning
the data/string from the port which is sending data to printer.
COM: Returning data/string from COM port.
USB: Returning data/string from USB port.
NET: Returning data/string from LAN port.
The "prompt" and "variable" are separated by <0x0D><0x0A>.
The "variable" comes behind "prompt" directly.
Note:
This command has been supported since V6.93 EZ and later firmware.
Example
Sample Code
OUT USB "USB: ";"This is returning data from USB."
OUT COM "COM";"This is returning data from COM."
OUT NET "NET:";"This is returning data from LAN."