Print Result Configuration - Epson TM-T88V-DT User Manual

Server direct print
Hide thumbs Also See for TM-T88V-DT:
Table of Contents

Advertisement

Print Result Configuration

Check the <response> tag for the printing result.
<?xml version="1.0" encoding="utf-8"?>
<PrintResponseInfo Version="1.00">
#Success
<response>tag
<response xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print"
success="true" code="" status="251854870" battery="0"/>
#Failed
<response xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print"
success="false" code="EX_BADPORT" status="1" battery="0"/>
</PrintResponseInfo>
When the Print Job ID Is Specified
Specification of print job ID is available in the TM-i series (TM-i Firmware Ver.4.1 or later).
When the print job ID is specified, Version attribute in the <PrintResponseInfo> tag is returned as "2.00".
<PrintResponseInfo> tag
<?xml version="1.0" encoding="utf-8"?>
<PrintResponseInfo Version="2.00">
<ePOSPrint>
<Parameter>
<devid>local_printer</devid>
<printjobid>ABC123</printjobid>
</Parameter>
<PrintResponse>
.
.
.
</PrintResponse>
</ePOSPrint>
</PrintResponseInfo>
Chapter 3
Request and Response
3
33

Advertisement

Table of Contents
loading

Table of Contents