Epson TM-T88III Programming Manual page 647

Paper roll printers esc/pos application
Hide thumbs Also See for TM-T88III:
Table of Contents

Advertisement

C O N F I D E N T I A L
[Notes for transmission process]
Data send operations are performed using Function 48. When you use the functions, obey the following
rules.
• When the host PC transmits the function data, transmit the next data after receiving the corresponding
• When operating with a serial interface, be sure to configure operation so that the host computer uses
• When operating with a parallel interface, the data sent by this function (starting with Header and
When communication with the printer uses XON/XOFF control with serial interface, the XOFF code may
interrupt the "Header to NUL" data string.
The information for each function can be identified to other transmission data according to specific data
of the transmission data block. When the header transmitted by the printer is [hex = 37H/decimal =55],
treat NUL [hex = 00H/decimal =0] as a data group and identify it according to the combination of the
header and the identifier.
Program Example 1 (Two or more labels are printed while peeling off one piece.)
GOSUB *Label.Print
PRINT #1, CHR$(&H1C);"(L";CHR$(2);CHR(0);CHR$(65);CHR$(49); ← Paper feed to label peeling position <Function 65>
I$=INPUT$(1) ← Waiting for inputting (The key is pushed after the label is peeled off.)
PRINT #1, CHR$(&H1C);"(L";CHR$(2);CHR(0);CHR$(67);CHR$(50); ← Putting out the head of the current label <Function 67>
GOSUB *Label.Print ← Send a sheet of print data.
PRINT #1, CHR$(&H1C);"(L";CHR$(2);CHR(0);CHR$(65);CHR$(49); ← Paper feed to label peeling position <Function 65>
I$=INPUT$(1) ← Waiting for inputting (The key is pushed after the label is peeled off.)
PRINT #1, CHR$(&H1C);"(L";CHR$(2);CHR(0);CHR$(67);CHR$(50); ← Putting out the head of the current label <Function 67>
Paper roll
Printing paper commands
data from the printer
the printer only when it is READY.
ending with NUL), as with other data, is first stored in the send buffer, then output in sequential order
when the host computer changes to the reverse mode. Note that the send buffer capacity is 99 bytes,
and any data exceeding this volume limit will be lost; therefore, when using this command, it is
important to configure the operation so that the host computer's change to the reverse mode and the
subsequent status send/receive process is performed quickly.
← Send a sheet of print data.
FS ( L
Ver. 10.01 p. 647

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents