EasyManua.ls Logo

Epson TM T88V - Addcommand

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
Loading...
86
addCommand
Adds commands to the command buffer. Sends ESC/POS commands.
Syntax
public void addCommand(byte[] data) throws EposException
Parameter
data : Specifies ESC/POS command as a character string.
Exceptions
When processing fails, EposException is thrown with one of the following error values.
Example
ESC/POS commands are not made public. For details, contact the dealer.
Error status Description
ERR_PARAM Invalid parameter was passed.
ERR_MEMORY Could not allocate memory.
ERR_FAILURE An unspecified error occurred.
try {
Builder builder = new Builder("TM-T88V", Builder.MODEL_ANK);
byte[] data = null;
///Process///
builder.addCommand(data);
} catch (EposException e) {
int errStatus = e.getErrorStatus();
}

Table of Contents

Other manuals for Epson TM T88V

Related product manuals