Rev. A Command Descriptions 1-47
TM-T88/T88P (TM-T85/T85P) Information Manual
When m=66 in GS V m n, the printer feeds the paper to (cutting position + n × vertical motion unit)
and executes a partial cut (one point left uncut). For TM-T85/T85P, when m=65, the printer feeds the
paper to (cutting position + n × vertical motion unit) and executes a full cut. The vertical motion unit
is specified by GS P. The default setting of the vertical motion unit is 1/360 inch.
The value of m selects the mode for GS V m and GS V m n as follows:
ESC i executes a partial cut of the paper with one point left uncut. ESC i operates in the same way as
GS V when m=1 or 49. GS V is preferred for cutting paper because ESC i is not a recommended
command. ESC i is supported only by TM-T85/T85P.
Miscellaneous Function Commands
The TM-T88/T88P (TM-T85/T85P) supports the following miscellaneous function commands:
Command Name
GS P Set horizontal and vertical motion units
ESC @ Initialize printer
GS I Transmit printer ID
ESC p Generate pulse
ESC = Select peripheral device
ESC L Select page mode
ESC S Select standard mode
DLE ENQ Real-time request to printer
m
Print Mode
0, 48 Full cut (cuts the paper completely)
1, 49 Partial cut (one point left uncut)
65 Feeds paper to (cutting position +
n
x vertical motion unit)
and cuts the paper completely
66 Feeds the paper to (cutting position +
n
x vertical motion
unit) and cuts the paper partially (one point left uncut)
Program Example Print Sample
PRINT #1, " AAAAA"; CHR$(&HA);
PRINT #1, CHR$(&H1B);"J";CHR$(250);
PRINT #1, CHR$(&H1D);"V";CHR$(1);
←
Cut paper
PRINT #1, " BBBBB"; CHR$(&HA);
PRINT #1, CHR$(&H1D);"V";CHR$(66);CHR$(0);
←
Feed paper and cut
Partial cut (one point left uncut)
AAAAA
Paper fed to the cutting position and
BBBBB
partial cut (one point left uncut)
performed