EasyManuals Logo

Epson TM T88V User Manual

Epson TM T88V
122 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #34 background imageLoading...
Page #34 background image
34
Exception handling
In ePOS-Print SDK for Android, it is designed that when an error occurs, a propriety exception with an integer
(int) type parameter is generated to notify the calling side of such an error. The ePOS-Print API acquires
information using the EposException class (p.40), and the search API acquires information using the
EposException class (p.40). The following errors are sent:
Steps for Handling
ePOS-Print API
Acquire the error status using getErrorStatus (p.93) of the EposException class, and acquire the printer status
using getPrinterStatus (p.94) of that class. Use the programming example below for your reference.
Type Description
Error status
Cause of error when each class's API was executed.
For details, refer to Error Status List (p.36).
Printer status
Status of the printer when print data was sent.
The printer status can be acquired only when sendData (p.91) is
executed.
For details, refer to Printer Status List (p.37).
//<Send data for confirmation>
Print printer = new Print();
int[] status = new int[1];
status[0] = 0;
try {
//Create a print document
Builder builder = new Builder("TM-T88V", Builder.MODEL_ANK);
builder.addText("Hello,\t");
builder.addText("World!\n");
builder.addCut(Builder.CUT_FEED);
//<Send print data>
printer.openPrinter(Print.DEVTYPE_TCP, "192.168.192.168");
printer.sendData(builder, 10000, status);
printer.closePrinter();
} catch (EposException e) {
//Acquire the error status
int errStatus = e.getErrorStatus();
//Acquire the printer status
status[0] = e.getPrinterStatus();
printer.closePrinter();
}

Table of Contents

Other manuals for Epson TM T88V

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Epson TM T88V and is the answer not in the manual?

Epson TM T88V Specifications

General IconGeneral
Dimensions (WxDxH)145 x 195 x 148 mm
USB portYes
Standard interfacesRS-232, USB 2.0
Serial interface typeRS-232
Serial ports quantity1
USB 2.0 ports quantityUSB 2.0 ports have a data transmission speed of 480 Mbps, and are backwards compatible with USB 1.1 ports. You can connect all kinds of peripheral devices to them.
Connectivity technologyWired
TypePOS printer
Print speed11.8 ips
Print technologyThermal
Maximum resolution180 x 180 DPI
SafetyUL1950/CSA C22.2 No. 950
CertificationFCC/ICES-003
Built-in barcodes2D, CODABAR (NW-7), Code 128 (A/B/C), Code 39, Code 93, EAN13, EAN8, ITF-14, MaxiCode, PDF417, QR Code, UPC-A, UPC-E
Country of originChina
Autocutter durability2 million cuts
Mean time between failures (MTBF)360000 h
Product colorBlack
Maximum roll diameter83 mm
Supported paper width80, 58 mm
Printing media thickness55 - 80 µm
Storage temperature (T-T)-10 - 50 °C
Operating temperature (T-T)5 - 45 °C
Operating relative humidity (H-H)10 - 90 %
Ethernet LANNo
Input current1.8 A
Power supply typeDC
Pallet width800 mm
Pallet height2550 mm
Pallet length1200 mm
Pallet width (UK)1000 mm
Quantity per pallet128 pc(s)
Quantity per pallet (UK)192 pc(s)
Master (outer) case width400 mm
Quantity per pallet layer16 pc(s)
Master (outer) case height255 mm
Master (outer) case length490 mm
Quantity per pallet layer (UK)24 pc(s)
Quantity per master (outer) case4 pc(s)
Package depth257 mm
Package width193 mm
Package height241 mm
Package weight2660 g
Quantity per pack1 pc(s)

Related product manuals