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 #31 background imageLoading...
Page #31 background image
31
Chapter 3 Programming Guide
3
To create a page mode print document
The page mode starts by storing addPageBegin (p.70) of the Builder class into a command buffer. Store the
print area (addPageArea (p.72)) and the print start position (addPagePosition (p.76)) in command buffers.
Specify the print start position according to the print data. Then, store APIs in command buffers and create
print data. For the page mode end, store addPageEnd (p.71) in a command buffer. Use the programming
example below for your reference.
try {
//Initialize a Builder class instance
Builder builder = new Builder("TM-T88V", Builder.MODEL_ANK);
//Create a print document
//<The page mode starts>
builder.addPageBegin();
builder.addPageArea(100, 50, 200, 100);
builder.addPagePosition(0, 42);
//<Configure the print character settings>
builder.addTextLang(Builder.LANG_EN);
builder.addTextSmooth(Builder.TRUE);
builder.addTextFont(Builder.FONT_A);
builder.addTextSize(4, 4);
builder.addTextStyle(Builder.FALSE, Builder.FALSE, Builder.TRUE, Builder.PARAM_UNSPEC
//<Specify the print data>
builder.addText("Hello,\t");
builder.addText("World!\n");
//<The page mode ends>
builder.addPageEnd();
builder.addCut(Builder.CUT_FEED);
} catch (EposException e) {
int errStatus = e.getErrorStatus();
}
For the string "Hello, World!", to create a print document based on the following settings:
Page mode print area (in dots):
Origin of horizontal axis: 100, origin of vertical axis: 50, width: 200, height: 100
Page mode print positions (in dots):
Horizontal print position: 0, vertical print position: 42
Font: FontA
Scale: x 2 (horizontal) and x 2 (vertical)
Style: Bold

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