Any text colored blue is a link to another screen.
Click the text to go to that topic.
Printer information
Most information applies to all printers in a category.
If there is information specific to one printer, you see
its name in colored text, with a different color for
each printer. The model dependent information
appears if you click on the name of the printer or
look at the bottom of the screen for text in the
appropriate color.
blue
text
PRINTER
name
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
EPSON
CONFIDENTIAL
what’s new in this version?
Version 10.00
TM-U220 added.
This guide (Paper Roll Printers) is now
separate from the guides for other
types of printers.
Version 10.01
TM-P60 added.
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
ESC/POS
CONFIDENTIAL
ESC/POS®Application Programming Guide for Paper Roll Printers
Version 10.01
Seiko Epson Corporation, System Device Division
Notice: The contents of this manual
are subject to change without notice
EPSON and ESC/POS are registered trademarks of Seiko Epson Corporation.
Acrobat
BY USING THIS DOCUMENT, YOU AGREE TO ABIDE BY THE TERMS OF THIS
AGREEMENT. PLEASE RETURN THIS DOCUMENT IMMEDIATELY IF YOU DO NOT
AGREE TO THESE TERMS.
This document contains confidential, proprietary information of Seiko Epson
Corporation or its affiliates. You must keep such information confidential. If the
user is a business entity or organization, you must limit disclosure to those of
your employees, agents and contractors who have a need to know and who are
also bound by obligations of confidentiality.
On the earlier of (a) termination of your relationship with Seiko Epson, or
(b) Seiko Epson's request, you must stop using the confidential information. You
must then return or destroy the information, as directed by Seiko Epson.
If a court, arbitrator, government agency or the like orders you to disclose any
confidential information, you must immediately notify Seiko Epson. You agree to
give Seiko Epson reasonable cooperation and assistance in resisting disclosure.
You may use confidential information only for the purpose of facilitating
authorized sales and service of, or developing software and similar products for
authorized use with, EPSON products. Any other use requires the prior written
consent of Seiko Epson.
THE INFORMATION IN THIS DOCUMENT IS PROVIDED “AS IS,” WITHOUT
WARRANTY OF ANY KIND, INCLUDING ANY WARRANTY OF TITLE OR NONINFRINGEMENT. Seiko Epson has no liability for loss or damage arising from
or relating to your use of or reliance on the information in the document.
You may not reproduce, store or transmit the confidential information in any
form or by any means (electronic, mechanical, photocopying, recording,
or otherwise) without the prior written permission of Seiko Epson.
Your obligations under this Agreement are in addition to any other legal
obligations. Seiko Epson does not waive any right under this Agreement by
failing to exercise it. The laws of Japan apply to this Agreement.
CONFIDENTIAL
ESC/POS proprietary command system
ESC/POS
The market for store automation equipment is changing rapidly with the widespread introduction of POS (point of sale)
terminals. These terminals are now appearing even in small retail stores and specialty shops.
As personal computers begin to be used as POS terminals, the demand for matching uniform peripheral devices is expected to
rise. At present, however, many of the competing POS terminal printers on the market employ mutually incompatible
command sets. This imposes limits on the expandability and range of applications possible with PC-based systems. There is a
need for a new command set designed to provide the expandability and universal applicability demanded by the market.
ESC/POS
EPSON took the initiative by introducing ESC/POS, a proprietary POS printer command system, which includes patented or
patent pending commands and enables versatile POS system construction with high scalability. Compatible with all types of
EPSON POS printers and displays, this proprietary control system also offers the flexibility to easily make future upgrades. Its
popularity is worldwide.
®
PROPRIETARY COMMAND SYSTEM
ESC/POS is designed to reduce the processing load on the host computer in POS environments. It comprises a set of highly
functional and efficient commands that enables the full realization of the potential of printers.
A command set designed for universal applicability
The commands that are supported by all EPSON POS printers and those that are specific to individual models are clearly
described. This means that ESC/POS compatible software will work with any system and be suitable for a wide range of
applications.
Superb expandability allowing the addition of new functions
New functions can be added and accommodated by the categories already provided in the command system.
Allows more effective use of software
Once a software application has been created for one printer in the TM series, it can be used as the basis for versions for the
other printers in the series. Only a small portion of the program source code needs to be modified.
Paper rollESC/POS proprietary command system
Ver. 10.01p. 7
CONFIDENTIAL
Command classification
COMMAND CLASSIFICATION
ESC/POS printer commands are classified by functions such as print, character, print position, printing paper, line spacing,
panel button, paper sensor, mechanism control, status, bar code, bit-image, macro function, control option, and miscellaneous
functions. The classification is called function classification.
ESC/POS printer commands are also classified by sheet and grade. The sheet and grade classification is called matrix
classification.
The sheet classification is divided into single sheet commands and multiple sheet commands. The grade classification is
separated into basic commands and extension commands.
Basic commands are defined as fundamental printer controls, including print commands and character type selection
commands. Extension commands are defined as control codes for functions specific to individual printers. These commands
are further divided into mechanical extension commands that relate to additional mechanical functions such as stamp and
autocutter units, hardware extension commands that relate to additional hardware functions such as panel button and status
transmission controls, and software extension commands that relate to additional software functions such as user-defined and
bar code controls. The next screen is an overview diagram of the matrix classification of ESC/POS.
Paper rollCommand classification
Ver. 10.01p. 8
CONFIDENTIAL
Sheet
Multiple sheet
Single sheet
Multiple sheet
commands
Single sheet commands
Basic commands
Mechanical extension commands
Extension commands
Hardware extension commands
Software extension commands
Paper rollCommand classification
Grade
Ver. 10.01p. 9
CONFIDENTIAL
Overview of data processing
OVERVIEW OF DATA PROCESSING
Character Data and Normal Commands
The printer stores data sent from the host computer in the receive buffer temporarily, and then the printer interprets the data
and classifies them into commands or character data sequentially. If the data from the receive buffer is a normal command,
the printer processes the command corresponding to its function; for example, if the data interpreted is ESC 3, the printer
changes a setting value for the line spacing, and if it is LF, the printer prints the data in the print buffer and feeds the paper
one line.
If the data from the receive buffer is character data, the printer reads the appropriate font data from the resident character
generator and writes image data to the print buffer.
Real-time Commands
The printer stores data sent from the host computer in the receive buffer, interprets the data, and processes the commands
corresponding to their function one line at a time. The real-time commands are the commands that consist of a DLE
extension, such as DLE EOT or DLE ENQ. They are processed immediately. The real-time commands are ignored as
undefined codes in the main processing.
Paper rollOverview of data processing
Ver. 10.01p. 10
CONFIDENTIAL
Data processing diagram
Real-time
Interface
Host
computer
Character generator
(Font data)
[Data analysis/processing]
(Character data/normal command)
command
processing
Receive buffer
Main processing
Print buffer
Paper rollOverview of data processing
Mechanism
Ver. 10.01p. 11
CONFIDENTIAL
Definitions
DEFINITIONS
Normal commands
Normal commands are all the commands except real-time commands. The normal commands are stored in the
receive buffer temporarily and then processed sequentially.
Real-time commands
Real-time commands are the commands that consist of a DLE extension (such as DLE EOT or DLE ENQ). The realtime commands execute processing when received. After executing, they are stored in the receive buffer and then
discarded as undefined codes when the normal commands are processed.
Receive buffer
The receive buffer is used to store data from the host computer. All received data is stored in this buffer and
processed in the order received. Buffer capacity depends on the printer model used.
Obsolete commands
These are commands that will not be supported by future printer models. The command descriptions give a better
command to use for the same function.
Print buffer
The print buffer is used to store image data for printing.
Print buffer-full
This state occurs when the print buffer becomes full.
Print buffer-full printing
If new print data (such as characters or bit images) or horizontal tabs are processed in standard mode when the print
buffer is full, the image data already stored in the print buffer is printed, and a line feed is executed. This is the same
operation as LF. The data (print data or horizontal tab) that causes the print buffer-full is processed from the
beginning of the next line.
If new print data (such as characters or bit images) or horizontal tabs are processed in page mode when the print
buffer is full, the printer moves the print position to the beginning of the next line (the same operation as LF) and
processes the data (print data or horizontal tabs) that causes the print buffer-full.
Paper rollDefinitions
Ver. 10.01p. 12
CONFIDENTIAL
Beginning of the line
The beginning of the line meets all of the following conditions:
•No data exists in the print buffer.
•No spaces are skipped by HT in the print buffer.
•The print position has not been specified by ESC $ or ESC \.
In standard mode, the beginning of the line is the left margin.
Printable area
This is the maximum printable area specified for each printer model.
This can be changed by setting the paper width with GS ( E fn = 5 or DIP switch or setting of paper layout that is
supported by the label printer model.
Printing area
This is the printing range set by a command. The printing area should be equal to or smaller than the printable area.
In standard mode, the printing area is set by GS L and GS W, and in page mode, it is set by ESC W.
Ignoring a command
This is the printer state in which the printer does nothing after receiving all codes, including parameters.
Horizontal/vertical direction
Horizontal direction is the direction that is perpendicular to the paper feed direction. Vertical direction is the paper
feed direction. In page mode, however, horizontal/vertical direction differs, depending on the print direction of a
character, not the paper feed direction.
Baseline
The baseline for character sets that are 9 dots high (for example, 7 × 9 and 9 × 9) is the invisible line marking the
bottom of the character matrix (the bottom of the lowest dot possible). For other character sets, the baseline is the
bottom of all characters, excluding descenders, such as the bottom parts of “g” and “y”, which are below the
baseline.
Setting commands
Setting commands change printer status by processing a command and affect printer operation and print results
thereafter. The commands that can specify enhanced characters, set paper feed amount, and select a character are
setting commands as are some of the normal commands.
Paper rollDefinitions
Ver. 10.01p. 13
CONFIDENTIAL
Executing commands
Executing commands affect printer operation and change the printer status temporarily but do not affect the
following printer operation. Functions of printing, paper cutting, and status transmission are executing commands
and the real-time commands and some of the normal commands are executing commands.
MSB
Most Significant Bit
LSB
Least Significant Bit
Obsolete commands
These are commands that will not be supported by future printer models. The description of each of these
commands gives a better command to use for the same function.
“Reserved” bit
“Reserved” bits are as follows:
•Bit that will be used for an extended function in the future.
•Bit that has a function in the ESC/POS specification; however, the printer does not support the function.
Use a bit with a value indicated in a table.
“Fixed” bit
Use a bit only with a value indicated in a table.
Paper rollDefinitions
Ver. 10.01p. 14
CONFIDENTIAL
TM-U375 supported commands
TM-T88III SUPPORTED COMMANDS
CommandClassificationNameFunction type
HT
LF
FF (in page mode)
CR
CAN
DLE EOT
DLE ENQ
DLE DC4 (fn = 1)
DLE DC4 (fn = 8)
ESC FF
ESC SP
ESC !
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Horizontal tab
Print and line feed
Print and return to standard mode
Print and carriage return
Cancel print data in page mode
Real-time status transmission
Real-time request to printer
Generate pulse at real-time
Clear buffer
Print data in page mode
Set right-side character spacing
Select print mode(s)
PRINTPOSITIONCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
STATUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
ESC $
ESC %
ESC &
ESC ✻
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
Set absolute print position
Select/cancel user-defined character set
Define user-defined characters
Select bit-image mode
Paper rollTM-T88III supported commands
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
BIT-IMAGECOMMANDS
Ver. 10.01p. 15
CONFIDENTIAL
CommandClassificationNameFunction type
ESC –
ESC 2
ESC 3
ESC =
ESC ?
ESC @
ESC D
ESC E
ESC G
ESC J
ESC L
ESC M
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Turn underline mode on/off
Select default line spacing
Set line spacing
Select peripheral device
Cancel user-defined characters
Initialize printer
Set horizontal tab positions
Turn emphasized mode on/off
Turn double-strike mode on/off
Print and feed paper
Select page mode
Select character font
CHARACTERCOMMANDS
LINESPACINGCOMMANDS
LINESPACINGCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
ESC R
ESC S
ESC T
ESC V
ESC W
ESC \
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
Select an international character set
Select standard mode
Select print direction in page mode
Turn 90° clockwise rotation mode on/off
Set printing area in page mode
Set relative print position
Paper rollTM-T88III supported commands
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
Ver. 10.01p. 16
CONFIDENTIAL
CommandClassificationNameFunction type
ESC a
ESC c 3
ESC c 4
ESC c 5
ESC d
ESC p
ESC t
ESC {
GS !
GS $
GS ( A
GS :
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
Select justification
Select paper sensor(s) to output paper-end
signals
Select paper sensor(s) to stop printing
Enable/disable panel buttons
Print and feed n lines
Generate pulse
Select character code table
Turn upside-down printing mode on/off
Select character size
Set absolute vertical print position in page mode
Execute test print
Start/end macro definition
PRINTPOSITIONCOMMANDS
PAPERSENSORCOMMANDS
PAPERSENSORCOMMANDS
PANELBUTTONCOMMAND
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
MISCELLANEOUSCOMMANDS
MACROFUNCTIONCOMMANDS
GS B
GS H
GS I
GS L
GS P
GS V
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
Turn white/black reverse printing mode on/off
Select printing position of HRI characters
Transmit printer ID
Set left margin
Set horizontal and vertical motion units
Select cut mode and cut paper
Paper rollTM-T88III supported commands
CHARACTERCOMMANDS
BARCODECOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
MISCELLANEOUSCOMMANDS
MECHANISMCONTROLCOMMANDS
Ver. 10.01p. 17
CONFIDENTIAL
CommandClassificationNameFunction type
GS W
GS \
GS ^
GS a
GS b
GS f
GS h
GS k
GS r
GS w
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Set printing area width
Set relative vertical print position in page mode
Execute macro
Enable/disable Automatic Status Back (ASB)
Turn smoothing mode on/off
Select font for HRI characters
Set bar code height
Print bar code
Transmit status
Set bar code width
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
MACROFUNCTIONCOMMANDS
STATUSCOMMANDS
CHARACTERCOMMANDS
BARCODECOMMANDS
BARCODECOMMANDS
BARCODECOMMANDS
STATUSCOMMANDS
BARCODECOMMANDS
Paper rollTM-T88III supported commands
Ver. 10.01p. 18
CONFIDENTIAL
The following commands are supported only by Japanese/Simplified Chinese/Traditional Chinese/Korean supporting models.
CommandClassificationNameFunction type
FS !
FS &
FS ( A
FS –
FS .
FS 2
FS C
FS S
FS W
FS ?
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Set print mode(s) for Kanji characters
Select Kanji character mode
Define character effects of Kanji characters.
Turn underline mode on/off for Kanji characters
Cancel Kanji character mode
Define user-defined Kanji characters
Select Kanji character code system
Set Kanji character spacing
Turn quadruple-size mode on/off for Kanji
characters
Cancel user-defined Kanji characters
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
Paper rollTM-T88III supported commands
Ver. 10.01p. 19
CONFIDENTIAL
TM-U375 supported commands
TM-T90 SUPPORTED COMMANDS
CommandClassificationNameFunction type
HT
LF
FF (in page mode)
CR
CAN
DLE EOT
DLE ENQ
DLE DC4 (fn = 1)
DLE DC4 (fn = 2)
DLE DC4 (fn = 8)
ESC FF
ESC SP
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTINGCOMMAND
SETTINGCOMMAND
Horizontal tab
Print and line feed
Print and return to standard mode
Print and carriage return
Cancel print data in page mode
Real-time status transmission
Real-time request to printer
Generate pulse at real-time
Turn off the power
Clear buffer
Print data in page mode
Set right-side character spacing
PRINTPOSITIONCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
STATUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
ESC !
ESC $
ESC %
ESC &
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Select print mode(s)
Set absolute print position
Select/cancel user-defined character set
Define user-defined characters
Paper rollTM-T90 supported commands
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
Ver. 10.01p. 20
CONFIDENTIAL
CommandClassificationNameFunction type
ESC ✻
ESC –
ESC 2
ESC 3
ESC =
ESC ?
ESC @
ESC D
ESC E
ESC G
ESC J
ESC L
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
Select bit-image mode
Turn underline mode on/off
Select default line spacing
Set line spacing
Select peripheral device
Cancel user-defined characters
Initialize printer
Set horizontal tab positions
Turn emphasized mode on/off
Turn double-strike mode on/off
Print and feed paper
Select page mode
BIT-IMAGECOMMANDS
CHARACTERCOMMANDS
LINESPACINGCOMMANDS
LINESPACINGCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
ESC M
ESC R
ESC S
ESC T
ESC V
ESC W
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Select character font
Select an international character set
Select standard mode
Select print direction in page mode
Turn 90° clockwise rotation mode on/off
Set printing area in page mode
Paper rollTM-T90 supported commands
CHARACTERCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
Ver. 10.01p. 21
CONFIDENTIAL
CommandClassificationNameFunction type
ESC \
ESC a
ESC c 3
ESC c 4
ESC c 5
ESC d
ESC p
ESC t
ESC {
GS !
GS $
GS ( A
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
Set relative print position
Select justification
Select paper sensor(s) to output paper-end
signals
Select paper sensor(s) to stop printing
Enable/disable panel buttons
Print and feed n lines
Generate pulse
Select character code table
Turn upside-down printing mode on/off
Select character size
Set absolute vertical print position in page mode
Execute test print
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
PAPERSENSORCOMMANDS
PAPERSENSORCOMMANDS
PANELBUTTONCOMMAND
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
MISCELLANEOUSCOMMANDS
GS ( C
GS ( D
GS ( E
GS ( K
GS ( L GS 8 L
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTINGCOMMAND
EXECUTING + SETTING
Edit NV user memory
Enable/disable real-time command
User setup commands
Select printing control
Specify graphics data
Paper rollTM-T90 supported commands
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
BIT-IMAGECOMMANDS
Ver. 10.01p. 22
CONFIDENTIAL
CommandClassificationNameFunction type
GS ( M
GS ( N
GS ( k
GS :
GS B
GS H
GS I
GS L
GS P
GS T
GS V
GS W
EXECUTING + SETTING
SETTINGCOMMAND
EXECUTING + SETTING
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Customize printer control value(s)
Select character effects
Specify and print the symbol
Start/end macro definition
Turn white/black reverse printing mode on/off
Select printing position of HRI characters
Transmit printer ID
Set left margin
Set horizontal and vertical motion units
Set print position to the beginning of print line
Select cut mode and cut paper
Set printing area width
CUSTOMIZECOMMANDS
CHARACTERCOMMANDS
TWODIMENSIONCODECOMMANDS
MACROFUNCTIONCOMMANDS
CHARACTERCOMMANDS
BARCODECOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
MECHANISMCONTROLCOMMANDS
PRINTPOSITIONCOMMANDS
GS \
GS ^
GS a
GS b
GS f
GS g 0
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Set relative vertical print position in page mode
Execute macro
Enable/disable Automatic Status Back (ASB)
Turn smoothing mode on/off
Select font for HRI characters
Initialize maintenance counter
Paper rollTM-T90 supported commands
PRINTPOSITIONCOMMANDS
MACROFUNCTIONCOMMANDS
STATUSCOMMANDS
CHARACTERCOMMANDS
BARCODECOMMANDS
MISCELLANEOUSCOMMANDS
Ver. 10.01p. 23
CONFIDENTIAL
CommandClassificationNameFunction type
GS g 2
GS h
GS k
GS r
GS w
EXECUTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Transmit maintenance counter
Set bar code height
Print bar code
Transmit status
Set bar code width
MISCELLANEOUSCOMMANDS
BARCODECOMMANDS
BARCODECOMMANDS
STATUSCOMMANDS
BARCODECOMMANDS
Paper rollTM-T90 supported commands
Ver. 10.01p. 24
CONFIDENTIAL
The following commands are supported only by Japanese/Simplified Chinese/Traditional Chinese/Korean supporting models.
CommandClassificationNameFunction type
FS !
FS &
FS ( A
FS –
FS .
FS 2
FS C
FS S
FS W
FS ?
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Set print mode(s) for Kanji characters
Select Kanji character mode
Define character effects of Kanji characters.
Turn underline mode on/off for Kanji characters
Cancel Kanji character mode
Define user-defined Kanji characters
Select Kanji character code system
Set Kanji character spacing
Turn quadruple-size mode on/off for Kanji
characters
Cancel user-defined Kanji characters
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
Paper rollTM-T90 supported commands
Ver. 10.01p. 25
CONFIDENTIAL
TM-U375 supported commands
TM-L60II SUPPORTED COMMANDS
CommandClassificationNameFunction type
HT
LF
FF (in page mode)
FF (on label)
CR
CAN
DLE EOT
ESC FF
ESC SP
ESC !
ESC $
ESC %
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Horizontal tab
Print and line feed
Print and return to standard mode
Print and feed label to print starting position
(on label)
Print and carriage return
Cancel print data in page mode
Real-time status transmission
Print data in page mode
Set right-side character spacing
Select print mode(s)
Set absolute print position
Select/cancel user-defined character set
PRINTPOSITIONCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
STATUSCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
ESC &
ESC ✻
ESC –
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Define user-defined characters
Select bit-image mode
Turn underline mode on/off
Paper rollTM-L60II supported commands
CHARACTERCOMMANDS
BIT-IMAGECOMMANDS
CHARACTERCOMMANDS
Ver. 10.01p. 26
CONFIDENTIAL
CommandClassificationNameFunction type
ESC 2
ESC 3
ESC =
ESC ?
ESC @
ESC D
ESC E
ESC G
ESC J
ESC L
ESC R
ESC S
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
Select default line spacing
Set line spacing
Select peripheral device
Cancel user-defined characters
Initialize printer
Set horizontal tab positions
Turn emphasized mode on/off
Turn double-strike mode on/off
Print and feed paper
Select page mode
Select an international character set
Select standard mode
LINESPACINGCOMMANDS
LINESPACINGCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
ESC T
ESC V
ESC W
ESC \
ESC a
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Select print direction in page mode
Turn 90° clockwise rotation mode on/off
Set printing area in page mode
Set relative print position
Select justification
Paper rollTM-L60II supported commands
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
Ver. 10.01p. 27
CONFIDENTIAL
CommandClassificationNameFunction type
ESC c 3
ESC c 4
ESC c 5
ESC d
ESC p
ESC t
ESC {
GS FF
GS !
GS $
GS :
GS B
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
Select paper sensor(s) to output paper-end
signals
Select paper sensor(s) to stop printing
Enable/disable panel buttons
Print and feed n lines
Generate pulse
Select character code table
Turn upside-down printing mode on/off
Print and eject label
Select character size
Set absolute vertical print position in page mode
Start/end macro definition
Turn white/black reverse printing mode on/off
PAPERSENSORCOMMANDS
PAPERSENSORCOMMANDS
PANELBUTTONCOMMAND
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
MACROFUNCTIONCOMMANDS
CHARACTERCOMMANDS
GS H
GS I
GS L
GS P
GS W
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Select printing position of HRI characters
Transmit printer ID
Set left margin
Set horizontal and vertical motion units
Set printing area width
Paper rollTM-L60II supported commands
BARCODECOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
Ver. 10.01p. 28
CONFIDENTIAL
CommandClassificationNameFunction type
GS \
GS ^
GS a
GS b
GS f
GS h
GS k
GS r
GS w
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Set relative vertical print position in page mode
Execute macro
Enable/disable Automatic Status Back (ASB)
Turn smoothing mode on/off
Select font for HRI characters
Set bar code height
Print bar code
Transmit status
Set bar code width
PRINTPOSITIONCOMMANDS
MACROFUNCTIONCOMMANDS
STATUSCOMMANDS
CHARACTERCOMMANDS
BARCODECOMMANDS
BARCODECOMMANDS
BARCODECOMMANDS
STATUSCOMMANDS
BARCODECOMMANDS
Paper rollTM-L60II supported commands
Ver. 10.01p. 29
CONFIDENTIAL
TM-U375 supported commands
TM-L90 SUPPORTED COMMANDS
CommandClassificationNameFunction type
HT
LF
FF (in page mode)
CR
CAN
DLE EOT
DLE ENQ
DLE DC4 (fn = 1)
DLE DC4 (fn = 2)
DLE DC4 (fn = 8)
ESC FF
ESC SP
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTINGCOMMAND
SETTINGCOMMAND
Horizontal tab
Print and line feed
Print and return to standard mode
Print and carriage return
Cancel print data in page mode
Real-time status transmission
Real-time request to printer
Generate pulse at real-time
Turn off the power
Clear buffer
Print data in page mode
Set right-side character spacing
PRINTPOSITIONCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
STATUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
ESC !
ESC $
ESC %
ESC &
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Select print mode(s)
Set absolute print position
Select/cancel user-defined character set
Define user-defined characters
Paper rollTM-L90 supported commands
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
Ver. 10.01p. 30
CONFIDENTIAL
CommandClassificationNameFunction type
ESC ✻
ESC –
ESC 2
ESC 3
ESC =
ESC ?
ESC @
ESC D
ESC E
ESC G
ESC J
ESC L
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
Select bit-image mode
Turn underline mode on/off
Select default line spacing
Set line spacing
Select peripheral device
Cancel user-defined characters
Initialize printer
Set horizontal tab positions
Turn emphasized mode on/off
Turn double-strike mode on/off
Print and feed paper
Select page mode
BIT-IMAGECOMMANDS
CHARACTERCOMMANDS
LINESPACINGCOMMANDS
LINESPACINGCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
ESC M
ESC R
ESC S
ESC T
ESC V
ESC W
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Select character font
Select an international character set
Select standard mode
Select print direction in page mode
Turn 90° clockwise rotation mode on/off
Set printing area in page mode
Paper rollTM-L90 supported commands
CHARACTERCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
Ver. 10.01p. 31
CONFIDENTIAL
CommandClassificationNameFunction type
ESC \
ESC a
ESC c 3
ESC c 4
ESC c 5
ESC d
ESC p
ESC t
ESC {
FS ( L
GS !
GS $
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
EXECUTINGCOMMAND
Set relative print position
Select justification
Select paper sensor(s) to output paper-end
signals
Select paper sensor(s) to stop printing
Enable/disable panel buttons
Print and feed n lines
Generate pulse
Select character code table
Turn upside-down printing mode on/off
Control of the label paper / black mark paper
Select character size
Set absolute vertical print position in page mode
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
PAPERSENSORCOMMANDS
PAPERSENSORCOMMANDS
PANELBUTTONCOMMAND
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTINGPAPERCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
GS ( A
GS ( C
GS ( D
GS ( E
GS ( K
EXECUTINGCOMMAND
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTINGCOMMAND
Execute test print
Edit NV user memory
Enable/disable real-time command
User setup commands
Select printing control
Paper rollTM-L90 supported commands
MISCELLANEOUSCOMMANDS
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
Ver. 10.01p. 32
CONFIDENTIAL
CommandClassificationNameFunction type
GS ( L GS 8 L
GS ( M
GS ( N
GS ( k
GS :
GS B
GS H
GS I
GS L
GS P
GS T
GS V
EXECUTING + SETTING
EXECUTING + SETTING
SETTINGCOMMAND
EXECUTING + SETTING
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
Specify graphics data
Customize printer control value(s)
Select character effects
Specify and print the symbol
Start/end macro definition
Turn white/black reverse printing mode on/off
Select printing position of HRI characters
Transmit printer ID
Set left margin
Set horizontal and vertical motion units
Set print position to the beginning of print line
Select cut mode and cut paper
BIT-IMAGECOMMANDS
CUSTOMIZECOMMANDS
CHARACTERCOMMANDS
TWODIMENSIONCODECOMMANDS
MACROFUNCTIONCOMMANDS
CHARACTERCOMMANDS
BARCODECOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
MECHANISMCONTROLCOMMANDS
GS W
GS \
GS ^
GS a
GS b
GS f
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
Set printing area width
Set relative vertical print position in page mode
Execute macro
Enable/disable Automatic Status Back (ASB)
Turn smoothing mode on/off
Select font for HRI characters
Paper rollTM-L90 supported commands
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
MACROFUNCTIONCOMMANDS
STATUSCOMMANDS
CHARACTERCOMMANDS
BARCODECOMMANDS
Ver. 10.01p. 33
CONFIDENTIAL
CommandClassificationNameFunction type
GS g 0
GS g 2
GS h
GS k
GS r
GS w
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Initialize maintenance counter
Transmit maintenance counter
Set bar code height
Print bar code
Transmit status
Set bar code width
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
BARCODECOMMANDS
BARCODECOMMANDS
STATUSCOMMANDS
BARCODECOMMANDS
Paper rollTM-L90 supported commands
Ver. 10.01p. 34
CONFIDENTIAL
The following commands are supported only by Japanese/Simplified Chinese/Traditional Chinese/Korean supporting models.
CommandClassificationNameFunction type
FS !
FS &
FS ( A
FS –
FS .
FS 2
FS C
FS S
FS W
FS ?
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Set print mode(s) for Kanji characters
Select Kanji character mode
Define character effects of Kanji characters.
Turn underline mode on/off for Kanji characters
Cancel Kanji character mode
Define user-defined Kanji characters
Select Kanji character code system
Set Kanji character spacing
Turn quadruple-size mode on/off for Kanji
characters
Cancel user-defined Kanji characters
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
Paper rollTM-L90 supported commands
Ver. 10.01p. 35
CONFIDENTIAL
TM-U375 supported commands
TM-J2000/J2100 SUPPORTED COMMANDS
CommandClassificationNameFunction type
HT
LF
FF (in page mode)
CR
CAN
DLE EOT
DLE EOT BEL
DLE ENQ
DLE DC4 (fn = 1)
DLE DC4 (fn = 2)
DLE DC4 (fn = 8)
ESC FF
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTINGCOMMAND
Horizontal tab
Print and line feed
Print and return to standard mode
Print and carriage return
Cancel print data in page mode
Real-time status transmission
Real-time status transmission for ink (The call
name is changed.)
Real-time request to printer
Generate pulse at real-time
Turn off the power
Clear buffer
Print data in page mode
PRINTPOSITIONCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
STATUSCOMMANDS
STATUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTCOMMANDS
ESC SP
ESC !
ESC $
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
Set right-side character spacing
Select print mode(s)
Set absolute print position
Paper rollTM-J2000/J2100 supported commands
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
Ver. 10.01p. 36
CONFIDENTIAL
CommandClassificationNameFunction type
ESC %
ESC &
ESC ✻
ESC –
ESC 2
ESC 3
ESC <
ESC =
ESC ?
ESC @
ESC D
ESC E
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
Select/cancel user-defined character set
Define user-defined characters
Select bit-image mode
Turn underline mode on/off
Select default line spacing
Set line spacing
Return home
Select peripheral device
Cancel user-defined characters
Initialize printer
Set horizontal tab positions
Turn emphasized mode on/off
CHARACTERCOMMANDS
CHARACTERCOMMANDS
BIT-IMAGECOMMANDS
CHARACTERCOMMANDS
LINESPACINGCOMMANDS
LINESPACINGCOMMANDS
MECHANISMCONTROLCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
ESC G
ESC J
ESC L
ESC M
ESC R
ESC S
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
Turn double-strike mode on/off
Print and feed paper
Select page mode
Select character font
Select an international character set
Select standard mode
Paper rollTM-J2000/J2100 supported commands
CHARACTERCOMMANDS
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
Ver. 10.01p. 37
CONFIDENTIAL
CommandClassificationNameFunction type
ESC T
ESC U
ESC V
ESC W
ESC \
ESC a
ESC c 3
ESC c 4
ESC c 5
ESC d
ESC p
ESC r
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Select print direction in page mode
Turn unidirectional printing mode on/off
Turn 90° clockwise rotation mode on/off
Set printing area in page mode
Set relative print position
Select justification
Select paper sensor(s) to output paper-end
signals
Select paper sensor(s) to stop printing
Enable/disable panel buttons
Print and feed n lines
Generate pulse
Select print color
PRINTPOSITIONCOMMANDS
MECHANISMCONTROLCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
PAPERSENSORCOMMANDS
PAPERSENSORCOMMANDS
PANELBUTTONCOMMAND
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
ESC t
ESC {
GS !
GS $
GS ( A
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
Select character code table
Turn upside-down printing mode on/off
Select character size
Set absolute vertical print position in page mode
Execute test print
Paper rollTM-J2000/J2100 supported commands
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
MISCELLANEOUSCOMMANDS
Ver. 10.01p. 38
CONFIDENTIAL
CommandClassificationNameFunction type
GS ( C
GS ( D
GS ( E
GS ( K
GS ( L GS 8 L
GS ( M
GS ( N
GS :
GS B
GS H
GS I
GS L
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTINGCOMMAND
EXECUTING + SETTING
EXECUTING + SETTING
SETTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Edit NV user memory
Enable/disable real-time command
User setup commands
Select printing control
Specify graphics data
Customize printer control value(s)
Select character effects
Start/end macro definition
Turn white/black reverse printing mode on/off
Select printing position of HRI characters
Transmit printer ID
Set left margin
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
BIT-IMAGECOMMANDS
CUSTOMIZECOMMANDS
CHARACTERCOMMANDS
MACROFUNCTIONCOMMANDS
CHARACTERCOMMANDS
BARCODECOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
GS P
GS T
GS V
GS W
GS \
GS ^
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
Set horizontal and vertical motion units
Set print position to the beginning of print line
Select cut mode and cut paper
Set printing area width
Set relative vertical print position in page mode
Execute macro
Paper rollTM-J2000/J2100 supported commands
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
MECHANISMCONTROLCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
MACROFUNCTIONCOMMANDS
Ver. 10.01p. 39
CONFIDENTIAL
CommandClassificationNameFunction type
GS a
GS b
GS f
GS g 0
GS g 2
GS h
GS j
GS k
GS r
GS w
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Enable/disable Automatic Status Back (ASB)
Turn smoothing mode on/off
Select font for HRI characters
Initialize maintenance counter
Transmit maintenance counter
Set bar code height
Enable/disable Ink Automatic Status Back (ASB)
Print bar code
Transmit status
Set bar code width
STATUSCOMMANDS
CHARACTERCOMMANDS
BARCODECOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
BARCODECOMMANDS
STATUSCOMMANDS
BARCODECOMMANDS
STATUSCOMMANDS
BARCODECOMMANDS
Paper rollTM-J2000/J2100 supported commands
Ver. 10.01p. 40
CONFIDENTIAL
The following commands are supported only by Japanese/Simplified Chinese/Traditional Chinese/Korean supporting models.
CommandClassificationNameFunction type
FS !
FS &
FS ( A
FS –
FS .
FS 2
FS C
FS S
FS W
FS ?
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Set print mode(s) for Kanji characters
Select Kanji character mode
Define character effects of Kanji characters.
Turn underline mode on/off for Kanji characters
Cancel Kanji character mode
Define user-defined Kanji characters
Select Kanji character code system
Set Kanji character spacing
Turn quadruple-size mode on/off for Kanji
characters
Cancel user-defined Kanji characters
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
Paper rollTM-J2000/J2100 supported commands
Ver. 10.01p. 41
CONFIDENTIAL
TM-U375 supported commands
TM-U210 SUPPORTED COMMANDS
CommandClassificationNameFunction type
HT
LF
CR
DLE EOT
DLE ENQ
ESC SP
ESC !
ESC %
ESC &
ESC ✻
ESC –
ESC 2
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Horizontal tab
Print and line feed
Print and carriage return
Real-time status transmission
Real-time request to printer
Set right-side character spacing
Select print mode(s)
Select/cancel user-defined character set
Define user-defined characters
Select bit-image mode
Turn underline mode on/off
Select default line spacing
PRINTPOSITIONCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
STATUSCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
BIT-IMAGECOMMANDS
CHARACTERCOMMANDS
LINESPACINGCOMMANDS
ESC 3
ESC <
ESC =
ESC ?
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Set line spacing
Return home
Select peripheral device
Cancel user-defined characters
Paper rollTM-U210 supported commands
LINESPACINGCOMMANDS
MECHANISMCONTROLCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
Ver. 10.01p. 42
CONFIDENTIAL
CommandClassificationNameFunction type
ESC @
ESC D
ESC E
ESC G
ESC J
ESC K
ESC R
ESC U
ESC a
ESC c 3
ESC c 4
ESC c 5
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Initialize printer
Set horizontal tab positions
Turn emphasized mode on/off
Turn double-strike mode on/off
Print and feed paper
Print and reverse feed
Select an international character set
Turn unidirectional printing mode on/off
Select justification
Select paper sensor(s) to output paper-end
signals
Select paper sensor(s) to stop printing
Enable/disable panel buttons
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
MECHANISMCONTROLCOMMANDS
PRINTPOSITIONCOMMANDS
PAPERSENSORCOMMANDS
PAPERSENSORCOMMANDS
PANELBUTTONCOMMAND
ESC d
ESC e
ESC p
ESC r
ESC t
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Print and feed n lines
Print and reverse feed n lines
Generate pulse
Select print color
Select character code table
Paper rollTM-U210 supported commands
PRINTCOMMANDS
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
Ver. 10.01p. 43
CONFIDENTIAL
CommandClassificationNameFunction type
ESC {
GS ( A
GS I
GS V
GS a
GS r
GS z 0
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
EXECUTINGCOMMAND
SETTINGCOMMAND
Turn upside-down printing mode on/off
Execute test print
Transmit printer ID
Select cut mode and cut paper
Enable/disable Automatic Status Back (ASB)
Transmit status
Set online recovery wait time
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MECHANISMCONTROLCOMMANDS
STATUSCOMMANDS
STATUSCOMMANDS
MISCELLANEOUSCOMMANDS
Paper rollTM-U210 supported commands
Ver. 10.01p. 44
CONFIDENTIAL
The following commands are supported only by Japanese/Simplified Chinese/Traditional Chinese/Korean supporting models.
CommandClassificationNameFunction type
FS !
FS &
FS ( A
FS –
FS .
FS 2
FS C
FS S
FS W
FS ?
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Set print mode(s) for Kanji characters
Select Kanji character mode
Define character effects of Kanji characters.
Turn underline mode on/off for Kanji characters
Cancel Kanji character mode
Define user-defined Kanji characters
Select Kanji character code system
Set Kanji character spacing
Turn quadruple-size mode on/off for Kanji
characters
Cancel user-defined Kanji characters
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
Paper rollTM-U210 supported commands
Ver. 10.01p. 45
CONFIDENTIAL
TM-U220 SUPPORTED COMMANDS
CommandClassificationNameFunction type
HT
LF
CR
DLE EOT
DLE ENQ
DLE DC4 (fn = 1)
ESC SP
ESC !
ESC %
ESC &
ESC ( A
ESC ✻
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTING + SETTING
EXECUTINGCOMMAND
Horizontal tab
Print and line feed
Print and carriage return
Real-time status transmission
Real-time request to printer
Generate pulse at real-time
Set right-side character spacing
Select print mode(s)
Select/cancel user-defined character set
Define user-defined characters
Control of the beeper
Select bit-image mode
PRINTPOSITIONCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
STATUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
BIT-IMAGECOMMANDS
ESC –
ESC 2
ESC 3
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Turn underline mode on/off
Select default line spacing
Set line spacing
Paper rollTM-U220 supported commands
CHARACTERCOMMANDS
LINESPACINGCOMMANDS
LINESPACINGCOMMANDS
Ver. 10.01p. 46
CONFIDENTIAL
CommandClassificationNameFunction type
ESC <
ESC =
ESC ?
ESC @
ESC D
ESC E
ESC G
ESC J
ESC K
ESC M
ESC R
ESC U
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Return home
Select peripheral device
Cancel user-defined characters
Initialize printer
Set horizontal tab positions
Turn emphasized mode on/off
Turn double-strike mode on/off
Print and feed paper
Print and reverse feed
Select character font
Select an international character set
Turn unidirectional printing mode on/off
MECHANISMCONTROLCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
MECHANISMCONTROLCOMMANDS
ESC a
ESC c 3
SETTINGCOMMAND
SETTINGCOMMAND
Select justification
Select paper sensor(s) to output paper-end
signals
ESC c 4
ESC c 5
ESC d
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
Select paper sensor(s) to stop printing
Enable/disable panel buttons
Print and feed n lines
Paper rollTM-U220 supported commands
PRINTPOSITIONCOMMANDS
PAPERSENSORCOMMANDS
PAPERSENSORCOMMANDS
PANELBUTTONCOMMAND
PRINTCOMMANDS
Ver. 10.01p. 47
CONFIDENTIAL
CommandClassificationNameFunction type
ESC e
ESC i
ESC m
ESC p
ESC r
ESC t
ESC u
ESC v
ESC {
FS !
FS &
FS –
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Print and reverse feed n lines
Partial cut (one point left uncut)
Partial cut (three points left uncut)
Generate pulse
Select print color
Select character code table
Transmit peripheral device status
Transmit paper sensor status
Turn upside-down printing mode on/off
Set print mode(s) for Kanji characters
Select Kanji character mode
Turn underline mode on/off for Kanji characters
PRINTCOMMANDS
MECHANISMCONTROLCOMMANDS
MECHANISMCONTROLCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
STATUSCOMMANDS
STATUSCOMMANDS
CHARACTERCOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
FS .
FS 2
FS C
FS S
FS W
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Cancel Kanji character mode
Define user-defined Kanji characters
Select Kanji character code system
Set Kanji character spacing
Turn quadruple-size mode on/off for Kanji
characters
Paper rollTM-U220 supported commands
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
Ver. 10.01p. 48
CONFIDENTIAL
CommandClassificationNameFunction type
FS ?
FS p
FS q
GS ( A
GS ( C
GS ( D
GS ( E
GS I
GS V
GS a
GS r
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
EXECUTINGCOMMAND
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTING + SETTING
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
EXECUTINGCOMMAND
Cancel user-defined Kanji characters
Print NV bit image
Define NV bit image
Execute test print
Edit NV user memory
Enable/disable real-time command
User setup commands
Transmit printer ID
Select cut mode and cut paper
Enable/disable Automatic Status Back (ASB)
Transmit status
KANJICOMMANDS
BIT-IMAGECOMMANDS
BIT-IMAGECOMMANDS
MISCELLANEOUSCOMMANDS
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
MECHANISMCONTROLCOMMANDS
STATUSCOMMANDS
STATUSCOMMANDS
Paper rollTM-U220 supported commands
Ver. 10.01p. 49
CONFIDENTIAL
TM-U375 supported commands
TM-U230 SUPPORTED COMMANDS
CommandClassificationNameFunction type
HT
LF
CR
DLE EOT
DLE ENQ
ESC SP
ESC !
ESC %
ESC &
ESC ( A
ESC ✻
ESC –
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTING + SETTING
EXECUTINGCOMMAND
SETTINGCOMMAND
Horizontal tab
Print and line feed
Print and carriage return
Real-time status transmission
Real-time request to printer
Set right-side character spacing
Select print mode(s)
Select/cancel user-defined character set
Define user-defined characters
Control of the beeper
Select bit-image mode
Turn underline mode on/off
PRINTPOSITIONCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
STATUSCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
BIT-IMAGECOMMANDS
CHARACTERCOMMANDS
ESC 2
ESC 3
ESC <
ESC =
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Select default line spacing
Set line spacing
Return home
Select peripheral device
Paper rollTM-U230 supported commands
LINESPACINGCOMMANDS
LINESPACINGCOMMANDS
MECHANISMCONTROLCOMMANDS
MISCELLANEOUSCOMMANDS
Ver. 10.01p. 50
CONFIDENTIAL
CommandClassificationNameFunction type
ESC ?
ESC @
ESC D
ESC E
ESC G
ESC J
ESC K
ESC R
ESC U
ESC a
ESC c 3
ESC c 4
SETTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Cancel user-defined characters
Initialize printer
Set horizontal tab positions
Turn emphasized mode on/off
Turn double-strike mode on/off
Print and feed paper
Print and reverse feed
Select an international character set
Turn unidirectional printing mode on/off
Select justification
Select paper sensor(s) to output paper-end
signals
Select paper sensor(s) to stop printing
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
MECHANISMCONTROLCOMMANDS
PRINTPOSITIONCOMMANDS
PAPERSENSORCOMMANDS
PAPERSENSORCOMMANDS
ESC c 5
ESC d
ESC e
ESC p
ESC r
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Enable/disable panel buttons
Print and feed n lines
Print and reverse feed n lines
Generate pulse
Select print color
Paper rollTM-U230 supported commands
PANELBUTTONCOMMAND
PRINTCOMMANDS
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
Ver. 10.01p. 51
CONFIDENTIAL
CommandClassificationNameFunction type
ESC t
ESC {
GS ( A
GS I
GS V
GS a
GS r
GS z 0
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
EXECUTINGCOMMAND
SETTINGCOMMAND
Select character code table
Turn upside-down printing mode on/off
Execute test print
Transmit printer ID
Select cut mode and cut paper
Enable/disable Automatic Status Back (ASB)
Transmit status
Set online recovery wait time
CHARACTERCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MECHANISMCONTROLCOMMANDS
STATUSCOMMANDS
STATUSCOMMANDS
MISCELLANEOUSCOMMANDS
Paper rollTM-U230 supported commands
Ver. 10.01p. 52
CONFIDENTIAL
TM-U375 supported commands
TM-U300A/B SUPPORTED COMMANDS
CommandClassificationNameFunction type
HT
LF
CR
ESC SP
ESC !
ESC %
ESC &
ESC ✻
ESC 2
ESC 3
ESC <
ESC @
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
Horizontal tab
Print and line feed
Print and carriage return
Set right-side character spacing
Select print mode(s)
Select/cancel user-defined character set
Define user-defined characters
Select bit-image mode
Select default line spacing
Set line spacing
Return home
Initialize printer
PRINTPOSITIONCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
BIT-IMAGECOMMANDS
LINESPACINGCOMMANDS
LINESPACINGCOMMANDS
MECHANISMCONTROLCOMMANDS
MISCELLANEOUSCOMMANDS
ESC D
ESC E
ESC G
ESC J
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
Set horizontal tab positions
Turn emphasized mode on/off
Turn double-strike mode on/off
Print and feed paper
Paper rollTM-U300A/B supported commands
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTCOMMANDS
Ver. 10.01p. 53
CONFIDENTIAL
CommandClassificationNameFunction type
ESC K
ESC R
ESC U
ESC c 3
ESC c 4
ESC c 5
ESC d
ESC e
ESC i
ESC m
ESC p
ESC r
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Print and reverse feed
Select an international character set
Turn unidirectional printing mode on/off
Select paper sensor(s) to output paper-end
signals
Select paper sensor(s) to stop printing
Enable/disable panel buttons
Print and feed n lines
Print and reverse feed n lines
Partial cut (one point left uncut)
Partial cut (three points left uncut)
Generate pulse
Select print color
PRINTCOMMANDS
CHARACTERCOMMANDS
MECHANISMCONTROLCOMMANDS
PAPERSENSORCOMMANDS
PAPERSENSORCOMMANDS
PANELBUTTONCOMMAND
PRINTCOMMANDS
PRINTCOMMANDS
MECHANISMCONTROLCOMMANDS
MECHANISMCONTROLCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
ESC t
ESC u
ESC v
ESC {
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Select character code table
Transmit peripheral device status
Transmit paper sensor status
Turn upside-down printing mode on/off
Paper rollTM-U300A/B supported commands
CHARACTERCOMMANDS
STATUSCOMMANDS
STATUSCOMMANDS
CHARACTERCOMMANDS
Ver. 10.01p. 54
CONFIDENTIAL
The following commands are supported only by Japanese/Simplified Chinese/Traditional Chinese/Korean supporting models.
CommandClassificationNameFunction type
FS !
FS &
FS ( A
FS –
FS .
FS 2
FS C
FS S
FS W
FS ?
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Set print mode(s) for Kanji characters
Select Kanji character mode
Define character effects of Kanji characters.
Turn underline mode on/off for Kanji characters
Cancel Kanji character mode
Define user-defined Kanji characters
Select Kanji character code system
Set Kanji character spacing
Turn quadruple-size mode on/off for Kanji
characters
Cancel user-defined Kanji characters
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
Paper rollTM-U300A/B supported commands
Ver. 10.01p. 55
CONFIDENTIAL
TM-P60 supported commands
TM-P60 SUPPORTED COMMANDS
CommandClassificationNameFunction type
HT
LF
FF (in page mode)
CAN
DLE EOT
DLE ENQ
DLE DC4 (fn = 2)
DLE DC4 (fn = 7)
DLE DC4 (fn = 8)
ESC FF
ESC SP
ESC $
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
Horizontal tab
Print and line feed
Print and return to standard mode (in page
mode)
Cancel print data in page mode
Transmit real-time status
Send real-time request to printer
Execute power-off sequence
Transmit specified status in real-time
Clear buffer (s)
Print data in page mode
Set right-side character spacing
Set absolute print position
PRINTPOSITIONCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
STATUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
ESC ( A
ESC –
EXECUTING + SETTING
SETTINGCOMMAND
Control beeper tones
Turn underline mode on/off
ESC 3
SETTINGCOMMAND
Set line spacing
Paper rollTM-P60 supported commands
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
LINESPACINGCOMMANDS
Ver. 10.01p. 56
CONFIDENTIAL
CommandClassificationNameFunction type
ESC =
ESC @
ESC D
ESC E
ESC J
ESC L
ESC M
ESC R
ESC S
ESC T
ESC W
ESC \
SETTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
Select peripheral device
Initialize printer
Set horizontal tab positions
Turn emphasized mode on/off
Print and feed paper
Select page mode
Select character font
Select an international character set
Select standard mode
Select print direction in page mode
Set print area in page mode
Set relative print position
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
PRINTCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
ESC a
ESC c 5
ESC d
ESC t
ESC {
GS !
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
Select justification
Enable/disable panel buttons
Print and feed n lines
Select character code table
Turn upside-down print mode on/off
Select character size
Paper rollTM-P60 supported commands
PRINTPOSITIONCOMMANDS
PANELBUTTONCOMMAND
PRINTCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
Ver. 10.01p. 57
CONFIDENTIAL
CommandClassificationNameFunction type
GS $
GS ( C
GS ( D
GS ( E
GS ( H
GS ( L GS 8 L
GS ( M
GS ( K
GS B
GS H
GS I
GS L
EXECUTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
EXECUTING + SETTING
EXECUTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Set absolute vertical print position in page mode
Edit NV user memory
Enable/disable real-time command
Set user setup commands
Require response transmission
Set graphics data
Customize printer control value(s)
Select print control method(s)
Turn white/black reverse print mode on/off
Select print position of HRI characters
Transmit printer ID
Set left margin
PRINTPOSITIONCOMMANDS
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
BIT-IMAGECOMMANDS
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
BARCODECOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
GS V
GS W
GS \
GS a
GS b
GS f
EXECUTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTING + SETTING
SETTINGCOMMAND
SETTINGCOMMAND
Select cut mode and cut paper
Set print area width
Set relative vertical print position in page mode
Enable/disable Automatic Status Back (ASB)
Turn smoothing mode on/off
Select font for HRI characters
Paper rollTM-P60 supported commands
MECHANISMCONTROLCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
STATUSCOMMANDS
CHARACTERCOMMANDS
BARCODECOMMANDS
Ver. 10.01p. 58
CONFIDENTIAL
CommandClassificationNameFunction type
GS g 0
GS g 2
GS h
GS k
GS r
GS w
SETTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
EXECUTINGCOMMAND
EXECUTINGCOMMAND
SETTINGCOMMAND
Initialize maintenance counter
Transmit maintenance counter
Set bar code height
Print bar code
Transmit status
Set bar code width
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
BARCODECOMMANDS
BARCODECOMMANDS
STATUSCOMMANDS
BARCODECOMMANDS
Paper rollTM-P60 supported commands
Ver. 10.01p. 59
CONFIDENTIAL
Commands in alphanumeric order
COMMANDS IN ALPHANUMERIC ORDER
In this table, click any name to see the command description with program examples and print samples.
The print samples are images of the printing results of the program examples; they do not represent actual printing.
CommandNameFunction type
HT
LF
FF (in page mode)
FF (on label)
*
*
CR
CAN
DLE EOT
DLE ENQ
DLE DC4 (fn = 1)
DLE DC4 (fn = 2)
DLE DC4 (fn = 7)
DLE DC4 (fn = 8)
Horizontal tab
Print and line feed
Print and return to standard mode
Print and feed label to print starting position (on label)
Print and carriage return
Cancel print data in page mode
Real-time status transmission
Real-time request to printer
Generate pulse at real-time
Turn off the power
Transmit specified status in real time
Clear buffer
PRINTPOSITIONCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
CHARACTERCOMMANDS
STATUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
ESC FF
ESC SP
Print data in page mode
Set right-side character spacing
Paper rollCommands in alphanumeric order
PRINTCOMMANDS
CHARACTERCOMMANDS
* obsolete command
* obsolete command
Ver. 10.01p. 60
CONFIDENTIAL
CommandNameFunction type
ESC !
ESC $
ESC %
ESC &
ESC ( A
ESC
*
ESC –
ESC 2
ESC 3
ESC <
ESC =
ESC ?
Select print mode(s)
Set absolute print position
Select/cancel user-defined character set
Define user-defined characters
Control of the beeper
Select bit-image mode
Turn underline mode on/off
Select default line spacing
Set line spacing
Return home
Select peripheral device
Cancel user-defined characters
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
BIT-IMAGECOMMANDS
CHARACTERCOMMANDS
LINESPACINGCOMMANDS
LINESPACINGCOMMANDS
MECHANISMCONTROLCOMMANDS
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
ESC @
ESC D
ESC E
ESC G
ESC J
ESC K
Initialize printer
Set horizontal tab positions
Turn emphasized mode on/off
Turn double-strike mode on/off
Print and feed paper
Print and reverse feed
Paper rollCommands in alphanumeric order
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
PRINTCOMMANDS
PRINTCOMMANDS
Ver. 10.01p. 61
CONFIDENTIAL
CommandNameFunction type
ESC L
ESC M
ESC R
ESC S
ESC T
ESC U
ESC V
ESC W
ESC \
ESC a
ESC c 3
ESC c 4
Select page mode
Select character font
Select an international character set
Select standard mode
Select print direction in page mode
Turn unidirectional printing mode on/off
Turn 90° clockwise rotation mode on/off
Set printing area in page mode
Set relative print position
Select justification
Select paper sensor(s) to output paper-end signals
Select paper sensor(s) to stop printing
MISCELLANEOUSCOMMANDS
CHARACTERCOMMANDS
CHARACTERCOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
MECHANISMCONTROLCOMMANDS
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
PAPERSENSORCOMMANDS
PAPERSENSORCOMMANDS
ESC c 5
ESC d
ESC e
ESC i
*
*
ESC m
*
*
ESC p
Enable/disable panel buttons
Print and feed n lines
Print and reverse feed n lines
Partial cut (one point left uncut)
Partial cut (three points left uncut)
Generate pulse
Paper rollCommands in alphanumeric order
PANELBUTTONCOMMAND
PRINTCOMMANDS
PRINTCOMMANDS
MECHANISMCONTROLCOMMANDS
MECHANISMCONTROLCOMMANDS
MISCELLANEOUSCOMMANDS
* obsolete command
* obsolete command
Ver. 10.01p. 62
CONFIDENTIAL
CommandNameFunction type
ESC r
ESC t
ESC u
*
*
ESC v
*
*
ESC {
FS !
FS &
FS ( A
FS ( L
FS –
FS .
FS 2
Select print color
Select character code table
Transmit peripheral device status
Transmit paper sensor status
Turn upside-down printing mode on/off
Set print mode(s) for Kanji characters
Select Kanji character mode
Define character effects of Kanji characters.
Control of the label paper / black mark paper
Turn underline mode on/off for Kanji characters
Cancel Kanji character mode
Define user-defined Kanji characters
CHARACTERCOMMANDS
CHARACTERCOMMANDS
STATUSCOMMANDS
STATUSCOMMANDS
CHARACTERCOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
PRINTINGPAPERCOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
FS C
FS S
FS W
FS ?
FS g 1
*
*
FS g 2
*
*
Select Kanji character code system
Set Kanji character spacing
Turn quadruple-size mode on/off for Kanji characters
Cancel user-defined Kanji characters
Write to NV user memory
Read from NV user memory
Paper rollCommands in alphanumeric order
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
CUSTOMIZECOMMANDS
CUSTOMIZECOMMANDS
* obsolete command
* obsolete command
Ver. 10.01p. 63
CONFIDENTIAL
CommandNameFunction type
FS p
*
*
FS q
*
*
GS FF
*
*
Print NV bit image
Define NV bit image
Print and eject label
BIT-IMAGECOMMANDS
BIT-IMAGECOMMANDS
PRINTCOMMANDS
GS !
GS $
GS ( A
GS ( C
GS ( D
GS ( E
GS ( H
GS ( K
GS ( L GS 8 L
GS ( M
GS ( N
GS ( k
Select character size
Set absolute vertical print position in page mode
Execute test print
Edit NV user memory
Enable/disable real-time command
User setup commands
Require response transmission
Select printing control
Specify graphics data
Customize printer control value(s)
Select character effects
Specify and print the symbol
CHARACTERCOMMANDS
PRINTPOSITIONCOMMANDS
MISCELLANEOUSCOMMANDS
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
CUSTOMIZECOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
BIT-IMAGECOMMANDS
CUSTOMIZECOMMANDS
CHARACTERCOMMANDS
TWODIMENSIONCODECOMMANDS
GS
*
*
GS /
*
*
GS :
GS <
*
*
*
Define downloaded bit image
Print downloaded bit image
Start/end macro definition
Initialize printer mechanism
Paper rollCommands in alphanumeric order
BIT-IMAGECOMMANDS
BIT-IMAGECOMMANDS
MACROFUNCTIONCOMMANDS
MISCELLANEOUSCOMMANDS
* obsolete command
* obsolete command
Ver. 10.01p. 64
CONFIDENTIAL
CommandNameFunction type
GS A
*
*
Adjust label print starting position
MISCELLANEOUSCOMMANDS
GS B
GS C 0
*
*
GS C 1
*
*
GS C 2
*
*
GS C ;
*
*
GS E
*
*
GS H
GS I
GS L
GS P
GS Q 0
*
*
GS T
Turn white/black reverse printing mode on/off
Select counter print mode
Select count mode (A)
Select counter print mode
Select counter mode (B)
Select head control method
Select printing position of HRI characters
Transmit printer ID
Set left margin
Set horizontal and vertical motion units
Print variable vertical size bit image
Set print position to the beginning of print line
CHARACTERCOMMANDS
COUNTERPRINTINGCOMMANDS
COUNTERPRINTINGCOMMANDS
COUNTERPRINTINGCOMMANDS
COUNTERPRINTINGCOMMANDS
MISCELLANEOUSCOMMANDS
BARCODECOMMANDS
MISCELLANEOUSCOMMANDS
PRINTPOSITIONCOMMANDS
MISCELLANEOUSCOMMANDS
BIT-IMAGECOMMANDS
PRINTPOSITIONCOMMANDS
GS V
GS W
GS \
GS ^
GS a
Select cut mode and cut paper
Set printing area width
Set relative vertical print position in page mode
Execute macro
Enable/disable Automatic Status Back (ASB)
Paper rollCommands in alphanumeric order
MECHANISMCONTROLCOMMANDS
PRINTPOSITIONCOMMANDS
PRINTPOSITIONCOMMANDS
MACROFUNCTIONCOMMANDS
STATUSCOMMANDS
* obsolete command
* obsolete command
Ver. 10.01p. 65
CONFIDENTIAL
CommandNameFunction type
GS b
GS c
*
*
GS f
GS g 0
GS g 2
GS h
GS j
GS k
GS r
GS v 0
*
*
GS w
GS z 0
Turn smoothing mode on/off
Print counter
Select font for HRI characters
Initialize maintenance counter
Transmit maintenance counter
Set bar code height
Enable/disable Ink Automatic Status Back (ASB)
Print bar code
Transmit status
Print raster bit image
Set bar code width
Set online recovery wait time
CHARACTERCOMMANDS
COUNTERPRINTINGCOMMANDS
BARCODECOMMANDS
MISCELLANEOUSCOMMANDS
MISCELLANEOUSCOMMANDS
BARCODECOMMANDS
STATUSCOMMANDS
BARCODECOMMANDS
STATUSCOMMANDS
BIT-IMAGECOMMANDS
BARCODECOMMANDS
MISCELLANEOUSCOMMANDS
Paper rollCommands in alphanumeric order
* obsolete command
* obsolete command
Ver. 10.01p. 66
CONFIDENTIAL
The following commands are supported only by Simplified Chinese/Traditional Chinese/Korean/Japanese models.
CommandNameFunction type
FS !
FS &
FS ( A
FS –
FS .
FS 2
FS C
FS S
FS W
FS ?
Set print mode(s) for Kanji characters
Select Kanji character mode
Define character effects of Kanji characters
Turn underline mode on/off for Kanji characters
Cancel Kanji character mode
Define user-defined Kanji characters
Select Kanji character code system
Set Kanji character spacing
Turn quadruple-size mode on/off for Kanji characters
Cancel user-defined Kanji characters
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
KANJICOMMANDS
Paper rollCommands in alphanumeric order
Ver. 10.01p. 67
CONFIDENTIAL
The following commands are obsolete commands and will not be supported by future printer models. More suitable
substitute commands are listed to the right.
CommandNameFunction typeSubstitute command
FF (on label)
ESC i
ESC m
ESC u
ESC v
FS g 1
FS g 2
FS p
Print and feed label to print
starting position (on label)
Partial cut (one point left uncut)
Partial cut (three points left uncut)
Transmit peripheral device status
Transmit paper sensor status
Write to NV user memory
Read from NV user memory
Print NV bit image
PRINTCOMMANDSFS ( L
MECHANISMCONTROLCOMMANDSGS V
MECHANISMCONTROLCOMMANDSGS V
STATUSCOMMANDSGS r
STATUSCOMMANDSGS r
CUSTOMIZECOMMANDSGS ( C
CUSTOMIZECOMMANDSGS ( C
BIT-IMAGECOMMANDSGS ( L GS 8 L
obsolete commands
obsolete commands
FS q
GS FF
GS
*
GS /
GS <
GS A
GS C 0
GS C 1
Define NV bit image
Print and eject label
Define downloaded bit image
Print downloaded bit image
Initialize printer mechanism
Adjust label print starting position
Select counter print mode
Select count mode (A)
Paper rollCommands in alphanumeric order
BIT-IMAGECOMMANDSGS ( L GS 8 L
PRINTCOMMANDSFS ( L
BIT-IMAGECOMMANDSGS ( L GS 8 L
BIT-IMAGECOMMANDSGS ( L GS 8 L
MISCELLANEOUSCOMMANDSGS ( A
MISCELLANEOUSCOMMANDSGS ( E
COUNTERPRINTINGCOMMANDSNONE
COUNTERPRINTINGCOMMANDSNONE
Ver. 10.01p. 68
CONFIDENTIAL
CommandNameFunction typeSubstitute commands
GS C 2
GS C ;
GS E
GS Q 0
GS c
GS v 0
Select counter print mode
Select counter mode (B)
Select head control method
Print variable vertical size bit image
Print counter
Print raster bit image
COUNTERPRINTINGCOMMANDSNONE
COUNTERPRINTINGCOMMANDSNONE
MISCELLANEOUSCOMMANDSGS ( K
BIT-IMAGECOMMANDSGS ( L
COUNTERPRINTINGCOMMANDSNONE
BIT-IMAGECOMMANDSGS ( L
obsolete commands
obsolete commands
Paper rollCommands in alphanumeric order
Ver. 10.01p. 69
CONFIDENTIAL
Commands arranged by function
COMMANDS ARRANGED BY FUNCTION
Click any item to see the commands in that category.
Print commands
Line spacing commands
Character commands
Panel button command
Paper sensor commands
Print position commands
Bit-image commands
Status commands
Bar code commands
Macro function commands
Mechanism control commands
Miscellaneous commands
Kanji commands
Two dimension code commands
Customize commands
Counter printing commands
Printing paper commands
Paper rollCommands arranged by function
Ver. 10.01p. 70
CONFIDENTIAL
Print commands
PRINT COMMANDS
CommandName
LFPrint and line feed
FF (in page mode)Print and return to standard mode (in page mode)
FF (on label)Print and feed label to print starting position (on label)
CRPrint and carriage return
ESC FFPrint data in page mode
ESC JPrint and feed paper
ESC KPrint and reverse feed
ESC dPrint and feed n lines
ESC ePrint and reverse feed n lines
GS FFPrint and eject label
Paper rollPrint commands
Ver. 10.01p. 71
CONFIDENTIAL
Print commands
LF
[Name]Print and line feed
[Format]ASCIILF
Hex0A
Decimal10
[Range]None
[Default]None
[Printers not featuring this command] None
[Description]Prints the data in the print buffer and feeds one line, based on the current line spacing.
[Notes]
■ The amount of paper fed per line is based on the value set using the line spacing command (ESC 2 or
ESC 3).
■ After printing, the print position moves to the beginning of the line. When a left margin is set in standard
mode, the position of the left margin is the beginning of the line.
■ When this command is processed in page mode, only the print position moves, and the printer does not
perform actual printing.
When the origin of layout is selected to bottom of label or top of black mark in standard mode
and a paper feed amount that exceeds the remaining printable area of the label is sent, the
printer executes one of the following:
■ If the printer will print a line that is higher than the remaining printable area of the label, the printer feeds
the label to the next print starting position and the printer executes this command.
■ If the printer will print in the remaining printable area of the label, but the feed amount exceeds the
remaining printable area of the label, the printer prints the label and feeds to bottom of the label.
TM-L60II
When label paper is selected in standard mode and a paper feed amount that exceeds the
remaining print area of the label is sent, the printer feeds the label to the next print starting
position.
Paper rollPrint commands LF
Ver. 10.01p. 73
CONFIDENTIAL
Print commands
FF (in page mode)
[Name]Print and return to standard mode (in page mode)
[Format]ASCIIFF
Hex0C
Decimal12
[Default]None
[Range]None
[Printers not featuring this command] TM-U230, TM-U220, TM-U210, TM-U300A/B
[Description]In page mode, prints all the data in the print buffer collectively and switches from page mode to standard
mode.
[Notes]
■ This command is enabled only in page mode. See FF (in standard mode) to use this command in standard
mode. Page mode can be selected by ESC L or FS L.
■ The data is deleted in the print area after being printed.
■ This command returns the values set by ESC W to the default values.
EXECUTINGCOMMAND
■ The value set by ESC T is maintained.
■ After printing, the print position moves to the beginning of the line. When a left margin is set, the
position of the left margin is the beginning of the line.
[Name]Print and feed label to print starting position (on label)
[Format]ASCIIFF
Hex0C
Decimal12
[Default]None
[Range]None
[Printers not featuring this command] TM-J2000/J2100, TM-T90, TM-T88III, TM-L90, TM-P60, TM-U230, TM-U220,
TM-U210, TM-U300A/B
[Description]Prints the data in the print buffer and feeds paper to the print starting position on the next label.
[Recommended Functions]
This command is an obsolete command that is supported only by some printer models and may not be
supported by future models.
FS ( L is recommended for controlling labels. With the following procedure, that command can perform the
same as this command.
1. Using LF, the printer prints the last line of a label.
2. Using FS ( L <Function 67, (m = 49)>, execute the paper feed to the print start position of the next
label.
[Notes]
■ This command is enabled only when a label is selected in standard mode. Printer operation differs when
page mode is selected.
■ After printing, the print position moves to the beginning of the line. When a left margin is set, the
position of the left margin is the beginning of the line.
■ Method of specifying label paper differs, depending on the printer models.
Paper rollPrint commands FF (on label)
Ver. 10.01p. 76
CONFIDENTIAL
[Model-dependent variations]TM-L60II
Program Example for all printersPrint Sample
TM-L60II
A thermal label is selected when DIP switch 2-6 is ON with a serial interface.
A thermal label is selected when DIP switch 1-7 is ON with a parallel interface.
Decimal13
[Range]None
[Default]None
[Printers not featuring this command] TM-P60
[Description]Executes one of the following operations.
Print headWhen auto line feed is enabledWhen auto line feed is disabled
Line thermalExecutes printing and one line feed as LF This command is ignored
Serial dot head Executes printing and one line feed as LF In standard mode, prints the data in the
EXECUTINGCOMMAND
print buffer and moves the print position
to the beginning of the print line.
In page mode, moves the print position
to the beginning of the print line.
[Notes]
■ With a serial interface, the command performs as if auto line feed is disabled.
■ With a parallel interface, enabling or disabling the auto line feed can be selected by the DIP switch or the
memory switch. Memory switch can be changed with GS (E <Function3>.
■ After printing, the print position moves to the beginning of the line. When a left margin is set in standard
mode, the position of the left margin is the beginning of the line.
■ When this command is processed in page mode, only the print position moves, and the printer does not
perform actual printing.
Program Example (Serial dot head)Print Sample (Serial dot head)
AAAAA
PRINT #1, "AAAAA";CHR$(&HD); BBBBB ←Auto line feed enabled
PRINT #1, " BBBBB";CHR$(&HA);AAAAABBBBB ←Auto line feed disabled
TM-J2000/J2100
Auto line feed for a parallel interface is selected by Memory switch 1-5.
This printer has only a serial dot head.
TM-T90
Auto line feed for a parallel interface is selected by Memory switch 1-5.
This printer has only a line thermal head.
TM-T88III
Auto line feed for a parallel interface is selected by DIP switch 1-1.
This printer has only a line thermal head.
Paper rollPrint commands CR
Ver. 10.01p. 79
CONFIDENTIAL
TM-L90
Auto line feed for a parallel interface is selected by Memory switch 1-5.
This printer has only a line thermal head.
TM-L60II
Auto line feed for a parallel interface is selected by DIP switch 1-1.
This printer has only a line thermal head.
TM-U230
Auto line feed for a parallel interface is selected by DIP switch 1-1.
This printer has only a serial dot head.
TM-U210, TM-U220
Auto line feed for a parallel interface is selected by DIP switch 1-1.
This printer has only a serial dot head.
TM-U300A/B
Auto line feed for a parallel interface is selected by DIP switch 1-1.
This printer has only a serial dot head.
Paper rollPrint commands CR
Ver. 10.01p. 80
CONFIDENTIAL
Print commands
ESC FF
[Name]Print data in page mode
[Format]ASCIIESC FF
Hex1B0C
Decimal2712
[Range]None
[Default]None
[Printers not featuring this command] TM-U230, TM-U220, TM-U210, TM-U300A/B
[Description]In page mode, prints the data in the print buffer collectively.
[Notes]
■ This command is enabled only in page mode. Page mode can be selected by ESC L.
■ After printing, the printer does not clear the buffered data, the print position, or values set by other
commands.
■ The printer returns to standard mode with FF, ESC S, and ESC @. When it returns to standard mode by
ESC @, all settings are canceled.
EXECUTINGCOMMAND
■ This command is used when the data in page mode is printed repeatedly.
[Range]0 ≤ n ≤ 255
[Default]None
[Printers not featuring this command] None
[Description]Prints the data in the print buffer and feeds the paper n × (vertical or horizontal motion unit).
[Notes]
■ The maximum paper feed amount is 1016 mm {40 inches}. If the specified amount exceeds 1016 mm
{40 inches}, the paper feed amount is automatically set to 1016 mm {40 inches}.
■ When standard mode is selected, the vertical motion unit is used.
■ When page mode is selected, the vertical or horizontal motion unit is used for the print direction set by
ESC T.
n
n
n
EXECUTINGCOMMAND
•When the starting position is set to the upper left or lower right of the print area using ESC T, the
vertical motion unit is used.
•When the starting position is set to the upper right or lower left of the print area using ESC T, the
horizontal motion unit is used.
■ After printing, the print position moves to the beginning of the line. When a left margin is set in standard
mode, the position of the left margin is the beginning of the line.
■ When this command is processed in page mode, only the print position moves; the printer does not
perform actual printing.
■ This command is used to temporarily feed a specific length without changing the line spacing set by other
commands.
The vertical or horizontal motion unit is specified by GS P.
TM-T90
The vertical or horizontal motion unit is specified by GS P.
In standard mode, if the character height is greater than the specified paper feed amount, the
paper is fed the amount of the character height. For example, if a paper feed of 30 dots is
specified with ESC J, but the character height is 48 dots, the paper is fed 48 dots.
The amount of paper feed of the Japanese model can be specified up to 900 mm {35.4 inches}.
When an amount of paper feed that exceeds the maximum value is specified, the paper feed of
the maximum amount is executed.
TM-T88III
The vertical or horizontal motion unit is specified by GS P.
AAAAA
BBBBB
CCCCC
DDDDD
ESC J used to print one line and advance
the paper by 100/180 inch
In standard mode, if the character height is greater than the specified paper feed amount, the
paper is fed the amount of the character height. For example, if a paper feed of 30 dots is
specified with ESC J, but the character height is 48 dots, the paper is fed 48 dots.
Paper rollPrint commands ESC J
Ver. 10.01p. 83
CONFIDENTIAL
TM-L90
The vertical or horizontal motion unit is specified by GS P.
In standard mode, if the character height is greater than the specified paper feed amount, the
paper is fed the amount of the character height. For example, if a paper feed of 30 dots is
specified with ESC J, but the character height is 48 dots, the paper is fed 48 dots.
When the origin of layout is selected to bottom of label or top of black mark in standard mode
and a paper feed amount that exceeds the remaining printable area of the label is sent, the
printer executes one of the following:
■ If the printer will print a line that is higher than the remaining printable area of the label, the printer feeds
the label to the next print starting position and the printer executes this command.
■ If the printer will print in the remaining printable area of the label, but a feed amount that exceeds the
remaining printable area of the labels is sent, the printer prints on the label and feeds to bottom of the
label.
The amount of paper feed of the Japanese Kanji model can be up to 900 mm {35.4 inches}. When
the amount of paper feed exceeding the maximum is specified, the maximum paper feed is
executed.
TM-L60II
The vertical or horizontal motion unit is specified by GS P.
In standard mode, if the character height is greater than the specified paper feed amount, the
paper is fed the amount of the character height. For example, if a paper feed of 30 dots is
specified with ESC J, but the character height is 48 dots, the paper is fed 48 dots.
When label paper is selected in standard mode and a paper feed amount that exceeds the length
of one label is sent, the printer feeds the label to the next print starting position.
Paper rollPrint commands ESC J
Ver. 10.01p. 84
CONFIDENTIAL
TM-P60
The vertical or horizontal motion unit is approximately 0.125 mm {1/203 inches}. This value equals
one dot pitch.
In standard mode, if the character height is greater than the specified paper feed amount, the
paper is fed the amount of the character height. For example, if a paper feed of 30 dots is
specified with ESC J, but the character height is 48 dots, the paper is fed 48 dots.
TM-U230
The vertical motion unit is 0.176 mm {1/144 inch}. This value equals a half dot pitch. This command
does not use the horizontal motion unit because the printer does not support page mode.
TM-U220, TM-U210
The vertical motion unit is 0.176 mm {1/144 inch}. This value equals a half dot pitch. This command
does not use the horizontal motion unit because the printer does not support page mode.
TM-U300A/B
The vertical motion unit is 0.176 mm {1/144 inch}. This value equals a half dot pitch. This command
does not use the horizontal motion unit because the printer does not support page mode.
Paper rollPrint commands ESC J
Ver. 10.01p. 85
CONFIDENTIAL
Print commands
ESC K
[Name]Print and reverse feed
[Format]ASCIIESC K
Hex1B4B
Decimal2775
[Range]TM-U230, TM-U220, TM-U210: 0 ≤ n ≤ 48
[Default]None
[Printers not featuring this command] TM-J2000/J2100, TM-T90, TM-T88III, TM-L90, TM-P60, TM-L60II,
[Description]Prints the data in the print buffer and feeds the paper n × (vertical motion unit) in the reverse direction.
[Notes]
■ The maximum paper feed amount depends on the printer model.
■ After printing, the print position moves to the beginning of the line. When a left margin is set, the
position of the left margin is the beginning of the line.
■ When standard mode is selected, the vertical motion unit is used.
n
n
n
TM-U300A/B
EXECUTINGCOMMAND
■ When page mode is selected, the vertical or horizontal motion unit is used for the print direction set by
ESC T.
•When the starting position is set to the upper left or lower right of the print area using ESC T, the
vertical motion unit is used.
•When the starting position is set to the upper right or lower left of the print area using ESC T, the
horizontal motion unit is used.
■ When this command is processed in page mode, only the print position moves; the printer does not
perform actual printing.
■ This command is used to temporarily feed a specific length without changing the line spacing set by other
commands.
This command must not be executed consecutively more than two times. The vertical motion unit
is 0.176 mm {1/144 inch}. This value equals a half dot pitch. In the reverse direction, the maximum
paper feed amount is 8.467 mm {48/144 inch}. If the specified amount exceeds 8.467 mm {48/144
inch}, the printer only prints the data and does not feed the paper.
TM-U220, TM-U210
This command must not be executed consecutively more than two times.
Reverse direction paper feeding causes the following problems:
■ Paper feed pitch is incorrect.
■ Printer noise is louder than normal.
■ The paper may rub against the ribbon and become dirty.
The vertical motion unit is 0.176 mm {1/144 inch}. This value equals a half dot pitch. In the reverse
direction, the maximum paper feed amount is 8.467 mm {48/144 inch}. If the specified amount
exceeds 8.467 mm {48/144 inch}, the printer only prints the data and does not feed the paper.
AAAAACCCCC
BBBBB
ESC K used to print one line and then reverse
feed the paper by 30/180 inch
Paper rollPrint commands ESC K
Ver. 10.01p. 87
CONFIDENTIAL
Print commands
ESC d
[Name]Print and feed n lines
[Format]ASCIIESC d
Hex1B64
Decimal27100
[Range]0 ≤ n ≤ 255
[Default]None
[Printers not featuring this command] None
[Description]Prints the data in the print buffer and feeds n lines.
[Notes]
■ The amount of paper fed per line is based on the value set using the line spacing command (ESC 2 or
ESC 3).
■ The maximum paper feed amount is 1016 mm {40 inches}. If the specified amount exceeds 1016 mm
{40 inches}, the paper feed amount is automatically set to 1016 mm {40 inches}.
■ After printing, the print position moves to the beginning of the line. When a left margin is set in standard
mode, the position of the left margin is the beginning of the line.
n
n
n
EXECUTINGCOMMAND
■ When this command is processed in page mode, only the print position moves, and the printer does not
perform actual printing.
■ This command is used to temporarily feed a specific line without changing the line spacing set by other
commands.
The amount of paper feed of the Japanese Kanji model can specify even 900 mm or less
{35.4 inches}. When the amount of paper feed which exceeds the maximum value is specified, the
paper feed of the maximum amount is executed.
TM-L90
When the label paper or the black mark paper is selected in standard mode and a paper feed
amount that exceeds the remainder print area of the label, the printer feeds the label to the next
print starting position.
The amount of paper feed can specify up to 900 mm {35.4 inches}. When the amount of paper feed
which exceeds the maximum value is specified, the paper feed of the maximum amount is
executed.
ESC d used to print one line and advance the
paper by six lines
CCCCC
TM-L60II
When the label paper or the black mark paper is selected in standard mode and a paper feed
amount that exceeds the remainder print area of the label, the printer feeds the label to the next
print starting position.
Paper rollPrint commands ESC d
Ver. 10.01p. 89
CONFIDENTIAL
Print commands
ESC e
[Name]Print and reverse feed n lines
[Format]ASCIIESC e
Hex1B65
Decimal27101
[Range]TM-U230: 0 ≤ n ≤ 2
TM-U220, TM-U210: 0 ≤ n ≤ 2
[Default]None
[Printers not featuring this command] TM-J2000/J2100, TM-T90, TM-T88III, TM-L90, TM-L60II, TM-P60,
[Description]Prints the data in the print buffer and feeds n lines in the reverse direction.
[Notes]
■ The amount of paper fed per line is based on the value set using the line spacing command (ESC 2 or
ESC 3).
■ The maximum paper feed amount depends on the printer model.
■ After printing, the print position moves to the beginning of the line. When a left margin is set, the
position of the left margin is the beginning of the line.
n
n
n
TM-U300A/B
EXECUTINGCOMMAND
■ When this command is processed in page mode, only the print position moves, and the printer does not
perform actual printing.
■ This command is used to temporarily feed a specific line without changing the line spacing set by other
commands.
Paper reverse fed one line after printing the
line of Bs
Ver. 10.01p. 90
CONFIDENTIAL
TM-U230
This command must not be executed consecutively more than two times. In the reverse direction,
the maximum paper feed amount is 8.467 mm {48/144 inch}. If the specified amount exceeds
8.467 mm {48/144 inch}, the printer only prints the data and does not feed the paper.
TM-U220, TM-U210
This command must not be executed consecutively more than two times.
Reverse direction paper feeding causes the following problems:
■ Paper feed pitch is incorrect.
■ Printer noise is louder than normal.
■ The paper may rub against the ribbon and become dirty.
In the reverse direction, the maximum paper feed amount is 8.467 mm {48/144 inch}. If the
specified amount exceeds 8.467 mm {48/144 inch}, the printer only prints the data and does not
feed the paper.
Paper rollPrint commands ESC e
Ver. 10.01p. 91
CONFIDENTIAL
Print commands
obsolete command
obsolete command
GS FF
EXECUTINGCOMMAND
[Name]Print and eject label
[Format]ASCIIGS FF
Hex1D 0C
Decimal29 12
[Default]None
[Range]None
[Printers not featuring this command] TM-J2000/J2100, TM-T90, TM-T88III, TM-L90, TM-P60, TM-U230, TM-U220,
TM-U210, TM-U300A/B
[Description]Prints the data in the print buffer, and ejects the label and feeds paper to the print starting position on the
next label.
[Recommended Functions]
This command is an obsolete command that is supported only by some printer models and may not be
supported by future models.
FS(L is recommended for controlling labels. With the following procedure, that command can perform the
same as this command.
1. Using LF, the printer prints the last line of a label.
2. Using FS(L <function 65, (m = 49)>, execute the paper feed to the peeling position of the next label.
3. After label peeling, using FS(L <function 67, (m = 50)> feeds the paper to the print start position of the
current label.
[Notes]
■ This command is enabled only when a label is selected.
■ This command is enabled only when standard mode is selected.
■ When the label is advanced, the following processes are performed:
•After printing, the label is advanced so that it can be peeled off.
•The paper LED blinks waiting for the paper feed button to be pressed (press the button after peeling
the label off).
Paper rollPrint commands GS FF
Ver. 10.01p. 92
CONFIDENTIAL
•When the paper feed button is pressed, the next label is fed in reverse direction to the print starting
position. When a left margin is set, the print position is set to the left margin.
■ When panel buttons are disabled by ESC c 5, the paper feed button is enabled temporarily when the
paper LED blinks to indicate that the printer is waiting for the paper feed button to be pressed (but a label
cannot be fed).
■ Methods of specifying label paper differ, depending on the printer models.
[Model-dependent variations]TM-L60II
Program Example for all printersPrint Sample
TM-L60II
The paper LED blinks while the printer is waiting for a label to be peeled off. The paper feed
button is used for feeding a label.
A thermal label is selected when DIP switch 2-6 is ON with a serial interface.
A thermal label is selected when DIP switch 1-7 is ON with a parallel interface.
ESC 2Select default line spacing
ESC 3Set line spacing
Paper rollLine spacing commands
Ver. 10.01p. 94
CONFIDENTIAL
Line spacing commands
ESC 2
[Name]Select default line spacing
[Format]ASCIIESC 2
Hex1B32
Decimal2750
[Range]None
[Default]None
[Printers not featuring this command] TM-P60
[Description]Sets the line spacing to the “default line spacing.”
[Notes]
■ The line spacing can be set independently in standard mode and in page mode.
•In standard mode this command sets the line spacing of standard mode.
•In page mode this command sets the line spacing of page mode.
■ Selected line spacing is effective until ESC 3 is executed, ESC @ is executed, the printer is reset, or the
power is turned off.
See program example and print sample for ESC 2 and ESC 3.
TM-J2000/J2100
The default line spacing is about 4.23 mm {1/6 inch}, which is equivalent to 30 dots.
TM-T90
The default line spacing except Japanese characters is about 4.23 mm {1/6 inch}, which is
equivalent to 30 dots.
The default line spacing for Japanese characters is about 3.75 mm {30/203 inch}, which is
equivalent to 30 dots.
Paper rollLine spacing commands ESC 2
Ver. 10.01p. 95
CONFIDENTIAL
When the maximum character height exceeds 30 dots in one line, printer feeds the paper amount
of height of the character when changing lines in the standard mode.
TM-T88III
The default line spacing is about 4.23 mm {1/6 inch}, which is equivalent to 30 dots.
When the maximum character height exceeds 30 dots in one line, the printer will feed the amount
of paper equal to the height of the character when changing lines in standard mode.
TM-L60II
The default line spacing is about 4.23 mm {1/6 inch}, which is equivalent to 30 dots.
When the maximum character height exceeds 30 dots in one line, the printer will feed the amount
of paper equal to the height of the character when changing lines in standard mode.
TM-L90
The default line spacing is about 3.75 mm (30/203 inch), which is equivalent to 30 dots.
When the maximum character height exceeds 30 dots in one line, the printer will feed the amount
of paper equal to the height of the character when changing lines in standard mode.
TM-U230
The default line spacing is about 4.23 mm {1/6 inch}, which is equivalent to 12 dots.
TM-U210, TM-U220
The default line spacing is about 4.23 mm {1/6 inch}, which is equivalent to 12 dots.
TM-U300A/B
The default line spacing is about 4.23 mm {1/6 inch}, which is equivalent to 12 dots.
Paper rollLine spacing commands ESC 2
Ver. 10.01p. 96
CONFIDENTIAL
Line spacing commands
ESC 3
[Name]Set line spacing
[Format]ASCIIESC 3
Hex1B33
Decimal2751
[Range]0 ≤ n ≤ 255
[Default]TM-P60: n = 30
Printers other than the above: Amount of line spacing which corresponds to “default line spacing.” (See
ESC 2 for the default line spacing.)
[Printers not featuring this command] None
[Description]Sets the line spacing to n × (vertical or horizontal motion unit).
[Notes]
■ The maximum line spacing is 1016 mm {40 inches}. If the specified amount exceeds 1016 mm {40 inches},
the line spacing is automatically set to 1016 mm {40 inches}.
■ When standard mode is selected, the vertical motion unit is used.
■ When page mode is selected, the vertical or horizontal motion unit is used for the print direction set by
ESC T.
n
n
n
SETTINGCOMMAND
•When the starting position is set to the upper left or lower right of the print area using ESC T, the
vertical motion unit is used.
•When the starting position is set to the upper right or lower left of the print area using ESC T, the
horizontal motion unit is used.
■ The line spacing can be set independently in standard mode and in page mode.
•In standard mode this command sets the line spacing of standard mode.
•In page mode this command sets the line spacing of page mode.
■ When the motion unit is changed after the line spacing is set, the line spacing setting does not change.
■ Selected line spacing is effective until ESC 2 is executed, ESC @ is executed, the printer is reset, or the
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180);
FOR n=25 TO 50 STEP 5
PRINT #1, CHR$(&H1B);"3";CHR$(n); ← Set line spacing
PRINT #1, "AAAAA"; CHR$(&HA);
NEXT n
PRINT #1, CHR$(&H1B);"2"; ← Set the default
PRINT #1, "BBBBB"; CHR$(&HA);
PRINT #1, "CCCCC"; CHR$(&HA);
TM-J2000/J2100
The vertical or horizontal motion unit is specified by GS P.
TM-T90
The vertical or horizontal motion unit is specified by GS P.
In standard mode, if the character height is greater than the line spacing specified by this
command, the paper is fed the amount of the character height. For example, if a line spacing of
30 dots is specified with this command, but the characters used are double height Font A
(48 dots), the paper is fed 48 dots.
AAAAA
AAAAA
AAAAA
AAAAA
AAAAA
AAAAA
BBBBB
CCCCC
25/180-inch line spacing
30/180-inch line spacing
35/180-inch line spacing
40/180-inch line spacing
45/180-inch line spacing
50/180-inch line spacing
1/6-inch line spacing
The amount of paper feed that the Japanese model can specify is up to 900 mm {35.4 inches}.
When an amount of paper feed exceeding the maximum value is specified, the maximum paper
feed is executed.
Paper rollLine spacing commands ESC 3
Ver. 10.01p. 98
CONFIDENTIAL
TM-T88III
The vertical or horizontal motion unit is specified by GS P.
In standard mode, if the character height is greater than the line spacing specified by this
command, the paper is fed the amount of the character height. For example, if a line spacing of
30 dots is specified with this command, but the characters used are double height Font A
(48 dots), the paper is fed 48 dots.
The amount of paper feed of the Japanese Kanji model can specify up to 900 mm {35.4 inches}.
When the amount of paper feed which exceeds the maximum value is specified, the paper feed of
the maximum amount is executed.
TM-L60II
The vertical or horizontal motion unit is specified by GS P.
TM-L90
The vertical or horizontal motion unit is specified by GS P.
In standard mode, if the character height is greater than the line spacing specified by this
command, the paper is fed the amount of the character height. For example, if a line spacing of
30 dots is specified with this command, but the characters used are double height Font A
(48 dots), the paper is fed 48 dots.
The amount of paper feed can specify up to 900 mm {35.4 inches}. When the amount of paper feed
which exceeds the maximum value is specified, the paper feed of the maximum amount is
executed.
TM-P60
The vertical or horizontal motion unit is approximately 0.125 mm {1/203 inches}. This value equals
one dot pitch.
In standard mode, if the character height is greater than the line spacing specified by this
command, the paper is fed the amount of the character height. For example, if a line spacing of
30 dots is specified with this command, but the characters used are double height Font A
(48 dots), the paper is fed 48 dots.
Paper rollLine spacing commands ESC 3
Ver. 10.01p. 99
CONFIDENTIAL
TM-U230
The vertical motion unit is 0.176 mm {1/144 inch}. This value equals a half dot pitch. This command
does not use the horizontal motion unit because this printer does not support page mode.
The default value is (n = 24).
TM-U220, TM-U210
The vertical motion unit is 0.176 mm {1/144 inch}. This value equals a half dot pitch. This command
does not use the horizontal motion unit because this printer does not support page mode.
The default value is (n = 24).
TM-U300A/B
The vertical motion unit is 0.176 mm {1/144 inch}. This value equals a half dot pitch. This command
does not use the horizontal motion unit because this printer does not support page mode.
The default value is (n = 24).
Paper rollLine spacing commands ESC 3
Ver. 10.01p. 100
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.