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 #104 background imageLoading...
Page #104 background image
104
Exception handling
A command transmission/reception API generates a propriety exception with an integer (int) type
parameter when an error occurs and notify the calling side of such an error.
Steps for Handling
Use the EpsonIoException class's getStatus (p.99) to get the error value. Please refer to the following code.
List of Error Values
Error values are defined in the IoStatus class.
Error Value Cause
IoStatus.ERR_PARAM
Invalid parameter was passed.
<Example>
An invalid parameter such as null was passed.
A value outside the supported range was specified.
IoStatus.ERR_OPEN Open processing failed.
IoStatus.ERR_CONNECT
Failed to connect to device.
<Example>
Failed to send data to the target device for a reason other than
a timeout.
Failed to receive data from the target device for a reason other
than a timeout.
IoStatus.ERR_MEMORY Could not allocate the necessary memory for processing.
IoStatus.ERR_ILLEGAL
Illegal method used.
<Example>
The API for sending and receiving data was called when the
device port was not open.
The printer search API was called again when a printer search
was already in progress.
IoStatus.ERR_PROCESSING
Could not execute process.
<Example>
Could not get lock rights to the shared resource because the
same process is currently being executed by another thread.
IoStatus.ERR_FAILURE An unspecified error occurred.
String str = "Hello, World!\r\n";
byte[] data = str.getBytes();
int offset = 0;
int size = data.length;
int timeout = 5000;
int sizeWritten = 0;
int errStatus = IoStatus.SUCCESS;
try {
sizeWritten = mPort.write(data, offset, size, timeout);
} catch ( EpsonIoException e ) {
//Get error value
errStatus = e.getStatus();
}

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