BEV4 - Manual de Programacion
BEV4 - Manual de Programacion
B-EV4 Series
External Equipment Interface Specification
Page
1. SCOPE ....................................................................................................................................... 1
2. GENERAL DESCRIPTION......................................................................................................... 1
3. INTERFACE ............................................................................................................................... 2
3.1 SERIAL INTERFACE............................................................................................................. 2
3.2 PARALLEL INTERFACE ....................................................................................................... 6
3.3 USB INTERFACE…………………………………………………………………………………. 8
3.4 NETWORK INTERFACE…………………………………………………………………………. 8
6. INTERFACE COMMANDS......................................................................................................... 16
6.1 OUTLINE OF COMMANDS................................................................................................... 16
6.2 LIST OF COMMANDS........................................................................................................... 18
6.3 COMMANDS FOR CREATING APPLICATION .................................................................... 20
6.3.1 LABEL SIZE SET COMMAND ......................................................................................... 20
6.3.2 POSITION FINE ADJUST COMMAND ............................................................................ 24
6.3.3 PRINT DENSITY FINE ADJUST COMMAND.................................................................. 29
6.3.4 IMAGE BUFFER CLEAR COMMAND ............................................................................. 30
6.3.5 CLEAR AREA COMMAND............................................................................................... 31
6.3.6 LINE FORMAT COMMAND ............................................................................................. 33
6.3.7 BIT MAP FONT FORMAT COMMAND ............................................................................ 37
6.3.8 OUTLINE FONT FORMAT COMMAND........................................................................... 51
6.3.9 BAR CODE FORMAT COMMAND .................................................................................. 65
6.3.10 BIT MAP FONT DATA COMMAND.................................................................................. 99
6.3.11 OUTLINE FONT DATA COMMAND ................................................................................ 102
6.3.12 BAR CODE DATA COMMAND ........................................................................................ 105
6.3.13 ISSUE COMMAND........................................................................................................... 118
6.3.14 DUPLICATE PRINTING AREA SET COMMAND ............................................................ 129
6.3.15 FEED COMMAND ............................................................................................................ 135
6.3.16 EJECT COMMAND .......................................................................................................... 140
6.3.17 FORWARD/REVERSE FEED COMMAND...................................................................... 141
i
6.3.18 STORAGE AREA ALLOCATE COMMAND ..................................................................... 143
6.3.19 FLASH MEMORY FORMAT COMMAND ........................................................................ 145
6.3.20 2-BYTE WRITABLE CHARACTER CODE RANGE COMMAND .................................... 146
6.3.21 SD CARD FORMAT COMMAND ..................................................................................... 147
6.3.22 BIT MAP WRITABLE CHARACTER COMMAND ............................................................ 148
6.3.23 GRAPHIC COMMAND ..................................................................................................... 155
6.3.24 SAVE START COMMAND ............................................................................................... 163
6.3.25 SAVE TERMINATE COMMAND ...................................................................................... 164
6.3.26 SAVED DATA CALL COMMAND..................................................................................... 165
6.3.27 RESET COMMAND.......................................................................................................... 166
6.3.28 STATUS REQUEST COMMAND..................................................................................... 167
6.3.29 RECEIVE BUFFER FREE SPACE STATUS REQUEST COMMAND ............................ 168
6.3.30 VERSION INFORMATION ACQUIRE COMMAND ......................................................... 170
6.3.31 SD CARD INFORMATION ACQUIRE COMMAND ......................................................... 171
6.3.32 PRINTER INFORMATION STORE COMMAND.............................................................. 173
6.3.33 PRINTER INFORMATION REQUEST COMMAND......................................................... 174
6.3.34 IP ADDRESS SET COMMAND……………………………………………………………... . 175
6.3.35 SOCKET COMMUNICATION PORT SET COMMAND………………………………… .... 176
6.3.36 DHCP FUCTION AND DHCP CLIENT ID SET COMMAND……………………………… 177
6.4 COMMANDS FOR SYSTEM ADMINISTRATOR.................................................................. 178
6.4.1 PARAMETER SET COMMAND ....................................................................................... 179
6.4.2 FINE ADJUSTMENT VALUE SET COMMAND ............................................................... 184
6.4.3 BATCH RESET COMMAND ............................................................................................ 186
ii
11.6 KANJI .................................................................................................................................... 228
11.7 TrueType FONT..................................................................................................................... 235
Copyright © 2008
by TOSHIBA TEC CORPORATION
All Rights Reserved
570 Ohito,Izunokuni-shi,Shizuoka-ken,JAPAN
iii
1. SCOPE
This specification applies to the external equipment interface for use with the models, B-EV4 series
general-purpose thermal label/tag printers.
2. GENERAL DESCRIPTION
The external equipment interface connects a printer to the host computer through a serial interface (RS-
232C), parallel interface (Centronics), USB, or a network for making various settings and printing labels.
This specification describes how to use the external equipment interface for the TPCL (TEC Printer
Command Language).
The following table shows the system configuration.
-1-
3. INTERFACE
3.1 SERIAL INTERFACE
(1) Type : Conforming to RS-232C
(2) Mode of Communication : Full duplex
(3) Transmission Speed : 2400 bps
4800 bps
9600 bps
19200 bps
38400 bps
57600 bps
115200 bps
(4) Synchronization Method : Start-stop synchronization
(5) Start Bit : 1 bit
(6) Stop Bit : 1 bit
2 bits
(7) Data Length : 7 bits
8 bits
(8) Parity : None
Even
Odd
(9) Error Detection : Parity Error Vertical parity error check
Framing Error This error occurs if no stop bit is found in the frame
specified starting with the start bit.
Overrun Error This error occurs if the next data is input before the
data input to the UART from the host is read by the
printer CPU.
(10) Protocol : No-procedure method
(11) Data Input Code : ASCII code
European character set 8 bit code
Graphics 8 bit code
(12) Receive Buffer : 1 M bytes
-2-
(13) Transmission Control : XON/XOFF (DC1/DC3) Protocol
READY/BUSY (DTR) Protocol
XON/XOFF (DC1/DC3) Protocol + READY/BUSY (DTR)
Protocol
RTS Protocol
XON/XOFF (DC1/DC3) Protocol
When initialized after power on, this printer becomes ready to receive data and sends an
XON code (11H). (Transmission or non-transmission of the XON code is selectable by
means of the parameter setting.)
The printer sends an XOFF code (13H) when the blank positions in the receive buffer
become 1K bytes or less.
The printer sends an XON code (11H) when the blank positions in the receive buffer are
2K bytes or more.
When there are no blank positions in the receive buffer, the printer discards data received
exceeding the receive buffer capacity, without storing it in the buffer. (After detecting the
XOFF code, the host computer must stop transmission before the printer receive buffer
becomes full.)
The printer sends an XOFF code (13H) when the power is off. (Transmission or non-
transmission of the XOFF code is selectable by means of the parameter setting.)
-3-
XON/XOFF (DC1/DC3) Protocol + READY/BUSY (DTR) Protocol
When initialized after power on, this printer becomes ready to receive data and turns the
DTR signal to “High” level (READY). The printer also sends an XON code (11H).
When the blank positions in the receive buffer are 1K bytes or less, the printer turns the
DTR signal to “Low” level (BUSY) and sends an XOFF code (13H).
When the blank positions in the receive buffer are 2K bytes or more, the printer turns the
DTR signal to “High” level (READY) and sends an XON code (11H).
When there are no blank positions in the receive buffer, the printer discards data received
exceeding the receive buffer capacity, without storing it in the buffer. (After detecting the
XOFF code or BUSY signal, the host computer must stop transmission before the printer
receive buffer becomes full.)
The printer sends an XOFF code (13H) when the power is off.
The RTS signal is always “High”.
RTS Protocol
When initialized after the power is turned on, this printer turns the RTS signal to “High”
(READY).
The printer turns the RTS signal to “Low” (BUSY) when the blank positions in the receive
buffer are 1K bytes or less.
The printer turns the RTS signal to “High” (READY) when the blank positions in the receive
buffer are 2K bytes or more.
When there are no blank positions in the receive buffer, the printer discards data received
exceeding the receive buffer capacity, without storing it in the buffer. (After detecting the
BUSY signal, the host computer must stop transmission before the printer receive buffer
becomes full.)
The DTR signal is always “High” (READY).
-4-
(14) RS-232 Interface pin configuration
Host Function 9 Pin 25 Pin 9 Pin Printer Function
1 +5V
RxD 2 3 2 TxD
TxD 3 2 3 RxD
DTR 4 20 4 DSR
GND 5 7 5 GND
DSR 6 6 6 RDY
RTS 7 4 7 N/C
CTS 8 5 8 RDY
9 +5V
Signal
Pin No. Function Signal Direction
Name
1 +5V Provide the power of 5V
2 TxD Transmit data Printer →
3 RxD Receive data ← Host
4 DSR Data set ready ← Host
5 GND General Ground
6 RDY Printer ready Printer →
7 N/C Not connected
8 RDY Printer ready Printer →
9 +5V Provide the power of 5V
-5-
3.2 PARALLEL INTERFACE
(1) Type : Centronics
(2) Mode : Conforms to IEEE1284 compatible mode
(3) Data Input Method : Parallel 8 bits (DATA1 ~ 8)
(4) Control Signals : ACK, BUSY, SELECT, DATA • STB, FAULT, PE, INIT (Not used),
AUTOFD (Not used), SELECTIN (Not used)
(5) Data Input Code : ASCII code
European character set 8 bit code
Graphics 8 bit code
(6) Receive Buffer : 16 K bytes
-6-
(8) Connector Pin Diagram:
19 36
1 18
-7-
3.3 USB INTERFACE
(1) Standard: Conforming to USB Standard Rev. 2.0
(2) Data Transfer Type: Control transfer, Bulk transfer
(3) Transfer Rate: Full speed (12Mbps)
(4) Receive Buffer Size: 4K bytes
(5) Transfer Control Method: Status with the receive buffer free space information is sent in
response to a read request immediately after [ESC][WB][LF][NUL], as described below. Based on
this status response, the host computer can transmit data to prevent the buffer from becoming full.
Status to be returned immediately after [ESC][WB][LF][NUL] is sent (23 bytes):
-8-
4. KEY OPERATION FUNCTIONS
4.1 SYSTEM MODE (POWER UP WITH KEY PRESSED)
There are 6 LED light indications with following sequence.
(1) Solid green followed by flashing green indicates the printer has entered into system mode.
(2) Flashing red
(3) Flashing orange
(4) Solid orange
(5) Solid red
(6) Solid green
1) Release FEED key at LED light sequence (2) and push again immediately.
2) Copy the firmware file to printer parallel port by the following command in MS-DOS prompt
mode.
C:\>COPY XXXXXX.NEW /B LPT1:
3) The LED will change to green color and blinking every one-second. When firmware update is
completed, printer will reset automatically.
-9-
[Self-test printing]
a. Printing program version & check sum
b. Printing various parameters
Parameter Initial value
Tone adjustment +00
Feed adjustment +0.0 mm
Cut position adjustment +0.0 mm
Backfeed adjustment +0.0 mm
Type of character code PC-850
Font of zero 0 (without slash)
Communication speed 9600 bps
Data length 8 bits
Stop bit length 1 bit
Parity NONE(QM)/EVEN(JA)
Transmission control XON/XOFF+READY/BUSY (DTR)
Forward feed wait ON
Control code AUTO
Feed key function FEED
Euro code B0 H
X-coordinate adjustment 0 mm
Sensor selection Transmissive
Sensor adjustment value Transmissive: 12 Reflective: 3
Print speed 5 ips
Flash ROM 4 MB
SDRAM 8 MB
Internal memory External memory
User memory size 704 KB 0 KB
TTF Area 0 KB 0 KB
Writable characters Area 0 KB 0 KB
Spare Area 0 KB 0 KB
PC save Area 704 MB 0MB
(On initial setting,
all area is
allocated for PC
save)
Information None
Total feed distance 0.0 km
Total print distance 0.0 km
Total cut count 0
IP address 192.168.010.020
SUBNET MASK 000.000.000.000
GATEWAY 255.255.255.000
MAC ADDRESS XX-XX-XX-XX-XX-XX
DHCP Disabled
DHCP Client ID FFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFF
Socket communication Enabled
Socket communication port 08000
- 10 -
4.2 ONLINE MODE FUNCTIONS
The online mode provides the following functions for issuing labels.
(1) Issuing labels (by external equipment interface commands)
(2) Paper feed (by the [FEED] key)
(3) Pause (by pressing the [FEED] key while printing)
(4) Error indication
(5) Sensor selection
Transmissive sensor, reflective sensor and non-sensor mode are available.
To select the sensor for the media, turn on power to let printer online mode. Open printer cover,
the LED will be turned off. Press FEED key for over 5 seconds, and then release the button, then
printer will enter sensor selection mode.
In sensor selection mode, if LED is changed to green color and press FEED key again, then
reflective sensor is selected.
If LED is changed to orange color and press FEED key again, then non-sensor is selected.
If LED is changed to red color and press FEED key again, then transmissive sensor is selected.
(6) While the printer is in an error state, the [FEED] key functions as restart key.
- 11 -
5. TRANSMISSION SEQUENCE
This section describes the outline of the transmission sequence.
5.1 INITIALIZATION
Writable characters, logo, and PC interface commands must be stored before the label issue
operation.
(1) Storing writable characters and logo
Power ON
No
<New>
Yes
(Add/change)
[ESC] J1: Formats the flash memory on the
Flash Memory memory board.
Format Command
No Completion of storing
all characters
Yes
- 12 -
(2) Storing PC interface commands
Power ON
No
<New>
Yes
(Add/change) [ESC] J1: Formats the flash memory on the
Flash Memory
memory board.
Format Command
Position Fine [ESC] AX: Adjusts the feed length, cut position, and
Adjust Command back feed length.
Line Format Command [ESC] LC: Sets the line format and draws it.
Bit Map Font Format Command [ESC] PC: Sets the bit map font format.
Outline Font Format Command [ESC] PV: Sets the outline font format.
Bar Code Format Command [ESC] XB: Sets the bar code format.
Bit Map Font Data Command [ESC] RC: Draws data of the bit map font.
No Completion of
all storing
Yes
- 13 -
5.2 LABEL ISSUE OPERATION
An example of the label issue operation is described below.
(1) Where the Saved Data Call Command is not used:
Power ON
Place paper
Position Fine [ESC] AX: Adjusts the feed length, cut position, and
Adjust Command back feed length.
Line Format Command [ESC] LC: Sets the line format and draws it.
Bit Map Font Format Command [ESC] PC: Sets the bit map font format.
Outline Font Format Command [ESC] PV: Sets the outline font format.
Bar Code Format Command [ESC] XB: Sets the bar code format.
Bit Map Font Data Command [ESC] RC: Draws bit map font data.
Outline Font Data Command [ESC] RV: Draws outline font data.
Bar Code Data Command [ESC] RB: Draws bar code data.
Yes
<Change data issue>
No
Yes
<Format change>
No
Yes
<Label change>
No
Power OFF
NOTES: (1) When placing new paper, the Label Size Set Command and Feed Command must
always be sent. When using the same paper after the power is turned off and on, the
Label Size Set Command and Feed Command may be omitted.
(2) After the power is turned off and on, the Bit Map Font Format Command, the Outline
Font Format Command, and the Bar Code Format Command should be sent as
occasion demands because they are not protected in memory.
- 14 -
(2) Where the Saved Data Call Command is used:
Power ON
Place paper [ESC] XQ: Calls the label format stored in the flash
memory.
Saved Data Call Command
Bit Map Font Data Command [ESC] RC: Draws bit map font data.
Outline Font Data Command [ESC] RV: Draws outline font data.
Bar Code Data Command [ESC] RB: Draws bar code data.
Yes
<Change data issue>
No
Yes
<Label change>
No
Power OFF
NOTES: (1) When placing new paper, the Feed Command must always be sent. When using the
same paper after the power is turned off and on, the Feed Command may be omitted.
(2) If the option for “automatic call at power on” for the Saved Data Call Command has
previously been selected, the Saved Data Call Command may be omitted after the
power is turned off and on.
- 15 -
6. INTERFACE COMMANDS
6.1 OUTLINE OF COMMANDS
(1) Format of Interface command
The length from [ESC] to [LF] [NUL] must be as specified by each command.
There are the following three kinds of control codes:
ESC (1BH), LF (0AH), NUL (00H)
{ (7BH), | (7CH), } (7DH)
Automatic selection
(2) How to use reference
(3) Precautions
The commands and parameters described in this specification must always be used. If any
command or parameter other than those covered in this specification is used, the printer
operation will not be guaranteed. The commands must be used in the online mode. If any
command is transmitted in system mode, the printer will not operate. However, only the Reset
Command can be used.
- 16 -
NOTES:
1. If a command is not recognized as a command, it is ignored.
e.g.) [ESC] H, [ESC]AA, and so on.
2. If the number of digits of the parameter is specified, when the number of in put digits does not
match the specified number of digits, a command error occurs.
3. When a parameter is set to any character/value other than specified characters/values, a
command error occurs.
e.g.) In the case that a value should be set for parameter, “0001” is acceptable, however, “000A”
results in an error.
In the case that a character should be set for parameter, “A” is acceptable, however, “1” results in
an error.
4. If the value range of the parameter is specified, when any value beyond the range is entered, a
command error occurs. (Except for the D command)
5. When a parameter is missing, which cannot be omitted, a command error occurs.
6. The parameter should be set to either a value or a character, even if the parameter is defined as
“Ignore”.
e.g.) a : Ignore
If it is omitted, a command error occurs, except when the parameter is omissible.
If the number of digits of the parameter is specified, when the number of input digits does not
match the specified number of digits, a command error occurs.
7. When any value/character other than available values/characters for the parameter function is set,
a command error occurs.
e.g.) Parameter “e” for the LC command.
e: Type of line
0: Line
1: Rectangle
If “2” is set to parameter “e”, a command error occurs.
8. About D command
1) Parameter “aaaa”, “bbbb” and “cccc”
When any value lager than maximum value is entered for these three parameters, the
entered value is internally changed to the maximum value.
When any value smaller than minimum value is entered for these tree parameters, the
entered value is internally changed to the minimum value.
2) When “aaaa” is smaller than “cccc”, a command error occurs.
3) When “aaaa – cccc < 2mm”, it is internally changed to “cccc = aaaa – 2mm”.
- 17 -
6.2 LIST OF COMMANDS
(1) Commands related to setting
Label Size Set Command [ESC] D...................................... 20
Duplicate Printing Area Set Command [ESC] XZ.................................. 129
(2) Commands related to fine adjustment
Position Fine Adjust Command [ESC] AX.................................... 24
Print Density Fine Adjust Command [ESC] AY.................................... 29
(3) Commands related to clear
Image Buffer Clear Command [ESC] C...................................... 30
Clear Area Command [ESC] XR ................................... 31
(4) Commands related to drawing format setting
Line Format Command [ESC] LC.................................... 33
Bit Map Font Format Command [ESC] PC ................................... 37
Outline Font Format Command [ESC] PV.................................... 51
Bar Code Format Command [ESC] XB.................................... 65
(5) Commands related to print data
Bit Map Font Data Command [ESC] RC ................................... 99
Outline Font Data Command [ESC] RV ................................. 102
Bar Code Data Command [ESC] RB ................................. 105
(6) Commands related to issue and feed
Issue Command [ESC] XS.................................. 118
Feed Command [ESC] T .................................... 135
Eject Command [ESC] IB ................................... 140
Forward/Reverse Feed Command (Reserved for future) [ESC] U1, [ESC] U2................. 141
(7) Commands related to writable characters
Storage Area Allocate Command [ESC] XF.................................. 143
Flash Memory Format Command [ESC] J1................................... 145
2-Byte Writable Character Code Range Command [ESC] XE.................................. 146
SD Card Format Command [ESC] JA .................................. 147
Bit Map Writable Character Command [ESC] XD ................................. 148
(8) Commands related to graphics
Graphic Command [ESC] SG ................................. 155
(9) Commands related to PC command saving
Flash Memory Format Command [ESC] J1................................... 145
2-Byte Writable Character Code Range Command [ESC] XE.................................. 146
SD Card Format Command [ESC] JA .................................. 147
Save Start Command [ESC] XO ................................. 163
Save Terminate Command [ESC] XP.................................. 164
Saved Data Call Command [ESC] XQ ................................. 165
(10) Commands related to control
Reset Command [ESC] WR ................................ 166
Batch Reset Command [ESC] Z0 .................................. 186
(11) Commands related to status
Status Request Command [ESC] WS................................. 167
Receive Buffer Free Space Status Request Command [ESC] WB................................. 168
Version Information Acquire Command [ESC] WV................................. 170
SD Card Information Acquire Command [ESC] WI .................................. 171
- 18 -
(12) Commands related to printer information
Printer Information Store Command [ESC] IG................................... 173
Printer Information Request Command [ESC] IR.................................. 174
(13) Commands related to TCP/IP setting
IP Address Set Command [ESC] IP……………………… .. 175
Socket Communication Port Set Command [ESC] IS……………………… .. 176
DHCP Function Set Command [ESC] IH……………………… .. 177
- 19 -
6.3 COMMANDS FOR CREATING APPLICATION
Explanation
[Labels]
Backing paper Backing paper
Label Label
Origin of
coordinates
(0, 0)
Label Label
Effective pitch Effective pitch
print length print length
X Origin of
0
Effective Effective coordinates
Y
print width print width (0, 0)
- 20 -
[Tags] Black mark
Black mark
(Back side of print) (Back side of print)
Tag Tag
Effective pitch Effective pitch
print length print length
X
0 Origin of
Effective Effective coordinates
Y
print width print width (0, 0)
Y Paper feed direction Paper feed direction
0
X
[Print direction: Printing bottom first] [Printing direction: Printing top first]
[Setting range]
Black mark
(Back side
Stop I of print)
Stop I
position position Tag
Cut E Cut F
position position
Origin c A Origin c
H B H A
Origin d
Origin d
G
Paper feed direction G
D
C
C
[Labels] [Tags]
- 21 -
[mm]
Model 203 dpi model 300 dpi model
Item Issue mode Batch Strip Cutter Batch Strip Cutter
Thermal head dot density 8 dots/mm (203 dpi) 11.8 dots/mm (300 dpi)
Thermal head width 108 105.7
A: Label/tag pitch Min. 10 25.4 25.4 10 25.4 25.4
Label
Max. 999 152.4 999 457.2 152.4 457.2
Min. 10 --- 25.4 10 --- 25.4
Tag
Max. 999 --- 999 457.2 --- 457.2
B: Label length Min. 8 23.4 19.4 8 23.4 19.4
Max. 997 150.4 993 455.2 150.4 451.2
C: Backing paper width/ Tag width Min. 25.4
Max. 112
D: Label width Min. 22.4
Max. 109
E: Label-to-label gap length Min. 2.0 6.0 2.0 6.0
Max. 10.0
F: Black mark length Min. 2.0 6.0 2.0 6.0
Max. 10.0
G: Effective print width Min. 13 13
Max. 108 105.7± 0.2
H: Effective print length Min. 6 21.4 17.4 6 21.4 17.4
Label
Max. 995 148.2 991 453.2 148.2 449.2
Min. 8 --- 25.4 10 --- 25.4
Tag
Max. 997 --- 997 455.2 --- 455.2
I: Slow up/ down interval Slow –up 1.0
Slow-down 1.0
J: Thickness Label 60µm to 190µm
Tag 60µm to 190µm
Notes (1) Before changing the label size or type of sensor, the Label Size Set Command
must first be transmitted.
(2) The Label Size Set Command is protected in memory (even if the power is turned
off).
(3) After sending the Label Size Set Command, one sheet of paper must be fed by
the Feed Command ([ESC] T) and must be aligned with the first print position prior
to printing.
(4) The origin of drawing coordinates, print stop position (head position at stop), and
cut position are determined according to the parameters of the Label Size Set
Command as shown in the figure on the preceding page. For the print stop
position in strip issue mode, refer to the section of the Position Fine Adjust
Command. The effective print area is centered on the label/tag.
(5) Printing cannot be performed in the slow up (1 mm) and slow down (1 mm) areas.
Consequently, [A : label/tag pitch] - [H: effective print length] ≥ 2 mm must be
assumed.
(6) The origin of drawing coordinates, print stop position (head position at stop), and
cut position are adjustable by the Fine Adjust Commands and according to the
fine adjustment settings in System mode.
- 22 -
(7) The tag rotation designation of the Issue Command ([ESC] XS) causes the origin
of drawing coordinates to be origin c in the case of “printing bottom first” and to
be origin d in the case of “printing top first”, as shown in the figure.
(8) The parameters must be as shown in the figure and table. Any value or paper
outside the range results in a failure of printing or an error.
(9) The setting for the backing paper width is used for the control of the backing paper
rewind motor for a strip issue. Therefore, this setting is not effective for any mode
other than strip issue mode.
Effective
print area Black mark
(Back side
Label of print)
50.8 76.2
mm mm
46.8 72.2 Effective
mm mm print area
Tag
76.0 mm
Backing paper
82.0 mm 99.6 mm
[ESC] D0508, 0760, 0468, 0820 [LF] [NUL] [ESC] D0762, 0996, 0722 [LF] [NUL]
[ESC] T20C30 [LF] [NUL] [ESC] T10C30 [LF] [NUL]
- 23 -
6.3.2 POSITION FINE ADJUST COMMAND [ESC] AX
Function c Adjusts the feed value so that the label will be shifted forward or backward from the
automatically set first print start position.
d Adjusts the cut position so that the label will be cut at a position shifted forward or
backward from the automatically set cut position, or adjusts the strip position so that
the label will be shifted forward or backward from the automatically set strip position.
e Adjusts the value for feeding the label back to the home position after cutting, or
adjusts the value for feeding the label back to the home position after stripping.
- 24 -
Explanation [Feed Length Fine Adjustment] (To finely adjust the feed for shifting backward or forward)
0.0 mm
One label
First print position
+3.0 mm
One label
First print position
-3.0 mm
One label
Paper feed direction
First print position
[Cut Position Fine Adjustment] (To finely adjust the cut position for shifting backward or
forward)
0.0 mm
Cut position
+3.0 mm
Cut position
- 3.0 mm
Cut position
Paper feed direction
- 25 -
[Strip Position Fine Adjustment]
0.0 mm
+3.0 mm
-3.0 mm
[Back Feed Fine Adjustment] (To finely adjust the back feed for shifting backward or forward)
0.0 mm
+3.0 mm
- 3.0 mm
- 26 -
Notes (1) If the feed value fine adjustment, cut position (or strip position) fine adjustment or
back feed value fine adjustment has been set in system mode (key operation on
the printer), the fine adjustment value will be the fine adjustment in system mode.
The max. fine adjustment values are as follows. However, the max. feed fine
adjustment value is limited within the label pitch.
Feed value fine adjustment .........................................................±50.0 mm
Cut position (or strip position) fine adjustment............................±18.0 mm
Back feed value fine adjustment .................................................±9.9 mm
(2) After changing the fine adjustment value by this command, one label must be fed
by the Feed Command ([ESC] T) to adjust the first print position.
(3) Each fine adjustment value is protected in memory (even if the power is turned
off).
(4) If a fine adjustment value is improper, printing will not be performed correctly.
For example, if the back feed fine adjustment value is not set properly,
the print positions without cutting and after cutting will be different from
each other. If the label is fed back excessively, the paper will not be fed
correctly during printing.
In the strip issue mode, the print position may differ between the first
label and the second label. The back feed fine adjustment is used to
adjust the length so that the label is correctly fed back to the position
placed before the forward feed is performed.
(5) The cut position (or the strip position) fine adjustment and back feed value fine
adjustment are effective only when the printer is in cut issue or strip issue mode.
- 27 -
Examples (1) Cut issue
3.5 mm
Cut
Preprinted
2.0 mm
2.0 mm
z
Finely adjust the print
position by +2.0 mm.
z
Finely adjust the cut
position by +3.5 mm.
z
Finely adjust the back
feed value by +1.0 mm.
(3.0 - 2.0 = 1.0)
3.0 mm
Cut
Paper feed
direction [ESC] AX; +020, +035, +10 [LF] [NUL]
[ESC] T21C30 [LF] [NUL]
1.0 mm 3.0 mm
z
Finely adjust the strip
ABC position by +2.0 mm.
z
Finely adjust the print ABC
position by +1.0 mm.
1.0 mm
- 28 -
6.3.3 PRINT DENSITY FINE ADJUST COMMAND [ESC] AY
- 29 -
6.3.4 IMAGE BUFFER CLEAR COMMAND [ESC] C
Function Clears the image buffer for drawing characters, lines, bar codes, and graphics.
Explanation (1) After changing the label size, the image buffer must be cleared.
(2) The increment/decrement designation (described later) is valid until the Image
Buffer Clear Command is transmitted.
(3) The link field designation (described later) is effective until the Image Buffer Clear
Command is sent.
- 30 -
6.3.5 CLEAR AREA COMMAND [ESC] XR
Function Clears the designated area or reverses the white/black dot pattern in the designated
area in the drawing area.
Explanation
Backing paper
End point
Start point
Effective Effective
print length print length
Start point
End point
Origin of
coordinates
(0, 0)
Effective Effective
X print width print width
0
Y
[Print direction: Printing bottom first] [Print direction: Printing top first]
Notes (1) The result is the same even if the start and end point coordinates are reversed.
(2) The result is the same even if the start and end point coordinates are set to an
upper right and a lower left points, respectively.
(3) The start and end coordinates of the designated area must be set within the
effective print area set by the Label Size Set Command ([ESC] D).
- 31 -
[Effective print area] [mm]
Model 203 dpi 300 dpi
Item Issue mode Batch Strip Cutter Batch Strip Cutter
Min. 13 13
Effective print width
Max. 108± 0.2 105.7± 0.2
Min. 6 21.4 17.4 6 21.4 17.4
Label
Effective print Max. 995 148.2 991 453.2 148.2 449.2
length Min. 8 --- 25.4 10 --- 25.4
Tag
Max. 997 --- 997 455.2 --- 455.2
Examples
Start point of
Origin (0, 0)
designated area
10.0 mm
34.5 mm
76.2 mm
- 32 -
6.3.6 LINE FORMAT COMMAND [ESC] LC
Format [ESC] LC; aaaa, bbbb, cccc, dddd, e, f (, ggg) [LF] [NUL]
Explanation
Label Label
Origin of
coordinates
(0, 0)
Origin of
Effective Effective coordinates
X print width print width
0 (0, 0)
Y
[Print direction: Printing bottom first] [Print direction: Printing top first]
- 33 -
[Line]
(X1,Y1) (X2,Y2)
Line width
(X1,Y1)
(X2,Y2)
Line width
(3) Slant line A ( |X2 - X1| ≤ |Y2 - Y1| ) (4) Slant line B ( |X2 - X1| > |Y2 - Y1| )
Line width
(X2,Y2)
(X2,Y2)
- 34 -
[Rectangle]
(X1,Y1) (X2,Y2)
Radius
(X2,Y2)
Line width
Notes (1) In line designation, a horizontal line, vertical line, or slant line A/B is drawn
according to the start and end point coordinates.
(2) The result is the same even if the start and end point coordinates are reversed.
(3) The start and end point coordinates must be set so that the result of line drawing
will be within the effective print area set by the Label Size Set Command ([ESC]
D).
- 35 -
(4) Programming the radius of the rounded corner is effective only when the type of
line is 1 (rectangle). When the type of line is 0, designation of the radius is
ignored.
When the type of line is 1, and the radius of the rounded corner is 000 or omitted,
a rectangle is printed.
(5) A circle is assumed when:
| X2 - X1 | | Y2 - Y1 |
= ≤ [Radius of rounded corners]
2 2
Examples
Origin (0, 0)
5.0 mm
28.0 mm
0.4 mm
20.0 mm 0.4 mm
30.5 mm
- 36 -
6.3.7 BIT MAP FONT FORMAT COMMAND [ESC] PC
Function Sets the format indicating on the label at which the bit map font is to be printed and how
it is to be printed.
Format c [ESC] PCaaa; bbbb, cccc, d, e, ff (, ghh), ii, j (, Jkkll) (, Mm) (, noooooooooo)
(, Zpp) (, Pq) (=rrr------rrr) [LF] [NUL]
d [ESC] PCaaa; bbbb, cccc, d, e, ff (, ghh), ii, j (, Jkkll) (, Mm) (, noooooooooo)
(, Zpp) (, Pq) (; ss1, ss2, ss3, ------, ss20) [LF] [NUL]
- 37 -
Q: Courier (Medium) 15point 12point
R: Courier (Bold) 18point 12point
S: OCR-A 12point 12point
T: OCR-B 12point 12point
U: Kanji (16×16 dots)
V: Kanji (24×24 dots)
W: Kanji (32×32 dots)
01 (a): Writable character 1 (1×1 dot to 720×720 dots)
to
55 (a): 2-byte code set writable character 5 (1×1 dot to 720×720 dots)
a: Drive
(Omissible. If omitted, flash ROM on the CPU board is selected.)
0: Flash ROM on the CPU board
1, 2: SD card (Option)
* Fonts A to L are proportional fonts.
ghh: Fine adjustment of character-to-character space
(Omissible. If omitted, space is adjusted according to the designated font.)
g: Designates whether to increase or decrease the character-to-character
space.
+: Increase
-: Decrease
hh: No. of space dots between characters
00 to 99 (in dots)
ii: Rotational angles of a character and character string
00: 0° (char.) 0° (char.-string)
11: 90° (char.) 90° (char.-string)
22: 180° (char.) 180° (char.-string)
33: 270° (char.) 270° (char.-string)
01: 0° (char.) 90° (char.-string)
12: 90° (char.) 180° (char.-string) Available only to the font
23: 180° (char.) 270° (char.-string) type of U, V, and W.
30: 270° (char.) 0° (char.-string)
j: Character attribution
B: Black character
W (aabb): Reverse character
aa: No. of dots from the character string to the end of the black
background in the horizontal direction
bb: No. of dots from the character string to the end of the black
background in the vertical direction
aa: 01 to 99 (in units of dots)
bb: 01 to 99 (in units of dots)
F (aabb): Boxed character
aa: No. of dots from the character string area to the box in the
horizontal direction
bb: No. of dots from the character string area to the box in the vertical
direction
aa: 01 to 99 (in units of dots)
bb: 01 to 99 (in units of dots)
- 38 -
C (aa): Stroked out character
aa: No. of dots from the character string area to the end of the stroke
aa: 01 to 99 (in units of dots)
* Descriptions in parentheses are omissible.
(If omitted, it is character magnification (the larger one of horizontal or
vertical magnifications) × 6 dots.)
Jkkll: Bold character designation
(Omissible. If omitted, this process is not performed.)
kk: No. of horizontal shift dots
00 to 16 (in dots)
ll: No. of vertical shift dots
00 to 16 (in dots)
Mm: Type of check digits to be attached.
(Omissible. If omitted, this process is not performed)
m: Type of check digit
0: Modulus 10 (Draws data and check digit)
1: Modulus 43 (Draws data and check digit)
2: DBP Modulus 10 (Draws data and check digit)
noooooooooo: Increment and decrement
(Omissible. If omitted, incrementing/decrementing is not performed.)
n: Designates whether to increment or decrement.
+: Increment
-: Decrement
oooooooooo: Skip value
0000000000 to 9999999999
Zpp: Zero suppression
(Omissible. If omitted, the zero suppression process is not performed.)
pp: No. of zeros to be suppressed
00 to 20
Pq: Alignment (Omissible, If omitted, the alignment is set to left.)
q: Designates the character position
1: Left
2: Center
3: Right
4aaaa: Equal space
aaaa: X direction of character string area
203dpi: 0050 to 1040 (in 0.1 mm units)
300dpi: 0050 to 1057 (in 0.1 mm units)
5aaaabbbcc: Automatic line feed
aaaa: Character string area of X direction
0050 to 1040 (in 0.1 mm units)
bbb: Line feed length
010 to 500 (in 1 mm units)
cc: Number of lines
01 to 99
- 39 -
rrr------rrr: Data string to be printed (Omissible)
Max. 255 digits
ss1, ss2, ss3, ------, ss20: Link field No. (Omissible)
01 to 99 (1 to 99 can be also used.)
Up to 20 fields can be designated using commas.
Origin of
coordinates Label Label
(0, 0)
Sample
Effective Effective Print origin
print length print length of coordinates
Print origin
of coordinates
Origin of
coordinates
Effective print Y Effective print
X (0, 0)
0 width width
X 0
Paper feed direction Paper feed direction
Y
[Printing direction: Printing bottom first] [Printing direction: Printing top first]
The print origin of coordinates must be set so that the result of character drawing will be within
the effective print area set by the Label Size Set Command ([ESC] D).
- 40 -
(3) Horizontal magnification and vertical magnification
Vertical
magnification Horizontal
magnification
Horizontal Vertical
magnification magnification
Char. height ×
Vertical
magnification
Char.
Enlarge
height
Point of
origin
A: Times Roman :
B: Times Roman :
C: Times Roman :
D: Times Roman :
E: Times Roman :
F: Times Roman :
G: Helvetica :
H: Helvetica :
I: Helvetica :
J: Helvetica :
K: Helvetica :
- 41 -
M: Presentation :
N: Letter Gothic :
O: Prestige Elite :
P: Prestige Elite :
Q: Courier :
R: Courier :
S: OCR-A :
T: OCR-B :
U: Kanji (16x16) :
V: Kanji (24x24) :
W: Kanji (32x32) :
Point of
origin
Point of origin of
next char.
- 42 -
(6) Rotational angles of a character and character string
Sample
Origin
01, 12, 23, and 30 are available only to the font type of U, V, and W.
0° 90°
- 43 -
(9) Check digit to be attached
When Modulus 10 or Modulus 43 is selected, the check digit of a data row is calculated
and attached to the data row for drawing.
When DBP Modulus 10 is selected, the check digit of a data row is calculated and only
the check digit is drawn. When the data includes any data other than the numerals,
drawing is not performed.
* DBP Modulus 10 is Modulus 10 for Deutsche Bundespost Postdienst only.
(10) Increment/decrement
Printing is performed while the data is incremented or decremented every time a label is
issued. Where the data row exceeds the maximum number of digits (40), the data row
will not be drawn. When the font type is 51, 52, 53, 54, or 55, the
incrementing/decrementing cannot be designated. (If it is designated, it is ignored, and
the printer operates as if there was no designation.)
- 44 -
(11) Zero suppression
No. of zeros to be suppressed 0 1 2 2 3 4 5
Data 0000 0000 0000 0A12 0123 0123 0123
Print 0000 0 00 A12 123 0123 0123
The leading zero(s) in a data row is replaced by a space(s) according to the designated
number of digits. However, if the number of digits to be suppressed is greater than the
data row, the data row will be drawn without zero suppression. Where the data row
exceeds the maximum number of digits (40), the data row will not be drawn. When the
font type is 51, 52, 53, 54 or 55, zero suppression is not designated. If it is designated, it
is ignored, and the printer operates as if there was no designation.
(12) Alignment
No. of dots of character string
area in the X direction
If characters are not placed on one line when equal space and automatic line feed is
designated, the following steps should be performed.
Decrease the value of the character-to-character space. When characters are not placed
on one line if the value is set to 0, return the value to its default, and then reduce the
horizontal magnification for a character by 0.5.
If characters are still not placed on one line, repeatedly decrease the value of the
character-to-character space, and then reduce the horizontal magnification. When
characters are not placed on one line if the character magnification is set to 0.5 and the
character-to-character space is set to 0, the field is not drawn. (The same previous field
is also not drawn.)
- 45 -
(13) Data string to be printed
Drawing data can be programmed by designating the number of digits after the symbol
“=.” Up to 255 digits can be printed. If the number of digits exceeds 255, the excessive
data will be discarded.
For the character code table, refer to the character code table mentioned later.
(14) Link field No.
The link field No. can be programmed by designating it after the symbol “;”. After the link
field No. is designated using the Format Command, the data strings are linked by the Link
Field Data Command to draw an image.
Up to 20 fields can be linked.
The following shows an example of linked fields on the two continuous labels.
[Format Command]
[ESC] PC01; ........................ ; 01 [LF] [NUL] : Link field No. 1 is designated.
[ESC] PC02; ........................ ; 03 [LF] [NUL] : Link field No. 3 is designated.
[ESC] PC03; ........................ ; 04 [LF] [NUL] : Link field No. 4 is designated.
[ESC] XB01; ........................ ; 03, 04 [LF] [NUL] : Link fields No. 3 and No. 4 are
designated.
A B
ABCD ABCD
001 001
*ABCD001* *ABCD001*
- 46 -
Notes
(1) The check digit attach, increment/decrement, and zero suppress processes are
performed according to the following priority. If any of the conditions is improper,
no drawing will take place.
For example, the zero(s) is replaced by a space(s) as a result of zero
suppression but the modulus 10 designated to be attached cannot be
calculated.
Increment/decrement > zero suppression > attachment of check digit
(2) Up to 32 fields for which incrementing/decrementing has been designated can be
drawn. If the total of bit map font, outline font or bar code increment/decrement
fields exceeds 32, drawing will take place without incrementing/decrementing any
excessive field. The field to be incremented or decremented is incremented or
decremented until the Image Buffer Clear Command ([ESC] C) is transmitted.
[Example]
1) Format Command (Increment character string No. 001 (+1))
2) Format Command (No incrementing for character string No. 002)
3) Format Command (Increment character string No. 003 (+2))
4) Image Buffer Clear Command
5) Data Command (Character string No. 001 “0001”)
6) Data Command (Character string No. 002 “AB-”)
7) Data Command (Character string No. 003 “0100”)
8) Issue Command (2 labels)
0001
AB - 0100
0002
AB - 0102
0003
AB - 0104
00000
- 47 -
(3) The Bit Map Font Format Command may be connected to the Outline Font Format
Command when transmitted.
[ESC] P C001; 0100, 0150, 1, 1, A, 00, B [LF]
C002; 0350, 0180, 1, 1, A, 00, B [LF]
C005; 0200, 0300, 25, 2, C, +05, 00, B, +0000000001 [LF]
V01; 0500, 0400, 0100, 0100, A, 00, B [LF] [NUL]
(4) When the drawing data is changed per label issue during printing, the field of the
drawing data for the previous label is automatically cleared using the character
string number, then the next drawing data is printed. Therefore, the character
string number which differs according to the drawing fields should be designated.
Since the automatic field clear is not performed between the Clear Command
([ESC] C) and Issue Command ([ESC] XS), the fixed data may be drawn using the
same character string number. In this case, the Format Command and Data
Command should be sent alternately. (After the Issue Command is sent, the
fields with the same character string number are automatically cleared until the
Clear Command is sent.)
(5) The link field designation is cleared by omitting the link field designation using the
same character string No. and reformatting data.
The link field designation can be also cleared by the Image Buffer Clear
Command.
(6) A print data string and link field No. cannot be programmed at the same time.
(7) The same character string number cannot be programmed more than once in one
format (one page).
- 48 -
Examples
Origin (0, 0)
(1)
55.0
mm
ABCD
20.0 mm
65.0 mm
- 49 -
(2)
Origin (0, 0)
55.0
mm
S001
20.0 mm
65.0 mm
- 50 -
6.3.8 OUTLINE FONT FORMAT COMMAND [ESC] PV
Function Sets the format to indicate the position on the label, at which the outline font is to be
printed and how it is to be printed.
Format c [ESC] PVaa; bbbb, cccc, dddd, eeee, f (, ghhh), ii, j (, Mk) (, lmmmmmmmmmm)
(, Znn) (, Po) (=ppp------ppp) [LF] [NUL]
d [ESC] PVaa; bbbb, cccc, dddd, eeee, f (, ghhh), ii, j (, Mk) (, lmmmmmmmmmm)
(, Znn) (, Po) (; qq1, qq2, qq3, ------, qq20) [LF] [NUL]
- 51 -
j: Character attribution
B: Black character
W (aabb): Reverse character
aa: No. of dots from the character string to the end of the black
background in the horizontal direction.
bb: No. of dots from the character string to the end of the black
background in the vertical direction.
aa: 01 to 99 (in units of dots)
bb: 01 to 99 (in units of dots)
F (aabb): Boxed character
aa: No. of dots from the character string area to the box in the
horizontal direction.
bb: No. of dots from the character string area to the box in the vertical
direction.
aa: 01 to 99 (in units of dots)
bb: 01 to 99 (in units of dots)
C (aa): Stroked out character
aa: No. of dots from the character string area to the end of the stroke
aa: 01 to 99 (in units of dots)
* Descriptions in parentheses are omissible.
(If omitted, it is character size (the larger character width or height) ÷ 8 dots.)
Mk: Type of the check digit to be attached
(Omissible. If omitted, the check digit is not drawn.)
k: Type of check digit
0: Modulus 10 (Draws data and check digit)
1: Modulus 43 (Draws data and check digit)
2: DBP Modulus 10 (Draws check digit only)
lmmmmmmmmmm: Increment and decrement
(Omissible. If omitted, incrementing/decrementing is not
performed.)
l: Designates whether to increment or decrement.
+: Increment
-: Decrement
mmmmmmmmmm: Skip value
0000000000 to 9999999999
Znn: Zero suppression
(Omissible. If omitted, the zero suppression process is not performed.)
nn: No. of zeros to be suppressed
00 to 20
- 52 -
Po: Alignment (Omissible. If omitted, the alignment is set to left.)
o: Designates the character position.
1: Left
2: Center
3: Right
4aaaa: Equal space
aaaa: X direction of character string area
203dpi: 0050 to 1040 (in 0.1 mm units)
300dpi: 0050 to 1057 (in 0.1 mm units)
ppp------ppp: Data string to be printed (Omissible)
Max. 255 digits
qq1, qq2, qq3, ------, qq20: Link field No. (Omissible)
01 to 99 (1 to 99 can be also used.)
Up to 20 fields can be designated using commas.
- 53 -
~ TrueType font
Format [ESC] PVaa; bbbb, cccc, dddd, eeee, ff, g (, hiii), jj, k (,Lmm)(=ppp ------ ppp) [LF] [NUL]
- 54 -
g: Drive
Indicates where the TrueType font files are stored.
0: Flash ROM on the CPU board
1: SD card (Option)
2: SD card (Option)
hiiii: Fine adjustment of character-to-character space
(Omissible. If omitted, space is adjusted according to the designated font.)
h: Designates whether to increase or decrease the character-to-character
space.
+: Increase
-: Decrease
iii: No. of space dots between characters
000 to 512 (in dots)
jj: Rotational angles of a character and character string
00: 0° (char.) 0° (char.-string)
11: 90° (char.) 90° (char.-string)
(Reserved for future)
22: 180° (char.) 180° (char.-string)
33: 270° (char.) 270° (char.-string)
k: Character attribution
B: Black character
ppp------ppp: Data string to be printed (Omissible)
Max. 255 digits
* TrueType fonts are not included in the standard character generator data. Therefore,
they must be installed in flash ROM on the CPU board, or the SD card.
For installation of TrueType font and details, refer to the TrueType Font Specification
(TAA-1184).
* If Arabic is selected as the character code, letters are written from right to left.
Origin
- 55 -
Explanation (1) Character string number
When drawing by the Data Command ([ESC] RV), the format designated by the
character string number is selected.
(2) Print origin of coordinates
Sample
Effective Effective
print length print length
Origin of
Print origin of
coordinates
coordinates
(0, 0)
Effective Effective
X print width print width
0
Y
Paper feed direction Paper feed direction
Y 0
X
[Print direction: Printing bottom first] [Print direction: Printing top first]
• The print origin of coordinates must be set so that the result of character drawing will
be within the effective print area set by the Label Size Set Command ([ESC] D).
- 56 -
[Effective print area] [mm]
Model 203 dpi 300 dpi
Item Issue mode Batch Strip Cutter Batch Strip Cutter
Min. 13 13
Effective print width
Max. 108± 0.2 105.7± 0.2
Min. 6 21.4 17.4 6 21.4 17.4
Label
Effective print Max. 995 148.2 991 453.2 148.2 449.2
length Min. 8 --- 25.4 10 --- 25.4
Tag
Max. 997 --- 997 455.2 --- 455.2
Char.
height Char.
height
Char.
width
Char.
width
ABC
A B C
- 57 -
(6) Rotational angles of a character and character string
Sample
Origin
- 58 -
(8) Increment/decrement
Printing is performed while the data is incremented or decremented each time a label is
issued. Where the data row exceeds the maximum number of digits (40), the data row
will not be drawn.
- 59 -
(10) Link field No.
The link field No. can be programmed by designating it after the symbol “;.” After the link
field No. is designated using the Format Command, the data strings are linked by the Link
Field Data Command to draw an image.
Up to 20 fields can be linked.
The following shows an example of linked fields on the two continuous labels.
[Format Command]
[ESC] PV01; ........................ ; 01 [LF] [NUL] : Link field No. 1 is designated.
[ESC] PV02; ........................ ; 03 [LF] [NUL] : Link field No. 3 is designated.
[ESC] PV03; ........................ ; 04 [LF] [NUL] : Link field No. 4 is designated.
[ESC] XB01; ........................ ; 03, 04 [LF] [NUL] : Link fields No. 3 and No. 4 are
designated.
A B
ABC ABCD
D 001
*ABCD001* *ABCD001*
Notes (1) The check digit attach, increment/decrement, and zero suppress processes are
performed according to the following priority. If any of the conditions is improper,
no drawing will take place.
For example, the zero(s) is replaced by a space(s) as a result of zero
suppression but the modulus 10 designated to be attached cannot be calculated.
Increment/decrement > zero suppression > attachment of check digit
(2) Up to 32 fields for which incrementing/decrementing has been designated can be
drawn. If the total of bit map font, outline font, or bar code increment/decrement
fields exceeds 32, drawing will take place without incrementing/decrementing any
excessive field. The field to be incremented or decremented is incremented or
decremented until the Image Buffer Clear Command ([ESC] C) is transmitted.
- 60 -
[Examples]
1) Format Command (Increment character string No. 01 (+1))
2) Format Command (No incrementing for character string No. 02)
3) Format Command (Increment character string No. 03 (+2))
4) Image Buffer Clear Command
5) Data Command (Character string No. 01 “0001”)
6) Data Command (Character string No. 02 “AB-”)
7) Data Command (Character string No. 03 “0100”)
8) Issue Command (2 labels)
0001
AB-0100
0002
AB-0102
0003
AB-0104
00000
(3) The Outline Font Format Command may be connected to the Bit Map Font Format
Command when transmitted.
[ESC] PC001; 0100, 0150, 1, 1, A, 00, B [LF]
C002; 0350, 0180, 1, 1, A, 00, B [LF]
C005; 0200, 0300, 25, 2, C, +05, 00, B, +0000000001 [LF]
V01; 0500, 0400, 0100, 0100, A, 00, B [LF] [NUL]
- 61 -
(4) When the drawing data is changed per label issue during printing, the field of the
drawing data for the previous label is automatically cleared using the character
string number, then the next drawing data is printed. Therefore, the character
string number which differs according to the drawing fields should be designated.
Since the automatic field clear is not performed between the Clear Command
([ESC] C) and Issue Command ([ESC] XS), the fixed data may be drawn using the
same character string number. In this case, the Format Command and Data
Command should be sent alternately. (After the Issue Command is sent, the
fields with the same character string number are automatically cleared until the
Clear Command is sent.)
(5) When characters overlap due to the character-to-character space fine adjustment,
the outline font is not painted properly. Program the fine adjust value so that
characters will not overlap. Also, when drawings such as lines or characters are
on the outline font drawing position, the outline font is not painted properly. For
font types A and B, the fine adjustment value should be set so that other drawings
do not overlap the area in which the outline font is to be drawn. For font types C,
E, F and G, the fine adjustment value should be set so that other drawings do not
overlap the area for the designated character width and height.
(6) The link field designation is cleared by omitting the link field designation using the
same character string No. and reformatting data.
The link field designation can be also cleared by the Image Buffer Clear
Command.
(7) A print data string and link field No. cannot be programmed at the same time.
(8) The same character string number cannot be programmed more than once in one
format (one page).
- 62 -
Examples
Origin (0, 0)
( 1)
55.0
mm
ABCD
20.0 mm
65.0 mm
- 63 -
(2)
Origin (0, 0)
55.0
mm
S001
20.0 mm
65.0 mm
- 64 -
6.3.9 BAR CODE FORMAT COMMAND [ESC] XB
Function Sets the format to indicate the position on the label, at which the bar code is to be
printed and how it is to be printed.
~ In the case of WPC, CODE93, CODE128, UCC/EAN128, Customer bar code, POSTNET, RM4SCC,
KIX CODE
(WPC is the generic name for bar codes of JAN, EAN and UPC.)
Format c [ESC] XBaa; bbbb, cccc, d, e, ff, k, llll (, mnnnnnnnnnn, ooo, p, qq)
(= sss ------ sss) [LF] [NUL]
d [ESC] XBaa; bbbb, cccc, d, e, ff, k, llll (, mnnnnnnnnnn, ooo, p, qq)
(; tt1, tt2, tt3, ------, tt20) [LF] [NUL]
- 65 -
e: Type of check digit
1: Without attaching check digit
2: Check digit check
WPC Modulus 10
CODE93 Modulus 47
CODE128 PSEUDO 103
3: Check digit auto attachment (1)
WPC Modulus 10
CODE93 Modulus 47
CODE128 PSEUDO 103
UCC/EAN128 Modulus 10 + Modulus 103
Customer code Special check digit
POSTNET Special check digit
RM4SCC Special check digit
4: Check digit auto attachment (2)
WPC Modulus 10 + Price C/D 4 digits
5: Check digit auto attachment (3)
WPC Modulus 10 + Price C/D 5 digits
* For the Customer bar code, POSTNET, and RMC4SCC, only “3:
Check digit auto attachment (1)” is effective.
ff: 1-module width
01 to 15 (in dots)
k: Rotational angle of bar code
0: 0°
1: 90°
2: 180°
3: 270°
llll: Height of the bar code
0001 to 1000 (in 0.1 mm units)
For the Customer bar code, POSTNET, RMC4SCC, KIX CODE, the height
of the long bar is specified.
mnnnnnnnnnn: Increment/decrement
(Omissible. If omitted, incrementing/decrementing is not performed.)
m: Indicates whether to increment or decrement
+: Increment
-: Decrement
nnnnnnnnnn: Skip value
0000000000 to 9999999999
ooo: Length of WPC guard bar
(Omissible. If omitted, the guard bar is not attached.)
000 to 100 (in 0.1 mm units)
p: Selection of print or non-print of numerals under bars
(Omissible. If omitted, the numerals under the bars are not printed.)
0: Non-print
1: Print
- 66 -
qq: No. of zeros to be suppressed
(Omissible. If omitted, the zero suppression process is not performed.)
00 to 20
sss ------ sss: Data string to be printed (Omissible)
Max. 126 digits. However, it varies depending on the type of bar code.
tt1, tt2, tt3, ------. tt20: Link field No. (Omissible)
01 to 99 (1 to 99 can be also used.)
Up to 20 fields can be designated using commas.
* Omissible parameters (such as “Increment/decrement”, “Selection of print or non-
print of numerals under bars” and “No. of zeros to be suppressed”) cannot be set
when the postal code (Customer bar code, POSTNET, RM4SCC, KIX CODE) is
selected.
- 67 -
~ In the case of MSI, Interleaved 2 of 5, CODE39, NW7, and Industrial 2 of 5
Format c [ESC] XBaa; bbbb, cccc, d, e, ff, gg, hh, ii, jj, k, llll (, mnnnnnnnnnn, p, qq) (, r)
(=sss------sss) [LF] [NUL]
d [ESC] XBaa; bbbb, cccc, d, e, ff, gg, hh, ii, jj, k, llll (, mnnnnnnnnnn, p, qq) (, r)
(; tt1, tt2, tt3, ------, tt20) [LF] [NUL]
- 68 -
ii: Wide space width
01 to 99 (in dots)
* In the case of industrial 2 of 5, the value is fixed to 00.
jj: Character-to-character space width
01 to 99 (in dots)
* In the case of MSI and ITF, character-to-character space width is set to 00.
k: Rotational angle of bar code
0: 0°
1: 90°
2: 180°
3: 270°
llll: Height of the bar code
0000 to 1000 (in 0.1 mm units)
mnnnnnnnnnn: Increment/decrement
(Omissible. If omitted, incrementing/decrementing is not
performed.)
m: Indicates whether to increment or decrement
+: Increment
-: Decrement
nnnnnnnnnn: Skip value
0000000000 to 9999999999
p: Selection of print or non-print of numerals under bars
(Omissible. If omitted, the numerals under the bars are not printed.)
0: Non-print
1: Print
qq: No. of zeros to be suppressed
(Omissible. If omitted, the zero suppression process is not performed.)
00 to 20
r: Designates the attachment of start/stop code
(Omissible. If omitted, the start/stop code is automatically attached.)
T: Attachment of start code only
P: Attachment of stop code only
N: Start/stop code unattached
sss------sss: Data string to be printed (Omissible)
Max. 126 digits. However, the number of digits varies depending on
the type of bar code.
tt1, tt2, tt3, ------, tt20: Link field No. (Omissible)
01 to 99 (1 to 99 can be also used.)
Up to 20 fields can be designated using commas.
- 69 -
~ In the case of GS1 DataBar
Format c [ESC] XBaa; bbbb, cccc, d, e, ff, g, hhhh (, ijjjjjjjjjj, kk) (= sss ------ sss) [LF] [NUL]
d [ESC] XBaa; bbbb, cccc, d, e, ff, g, hhhh (, ijjjjjjjjjj, kk) (; tt1, tt2, tt3, ------, tt20) [LF]
[NUL]
- 70 -
~ In the case of Data Matrix (Two-dimensional code)
Format c [ESC] XBaa; bbbb, cccc, d, ee, ff, gg, h (, Ciiijjj) (, Jkkllmmmnnn) (= ooo ------ooo)
[LF] [NUL]
d [ESC] XBaa; bbbb, cccc, d, ee, ff, gg, h (, Ciiijjj) (, Jkkllmmmnnn)
(= pp1, pp2, pp3, ------, pp20) [LF] [NUL]
- 71 -
Jkkllmmmnnn: Connection setting
(Omissible. No connection if this parameter is omitted.)
kk: Code number 01 to 16
ll: No. of divided codes 02 to 16
mmm: ID number 1 001 to 254
nnn: ID number 2 001 to 254
ooo ------ ooo: Data string to be printed (Omissible)
Max. 2000 digits.
pp1, pp2, pp3, ------, pp20: Link field No. (Omissible)
01 to 99 (1 to 99 can also be used.)
Up to 20 fields can be designated using commas.
- 72 -
~ In the case of PDF417 (Two-dimensional code)
Format c [ESC] XBaa; bbbb, cccc, d, ee, ff, gg, h, iiii (=jjj------jjj) [LF] [NUL]
d [ESC] XBaa; bbbb, cccc, d, ee, ff, gg, h, iiii (; kk1, kk2, kk3, ------, kk20) [LF] [NUL]
- 73 -
~ In the case of MicroPDF417 (Two-dimensional code)
Format c [ESC] XBaa; bbbb, cccc, d, ee, ff, gg, h, iiii (=jjj------jjj) [LF] [NUL]
d [ESC] XBaa; bbbb, cccc, d, ee, ff, gg, h, iiii (; kk1, kk2, kk3, ------, kk20) [LF] [NUL]
- 74 -
The maximum number of columns and rows for the MicroPDF417
Parameter Max. number of digits Max. number of digits for Max. number of digits
No. of columns No. of rows
(gg) for binary mode upper case letter/space mode for numeric mode
“–” for parameter 00 to 04 indicates that the numbers of columns/rows are automatically set by the printer.
In this case, the pattern which has a smaller number of code words is automatically selected. When the
numbers of code words is equal, the smaller number of columns is selected.
- 75 -
~ In the case of QR code (Two-dimensional code)
Format c [ESC] XBaa; bbbb, cccc, d, e, ff, g, h (, Mi) (, Kj) (, Jkkllmm) (= nnn --- nnn) [LF] [NUL]
d [ESC] XBaa; bbbb, cccc, d, e, ff, g, h (, Mi) (, Kj) (, Jkkllmm) (= oo1, oo2, oo3 ------ oo20)
[LF] [NUL]
- 76 -
~ In the case of MaxiCode (Two-dimensional code)
- 77 -
Explanation (1) Bar code number
When drawing by the Data Command ([ESC] RB), the format designated by the
bar code is selected.
(2) Print origin of coordinates
Backing paper
Backing paper
Origin of Label Label
coordinates
(0, 0)
Print origin of
coordinates
Effective Effective
print print
length length Print origin of
coordinates
Origin of
X Effective Effective coordinates
0
print width Y print width (0, 0)
[Print direction: Printing bottom first] [Print direction: Printing top first]
The print origin of coordinates must be set so that the result of bar code drawing will
be within the effective print area set by the Label Size Set Command ([ESC] D).
- 78 -
(3) Type of bar code
0: JAN8, EAN8 1: MSI
- 79 -
M: UPC-A + 5 digits N: UCC/EAN128
O: Industrial 2 of 5 P: PDF417
U: POSTNET V: RM4SCC
Z: MaxiCode
- 80 -
b: GS1 DataBar family
GS1 DataBar Omnidirectional GS1 DataBar Stacked
GS1 DataBar Truncated
- 81 -
(5) Bar width, space width, and character-to-character space
Designate the bar, space, and character-to-character space widths according to
the type of bar code. Note that the designated proper value differs according to
the rotational angle of bar code, type, number of digits, print speed, paper used,
etc. Examples of such designations are listed below. (1 dot = 1/11.8 mm)
In the case of JAN, EAN, UPC, CODE93, CODE128, UCC/EAN128, PDF417, or
MicroPDF417, a 2 to 6-module width is calculated automatically when a 1-module
width is designated.
When NW7 is used, transmission of the space character assumes the space of (narrow
space ×12) dots. In this case, the space is max. 255 dots.
- 82 -
In the case of QR code 1-cell width
1-cell width
When the 1-cell width is 0, a two-dimensional code is not drawn. However, the bar
code printed on the previous label is cleared.
1-module width
Point of origin
- 83 -
(7) Bar code height
Height
Height
[PDF417, MicroPDF417]
Height
Height
[Postal code]
Height
Height
Height (The height of the bottom row is the same as the specified height.)
- 84 -
[GS1 DataBar Limited]
Height
Height
When the bar code height is 0000, bar code (including guard bars) and numerals
under bars are not drawn. However, the bar code printed on the previous label is
cleared.
- 85 -
(9) Numerals under bars
Numerals are not or provided under bars according the parameter for the
presence or absence of numerals under bars. The contents of numerals under
bars to be printed vary according to the type of bar code. The character set of
numerals under bars is OCR-B. Such numerals are enlarged or reduced only
horizontally according to the width of the bar code. They are drawn vertically in
the fixed one magnification.
[Drawing positions of numerals under bars]
c In the case of JAN and EAN
(Example) EAN13 + 2 digits
(Example) EAN8
(Example) UPC-E
- 86 -
e In the case of bar codes other than JAN, EAN, and UPC
(Example) CODE39
(Example) UCC/EAN128
- 87 -
Letters and numerals for increment/decrement
For CODE39 (standard), CODE39 (full ASCII), NW-7, CODE93, CODE128, if a data
string other than numerals is included in the data, increment/decrement designation is
performed. If any code which does not exist in each bar code table is contained in the
data, increment/decrement designation is not performed.
Up to 40 digits (including letters, numerals and symbols) are possible. Only the
numerals are picked up and calculated for incrementing/decrementing, and then are
returned to the previous position to draw the data.
Example of increment/decrement calculation
The leading zero(s) in a data row is replaced by a space(s) according to the designated
number of digits. However, if the number of digits to be suppressed is greater than the
data row, the data row will be drawn without zero suppression. Where the data row
exceeds the maximum number of digits (40), the data row will not be drawn.
When the print data including start/stop code is sent to sending print data, the start/stop
code is also counted as a digit. When the bar code type is JAN, EAN, UPC, or UCC/EAN
128, the data will be drawn without zero suppression.
- 88 -
(13) Data string to be printed
Drawing data can be programmed by designating the number of digits after the symbol
“=.” The maximum number of digits to be printed varies according to the types of bar
codes. For codes, refer to the bar code table mentioned later.
(14) Link field No.
The link field No. can be programmed by designating it after the symbol “;.” After the link
field No. is designated using the Format Command, the data string are linked by the Link
Field Data Command to draw an image.
Up to 20 fields can be linked.
The following shows an example of linked fields on the two continuous labels.
[Format Command]
[ESC] PC01; ........................ ; 01 [LF] [NUL] : Link field No. 1 is designated.
[ESC] PC02; ........................ ; 03 [LF] [NUL] : Link field No. 3 is designated.
[ESC] PC03; ........................ ; 04 [LF] [NUL] : Link field No. 4 is designated.
[ESC] XB01; ........................ ; 03, 04 [LF] [NUL] : Link fields No. 3 and No. 4 are
designated.
A B
ABCD ABCD
001 001
*ABCD001* *ABCD001*
- 89 -
(15) Explanation for Data Matrix
c ECC type
Data Matrix contains a function to correct a code reading error using an error
correction code (ECC) and restore normal data. Since there are several ECCs. ECC
should be designated according to usage. The general correction ability is as follows.
However, it may vary according to the error conditions.
For the maximum number of digits in cell units, see the next page.
f Connection setting
The connection setting is used to comprise data with a set of two-dimensional codes
when the data cannot be expressed with a two-dimensional code. When three two-
dimensional codes are used to comprise data, identification information of 1/3, 2/3,
and 3/3 is inserted into each two-dimensional code. The ID number is programmed to
include a proper combination of two-dimensional codes when one label contains plural
connecting symbols. For example, when there are two kinds of data containing
identification information for 1/2 and 2/2 in the same label, combination of two-
dimensional codes is unclear. By adding the ID number, the combination is made
clear.
- 90 -
Cell size and the effective data capacity
ECC200
Numeric Alphanum 8-bit
Symbol size capacity capacity byte
Capacit
Row Col y
10 10 6 3 1
12 12 10 6 3
14 14 16 10 6
16 16 24 16 10
18 18 36 25 16
20 20 44 31 20
22 22 60 43 28
24 24 72 52 34
26 26 88 64 42
32 32 124 91 60
36 36 172 127 84
40 40 228 169 112
44 44 288 214 142
48 48 348 259 172
52 52 408 304 202
64 64 560 418 278
72 72 736 550 366
80 80 912 682 454
88 88 1152 862 574
96 96 1392 1042 694
104 104 1632 1222 814
120 120 2000 1573 1048
132 132 2000 1954 1302
144 144 2000 2000 1556
Rectangular code
ECC200
Numeric Alphanum 8-bit
Symbol size capacity capacity byte
capacity
Row Col
8 18 10 6 3
8 32 20 13 8
12 26 32 22 14
12 36 44 31 20
16 36 64 46 30
16 48 98 72 47
- 91 -
(16) Explanation for the PDF417 and MicroPDF417
c Security level
The PDF417 contains a function to correct a code reading error using an error
correcting code word and restore normal data. The security level should be
designated according to usage to perform the error correction function.
For the MicroPDF417, the printer sets the security level automatically.
No. of error correction
Security level Error Correction Ability
code words
Level 0 0
Level 1 Low 2
Level 2 6
Level 3 14
Level 4 30
Level 5 62
Level 6 126
Level 7 High 254
Level 8 510
Overhead by correcting
Level Error correction ability
an error
High density level Low 7%
- 92 -
d 1-cell width 1-cell width
1-cell width
When the 1-cell width is 0, a two-dimensional code is not drawn. However, the two-
dimensional code printed on the previous label is cleared.
e Selection of mode
All codes including alphanumerics, symbols, and Kanji can be used in one QR code.
Manual mode or automatic mode can be selected to perform the operation.
f Selection of model
Model 1: Original specification
Model 2: Extended specification which enhances the function of position correction
and can contain a large amount of data.
g Mask number
To be sure to read the QR code, it is preferable that white and black modules are
arranged in this symbol in a balanced manner. This prevents the bit pattern
“1011101”, which is characteristically seen in the position detecting pattern, from
appearing in the symbol as much as possible.
The mask number is 0 to 7. The pattern is determined by placing each masking
pattern for the mask number upon the module pattern. When the mask number is set
to 8, masking is not performed. When the parameter is omitted, the most appropriate
mask number is automatically selected to perform masking.
h Connection setting
For QR code, data can be divided into several codes. Even though there is only a
narrow print space, the code can be entered in the space by dividing the code. The
data can be divided into a max. of 16 codes. Parity data is obtained by XORing all
input data in units of bytes before dividing. The input data is calculated based on shift
JIS for Kanji, or on JIS 8 for others. Examples are shown below:
“0123456789 ” is divided into “0123”, “4567”, and “89 ”.
Code No. 1 No. of divided codes: 3 Parity data: 84 Data “0123”
Code No. 2 No. of divided codes: 3 Parity data: 84 Data “4567”
Code No. 3 No. of divided codes: 3 Parity data: 84 Data “89 ”
* The parity data is the XORed value for “0123456789 ”.
30 31 32 33 34 35 36 37 38 39 93 FA 96 7B = 84
- 93 -
Notes
(1) The check digit attach and increment/decrement, and zero suppress processes are
performed according to the following priority. If any of the conditions is improper, no
drawing will take place.
For example, the zero(s) is replaced by a space(s) as a result of zero suppression but
the modulus 10 designated to be attached cannot be calculated.
Increment/decrement > zero suppression > attachment of check digit
(2) Up to 32 fields for which incrementing/decrementing has been designated can be drawn. If
the total of bit map font, outline font or bar code increment/decrement fields exceeds 32,
drawing will take place without incrementing/decrementing any excessive field. The field to
be incremented or decremented is incremented or decremented until the Image Buffer Clear
Command ([ESC] C) is transmitted.
[Example]
c Format Command (Increment bar code No. 01 (+1))
d Format Command (Increment bar code No. 02 (+2))
e Image Buffer Clear Command
f Data Command (Bar code No. 01 “0001”)
g Data Command (Bar code No. 02 “0100”)
h Issue Command (2 labels)
(0001)
(0100)
(0002)
(0102)
(0003)
(0104)
(3000)
- 94 -
(3) More than one Bar Code Format Command can be connected when transmitted.
[ESC] XB01; 0100, 0150, 3, 1, 02, 02, 06, 06, 02, 0, 0150 [LF]
B02; 0350, 0150, 3, 1, 02, 02, 06, 06, 02, 0, 0150 [LF] [NUL]
(4) When the drawing data is changed per label issue during printing, the field of the drawing
data for the previous label is automatically cleared using the bar code number, then the next
drawing data is printed. Therefore, the bar code number which differs according to the
drawing fields should be designated. Since the automatic field clear is not performed
between the Clear Command ([ESC] C) and issue Command ([ESC] XS), the fixed data may
be drawn using the same bar code number. In this case, the Format Command and Data
Command should be sent alternately. (After the Issue Command is sent, the fields with the
same bar code number are automatically cleared until the Clear Command is sent.)
(5) The link field designation is cleared by omitting the link field designation using the same bar
code No. and reformatting data.
The link field designation can be also cleared by the Image Buffer Clear Command.
(6) A print data string and link field No. cannot be programmed at the same time.
(7) The same barcode number cannot be programmed more than once in one format (one
page).
- 95 -
Examples
Origin (0, 0)
(1)
12.5
mm Effective print area
15.0
mm
55.0
mm
20.0 mm
83.0 mm 15.0 mm
- 96 -
(2)
Origin (0, 0)
55.0
mm
S001
20.0 mm
65.0 mm
- 97 -
(3)
Origin (0, 0)
12.5
mm Effective print area
55.5
mm
20.0 mm
83.0 mm
- 98 -
6.3.10 BIT MAP FONT DATA COMMAND [ESC] RC
- 99 -
Examples
Origin (0, 0)
(1)
12.5 mm
Sample
55.0 mm
20.0 mm
65.0 mm
- 100 -
(2) Origin (0, 0)
55.0
mm
S001
20.0 mm
65.0 mm
- 101 -
6.3.11 OUTLINE FONT DATA COMMAND [ESC] RV
- 102 -
Examples
Origin (0, 0)
(1)
12.5 mm
Sample
55.0 mm
20.0 mm
65.0 mm
- 103 -
(2)
Origin (0, 0)
55.0
mm
S001
20.0 mm
65.0 mm
- 104 -
6.3.12 BAR CODE DATA COMMAND [ESC] RB
- 105 -
The maximum number of digits for Data Matrix varies according to the settings for
ECC type, format ID, and the cell size. In the case of Kanji, the maximum number
of digits is half those of the values described below since a Kanji character
occupies 2 bytes.
Max number of digits for Data Matrix
- 106 -
Cell Size and Effective Data Capacity
ECC200
Numeric Alphanum 8-bit
Symbol size capacity capacity byte
capacity
Row Col
10 10 6 3 1
12 12 10 6 3
14 14 16 10 6
16 16 24 16 10
18 18 36 25 16
20 20 44 31 20
22 22 60 43 28
24 24 72 52 34
26 26 88 64 42
32 32 124 91 60
36 36 172 127 84
40 40 228 169 112
44 44 288 214 142
48 48 348 259 172
52 52 408 304 202
64 64 560 418 278
72 72 736 550 366
80 80 912 682 454
88 88 1152 862 574
96 96 1392 1042 694
104 104 1632 1222 814
120 120 2000 1573 1048
132 132 2000 1954 1302
144 144 2000 2000 1556
Rectangular code
ECC200
Numeric Alphanum 8-bit
Symbol size capacity capacity byte
capacity
Row Col
8 18 10 6 3
8 32 20 13 8
12 26 32 22 14
12 36 44 31 20
16 36 64 46 30
16 48 98 72 47
- 107 -
When PDF417 or MicroPDF417 is used, the number of symbol characters called
code words is limited to 928 or less. Moreover, the data compression rate varies
according to the contents of data. Therefore, the maximum number of digits
according to modes is as follows.
When letters and numerics are mixed in data in EXC mode, for example, the
maximum values become smaller than the following values, since the internal
mode switching code is used.
To correct a reading error by designating the security level, the maximum value
becomes smaller, since the error correction code words below are used.
When the number of the code words exceeds 928, or when the number of lines
exceeds 90, the symbols are not drawn.
For the MicroPDF417, the numbers of rows and columns can be specified.
The maximum number of digits varies according to the setting.
In the case of PDF417
• Extended Alphanumeric Compaction (EXC) mode: 1850 digits
• Binary/ASCII Plus mode: 1108 digits
• Numeric compaction mode: 2000 digits
In the case of MicroPDF417
• Binary mode: 150 digits
• Upper case letter/space mode: 250 digits
• Numeric compaction mode: 366 digits
No. of Error Correction Code Words of PDF417 For the MicroPDF417, the printer
sets the security level automatically.
No. of error correction
Security level Error Correction Ability
code words
Level 0 0
Level 1 Low 2
Level 2 6
Level 3 14
Level 4 30
Level 5 62
Level 6 126
Level 7 High 254
Level 8 510
- 108 -
The maximum number of columns and rows for the MicroPDF417
Parameter Max. number of digits Max. number of digits for Max. number of digits
No. of columns No. of rows
(gg) for binary mode upper case letter/space mode for numeric mode
- 109 -
(3) CODE128 code selection
If the case of CODE128 (with auto code selection), code selection is performed in
the following manner. (Conforming to USS-128 APPENDIX-G)
c Determining the start character
(a) If the data begins with four or more consecutive numerals, the start code
to be used is (CODE C).
(b) In any case other than (a) in c, if a control character appears before a
small letter (see f.) or four or more consecutive numerals, the start code
is (CODE A).
(c) In none of the above cases, the start code is (CODE B).
d If the data begins with an odd number of digits in (a), c:
(a) Insert the (CODE A) or (CODE B) character just before the last numeric
data. When (FNC1), if found in the number, breaks a pair of digits in the
number, insert the (CODE A) or (CODE B) character before the numeric
data preceding the (FNC1). Selection of (CODE A) or (CODE B) should
conform to (b) and (c) in c.
e If four or more digits of numeric data continue in (CODE A) or (CODE B).
(a) When the numeric data is an even number of digits, insert the (CODE C)
character just before the first numeric data.
(b) When the numeric data is an odd number of digits, insert the (CODE C)
character immediately after the first numeric data.
f If a control character appears in (CODE B):
(a) In the subsequent data, when a small letter appears before the next
control character or four or more consecutive digits, insert the (SHIFT)
character before the first control character.
(b) When not so, insert the (CODE B) character just before the first control
character.
g If a small letter appears in (CODE A):
(a) In the subsequent data, when a control character appears before the next
small letter or four or more consecutive digits, insert the (SHIFT)
character before the first small letter.
(b) When not so, insert the (CODE B) character just before the first small
letter.
h If any data other than the numerals appears in (CODE C):
(a) Insert the (CODE A) or (CODE B) character just before the data other
than the numerals. Selection of (CODE A) or (CODE B) should conform
to (b) and (c) in c.
- 110 -
(4) CODE128 code selection check
Check if selection of (CODE A), (CODE B), or (CODE C) of CODE128 has been
set correctly. If an error is found, the bar code will not be drawn.
[Conditions causing an error]
c No start code is designated.
d A small letter (including { , | , } , ~, _ ) is found in (CODE A).
e A control character is found in (CODE B).
f Any data other than the numerals, (FNC1), (CODE A), and (CODE B) is found
in (CODE C).
g There are two or more consecutive (SHIFT) characters.
h The number in (CODE C) is an odd number of digits.
i (SHIFT) is followed by (CODE A), (CODE B) or (CODE C).
(5) Kanji code selection
• In the case of Data Matrix and PDF417, Kanji codes can be printed. Shift JIS,
JIS hexadecimal, JIS 8 codes can be mixed.
(6) Link field data string
• After the link field No. is designated in the Format Command, data strings are
linked using the Link Field Data Command to draw an image.
• Up to 2000 digits of data strings of Data Matrix and PDF417 can be linked. For
other bar codes, up to 126 digits can be linked. (The value varies according to
the type of bar code.)
When the number of digits exceeds the maximum value, excess data will be
discarded.
• Up to 99 data strings can be linked.
• Up to 2048 bytes can be used as the command length ([ESC] to [NUL]) of the
Link Field Data Command.
• When the data string is omitted in the Link Field Data Command, the following
process is performed:
c No process will be performed for the field which contains no print data due to
the omission.
d When the field partially loses print data due to the omission, the only
remaining data will be processed as print data.
• The Link Field Data Command can be used for the bit map font fields, outline
font fields, and bar code fields.
(The same result is obtained when any of the “RC,” “RV”, or “RB” command
code is designated.)
- 111 -
(7) When manual mode is selected in the Format Command for a QR code
c Numeric mode, alphanumeric and symbol mode, Kanji mode
d Binary mode
e Mixed mode
The QR code can handle all codes including alphanumerics, symbols and Kanji.
Since data compression rate varies according to codes, the code to be used is
designated when the mode is selected.
(8) When the automatic mode is selected in the Format Command for a QR code.
Data to be printed
- 112 -
(10) Transfer code for QR code
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 ” 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAK % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ’ 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
A LF SUB * : J Z j z
B VT ESC + ; K [ k {
C FF FS , < L \ l |
D CR GS - = M ] m }
E SO RS • > N ^ n ~
F SI US / ? O _ o DEL
* The shaded parts are Japanese.
They are omitted here.
(11) Examples of data designation
c Alphanumeric mode: ABC123
AABC123
Data to be printed
Designation of mode
d Binary mode: 01H, 03H, 05H
B0006>A>C>E
Data to be printed
No. of data strings
Designation of mode
e Mixed mode
Numeric mode : 123456
Kanji mode : Kanji data
Binary mode : a i u e o
Alphanumeric mode : ABC
N 1 2 3 4 5 6, K Kanji data, B 0 0 1 0 a i u e o ,AABC
Data to be Data to be No. of Data to be printed Data to be
printed printed data strings printed
Designation of mode
f Automatic mode
When the data above (e) is designated in automatic mode:
1 2 3 4 5 6 Kanji data a i u e o ABC
Data to be printed
- 113 -
(12) MaxiCode data
For mode 0 or 1:
[ESC] RBaa; bbbbbbbbbcccdddeeeee --- eeeee [LF] [NUL]
For mode 2 or 3:
[ESC] RBaa; bbbbbbbbbcccdddeeeee --- eeeee [LF] [NUL]
For mode 4 or 6:
[ESC] RBaa; fffffffffggggg --- ggggg [LF] [NUL]
c bbbbbbbbb: Postal code Fixed as 9 digits
• Mode 0 or 2:
b1b2b3b4b5: Zip code Fixed as 5 digits (Numerics)
b6b7b8b9: Zip code extension Fixed as 4 digits (Numerics)
• Mode 1 or 3:
b1b2b3b4b5b6: Zip code Fixed as 6 digits (Character “A” of
code set)
b7b8b9: Vacant Fixed as 3 digits (20H)
d ccc: Class of service Fixed as 3 digits (Numerics)
e ddd: Country code Fixed as 3 digits (Numerics)
f eee --- eee: Message data strings 84 digits
g fffffffff: Primary message data strings 9 digits
h ggg --- ggg: Secondary message data strings 84 digits
NOTES: 1. When anything other than numerics is included in the data string of zip
code (mode 2), zip code extension, class of service or country code, a
MaxiCode is not drawn.
2. If the message data is less than 84 digits when mode 2 or 3 is selected,
the printer adds a CR (000000) at the end of the data, and the remaining
digits will be padded with FSs (011100). When message data
exceeding 84 digits is received, the excess data will be discarded before
drawing a MaxiCode.
3. If the message data is less than 93 digits (9 digits + 84 digits) when
mode 4 or 6 is selected, the printer adds a CR (000000) at the end of the
data, and the remaining digits will be padded with FSs (011100). When
message data exceeding 93 digits is received, the excess data will be
discarded before drawing a MaxiCode.
4. Mode 6 should not be used for usual operation since it is used for
scanner programming.
- 114 -
Examples
12.5 mm
15.0 mm
55.0 mm
20.0 mm
63.0 mm 15.0 mm
- 115 -
(2)
Origin (0, 0)
20.0 mm
65.0 mm
- 116 -
(3)
Origin (0, 0)
12.5
mm Effective print area
55.5
mm
20.0 mm
83.0 mm
- 117 -
6.3.13 ISSUE COMMAND [ESC] XS
- 118 -
g: Designates tag rotation.
0: Printing bottom first
1: Printing top first
2: Mirror printing bottom first
3: Mirror printing top first
h: Type of status response
0: No status response
1: Status response
- 119 -
d Reflective sensor:
Printing takes place according to the parameter designated by the Label Size
Set Command. However, the black mark provided on the back side of the tag
paper is automatically sensed by the reflective sensor and the paper position
is finely adjusted for every piece.
e Transmissive sensor (when using normal labels):
Printing takes place according to the parameter designated by the Label Size
Set Command. However, the label-to-label gap is automatically sensed by
the transmissive sensor and the paper position is finely adjusted for every
piece.
Head position
(1) Idling
(during automatic forward feed standby)
(1) Idling
- 120 -
[C: Batch mode (Cut interval: 1, Issue count: 2)]
“With automatic forward feed standby” selected in the system mode
(1) Idling
- 121 -
[D: Strip mode (Issue count: 3)]
(1) Idling
- 122 -
[F: Partial cut mode (Non back feed cut mode)]
(1) Idling
- 123 -
(5) Issue speed * Duplicate printing feature is supported only by the 203 dpi model.
• Printing takes place at the designated speed.
• The possible issue speed varies according to types and sizes of the paper
supply. For details, refer to the Supply Specification.
Issue speed
- 124 -
(6) Tag rotation
The origin of coordinates and printing direction vary according to the designation
of tag rotation.
c Printing bottom first
Black mark
Backing paper (Back side of print)
Label Tag
Origin of Origin of
coordinates coordinates
(0, 0) (0, 0)
Label
pitch Tag
Effective Effective pitch
print length Sample print length Sample
Effective Effective
print width print width
X X
0 0
Paper feed direction Paper feed direction
Y Y
[Labels] [Tags]
Black mark
Backing paper (Back side of print)
Label Tag
Label
pitch Tag
Effective Effective pitch
print length print length
Origin of Origin of
Effective coordinates Effective coordinates
print width (0, 0) print width (0, 0)
Y Y
[Labels] [Tags]
- 125 -
e Mirror printing bottom first
Black mark
Backing paper (Back side of print)
Label Tag
Origin of Origin of
coordinates coordinates
(0, 0) (0, 0)
Label
pitch Tag
Effective Effective
pitch
print length print length
Effective Effective
print width print width
X X
0 0
Paper feed direction Paper feed direction
Y Y
[Labels] [Tags]
Black mark
Backing paper (Back side of print)
Label Tag
Label
pitch Tag
Effective Effective
pitch
print length print length
Origin of Origin of
coordinates Effective coordinates Effective
(0, 0) print width (0, 0) print width
Y Y
Paper feed direction Paper feed direction
0 0
X X
[Labels] [Tags]
- 126 -
(7) Status response
When the option with status response has been selected, a status response is
made at the end of printing or if an error occurs.
In batch mode and cut mode, the print end status response is made after printing
on the designated number of labels.
In strip mode, the status response is made after printing one label.
* Do not change the parameter for status response/no status response during
printing. Otherwise the status response may not be performed properly.
Examples
15.0 mm
82.0 mm
- 127 -
Notes (1) Explanation of processes involved to stop the label at the home position after the
head-open state is detected:
When the gap between labels (black mark) is found after the head open state is
detected, the value to stop at the home position of each label between the head
and the sensor is set again.
A B C
77 mm
92 mm
A B C
A B C D
* However, an error will result when feed jam conditions are met.
Paper feed direction
(2) Any cut or strip issue commands should not be sent to the printer on which the
cutter or strip module is not installed.
- 128 -
6.3.14 DUPLICATE PRINTING AREA SET COMMAND [ESC] XZ
Function Specifies a duplicate printing area, a high power duplicate printing area, and a print
density fine adjustment value for high power duplicate printing.
* Duplicate printing feature is supported only by the 203 dpi model.
Format {XZ;aaaa,bbbb,cccc,dddd,ee|}
Explanation (1) This command specifies a location and size of a duplicate printing area within an
effective print area, set by a Label Size Set Command, also, a high power
duplicate printing area within the duplicate printing area. (Duplicate printing
areas are printed at 2”/sec.)
(2) A high power duplicate printing area is printed at the print density (positive value
only) specified by this command. (High power duplicate printing areas are printed
at 2”/sec.)
When the print density fine adjustment value has been set by a Print Density Fine
Adjust Command (AY), refer to Notes (5).
(3) Duplicate printing is effective only when the issue speed is set to “A” by an Issue
Command.
Notes (1) Duplicate Printing Area Set Command is backed up in the memory. (Retained even
after the power is turned off.)
(2) It is possible to specify one duplicate printing area within an effective print area,
and one high power duplicate printing area within a duplicate printing area,
respectively.
(3) Duplicate printing areas and high power duplicate printing areas are effective on
the following conditions. (When these areas do not meet the following conditions,
a normal printing is performed instead of duplicate printing or high power duplicate
printing.)
Effective print length: Min. 30.0 mm
Duplicate printing area length: Min. 20.0 mm
High power duplicate printing area length: Min. 10.0 mm
(When a duplicate printing area is effective, a normal printing area with the length
of less than 5.0 mm will be merged into a duplicate printing area. See Examples
on the following pages.)
- 129 -
Also, there are a few notes on duplicate printing areas and high power duplicate
printing areas, as follows:
• Areas 1-mm inside of a high power duplicate printing area are printed at the
print density for duplicate printing areas.
• When a specified high power duplicate printing area is exactly the same as a
duplicate printing area, that area will be printed as a high power duplicate
printing area.
• When a high power duplicate printing area is allocated at 1-mm inside of a
duplicate printing area (1 mm from each boundary), the high power duplicate
printing is performed as specified.
(4) Printing is not possible in the areas 1-mm inside of a duplicate printing area.
(5) Note that the actual print density fine adjustment value for high power duplicate
printing is a sum of the values specified by this command and a Print Density Fine
Adjust Command (AY). The maximum value is +10.
Example)
Print Density Fine Adjust Command (AY): +5
Print density fine adjustment value for high power duplicate printing: +5
In the above case, high power duplicate printing areas will be printed at +10 and
the other areas will be at +5, respectively.
(6) On-the-fly issue is available even when a label has both a normal printing area and
a duplicate printing area.
(7) When the issue speed is set to “A” without a duplicate printing area specified, the
printer automatically operates at an issue speed of “B”.
(8) When the issue speed is set to “B” with a duplicate printing area specified, the
printer operates at an issue speed of “B” without performing duplicate printing.
- 130 -
Examples
Effective
print width
(104.0mm)
Print direction
{D1780,1040,1750|}
{XZ;0650,1100,0990,0190,05|}
{T10C60|}
- 131 -
When a normal printing area is 5.0 mm or less:
Effective
print width
(104.0mm)
Print direction
Because A is less than 5.0 mm, that area is merged into the duplicate printing area.
Effective
print width
(104.0mm)
Print direction
- 132 -
[In the case a subsequent normal printing area is merged.]
Effective
print width
(104.0mm)
Print direction
Because C is less than 5.0 mm, that area is merged into the duplicate printing area.
Effective
print width
(104.0mm)
Print direction
- 133 -
[In the case both preceding and subsequent normal printing areas are merged.]
Effective
print width
(104.0mm)
Print direction
Because A and C are less than 5.0 mm, respectively, those areas are merged into the duplicate printing
area.
Effective
print width
(104.0mm)
Print direction
- 134 -
6.3.15 FEED COMMAND [ESC] T
- 135 -
d Reflective sensor:
Media feed takes place according to the parameter designated by the Label
Size Set Command. However, the black mark provided on the back side of the
tag paper is automatically sensed by the reflective sensor and the stop position
is fine adjusted.
e Transmissive sensor (when using normal labels):
Media feed takes place according to the parameter designated by the Label
Size Set Command. However, the label-to-label gap is automatically sensed by
the transmissive sensor and the stop position is finely adjusted.
(2) Cut/non-cut
This option is valid in batch feed mode only. (Non-cut is selected in strip mode.)
When “with automatic forward feed standby” is set by the parameter setting and if
no subsequent command from the PC is received within 3 second after cut-
feeding, the printer automatically performs a 16.3-mm forward feed.
When the Feed Command is received in the forward feed standby state, the
printer performs a reverse feed to the original position.
* For notes, refer to the section regarding the Issue Command.
- 136 -
[C: Batch (Cut)]
“With automatic forward feed standby” selected in the system mode.
[D: Strip]
(5) Idling.
- 137 -
(4) Feed speed
• A feed is performed at the designated speed.
However, the back feed speed in the cut mode or the strip mode is 3”/sec.
• The possible issue speed varies according to types and sizes of the paper
supply.
For details, refer to the Supply Specification.
Notes (1) If a change of label size or type of sensor, feed fine adjustment, cut position fine
adjustment (or strip position fine adjustment) or back feed fine adjustment is
made, one label must be fed to adjust the first print position prior to printing.
(2) The parameter of the Feed Command is protected in memory (even if the power is
turned off).
(3) When “status response made” is selected in the Issue Command parameter
setting, a status response is made after the end of feed or when an error occurs.
(4) For explanation about the process to stop the label at the home position, refer to
the section regarding the Issue Command.
(5) When “with automatic forward feed standby” is selected by the parameter setting
and if no subsequent command is received from the PC after the last label has
been fed, the printer automatically performs a 16.3-mm forward feed. When the
Feed Command is received during the forward feed standby, the printer feeds the
label in reverse to the original position.
* For notes, refer to the section regarding the Issue Command.
- 138 -
Examples
41.0
mm
76.2 mm
73.2 Sample
mm
15.0 mm
82.0 mm
- 139 -
6.3.16 EJECT COMMAND [ESC] IB
Function Ejects (cuts) the label presently remaining between the head and the cutter and returns
to the original position.
Notes When “with automatic forward feed standby” is selected by the parameter setting and if
no subsequent command from the PC is received within 3 second after ejection, the
printer automatically performs a 16.3-mm forward feed.
When the Eject Command is received in the forward feed standby state, the printer
feeds the label in reverse to the original position and ejects it.
* For notes, refer to the section regarding the Issue Command.
Examples
Cut position Head position
(1) Idling
- 140 -
6.3.17 FORWARD/REVERSE FEED COMMAND [ESC] U1, [ESC] U2
Function After printing or feeding the paper, feeds the paper to a manually cut position.
When issuing the next label, feeds the paper back to the first printing position.
Term aaaa: Feed value by which the paper is fed forward or backward.
0030 to 2000 (in 0.1 mm units)
Notes (1) When the [FEED] key is pressed on the printer, one label is fed, and then fed by
the forward feed value automatically if the Forward Feed Command has already
been transmitted.
(2) The Forward/Reverse Feed Command is protected in memory (even if the power is
turned off).
(3) The Forward/Reverse Feed Command is ignored in strip mode and cut issue
mode.
(4) The forward feed is performed at the speed designated in the Issue Command or
Feed Command.
.
- 141 -
Examples
(1) Idling
(5) Standby
(10) Standby
(15) Standby
- 142 -
6.3.18 STORAGE AREA ALLOCATE COMMAND [ESC] XF
Function Allocates the storage area in flash ROM on the CPU board.
Explanation (1) The storage area in flash ROM on the CPU board has a total capacity of 704 KB.
(2) If this command is received, the complete area in flash ROM on the CPU is
cleared.
(3) If this command is not sent, the storage area in flash ROM on the CPU cannot be
used.
(4) The storage areas are allocated in the following order – the TrueType font storage
area, the bit map writable character storage area, and the spare storage area.
After these storage areas are allocated, the remaining area is used for the PC
save area.
(5) If the sum of the TrueType font storage area, the bit map writable character
storage area, and the spare storage area, specified by this command, is 704 KB,
the TrueType font storage area, the bit map writable character storage area, and
the spare storage area are allocated as specified. However, the PC save area is
not allocated.
(6) If the sum of TrueType font storage area, the bit map writable character storage
area, and the spare storage area, specified by this command, exceeds 704 KB, the
TrueType font storage area is allocated first, as specified. Then, the remaining
area is allocated to the bit map writable character storage area. If there is
remaining area after the TrueType font storage area and the bit map writable
character storage area is allocated, it is used for the spare storage area. The PC
save area is not allocated.
- 143 -
(7) When “00” (0 KB) is specified for the TrueType font storage area, the bit map
writable character storage area, or the spare storage area, the storage area is not
allocated.
(8) When “11” (704 KB) is specified for any of the TrueType font storage area, the bit
map writable character storage area, and the spare storage area, all storage areas
are used. Therefore, other storage areas cannot be allocated. For example, if
“192” is specified for the TrueType Font storage area, all storage areas are used
for the TrueType Font storage area. The bit map writable character storage area,
the BASIC file storage area, and the PC save area cannot be allocated.
Refer to • Bit Map Writable Character Command ([ESC] XD)
• Save Start Command ([ESC] XO)
• Flash Memory Format Command ([ESC] J1)
• 2-byte Writable Character Code Range Command ([ESC] XE)
Example The TrueType font storage area, bit map writable character storage area, and spare
storage area are set to 64 KB, respectively.
(PC save area: 704 KB – 64KB – 64 KB – 64 KB = 512 KB)
[ESC] XF; 01, 01, 01, E0 [LF] [NUL]
- 144 -
6.3.19 FLASH MEMORY FORMAT COMMAND [ESC] J1
Function Formats (initializes) the flash ROM on the CPU board for storage.
Explanation (1) When using a new flash memory, the area to be used must be formatted
(initialized) before the PC interface command or writable characters are stored.
(2) When the already stored data (PC interface commands, writable characters, logos)
is stored again, the memory is consumed every time data is stored, unless the
Flash Memory Format Command ([ESC] J1) is transmitted.
(3) When a label issue operation is performed after the Flash Memory Format
Command is sent, the image buffer is automatically cleared.
(4) When storing of writable characters, logos, or PC interface commands is not
continued for about 10 seconds, the printer automatically enters the online mode
(label issue operation). At this time, the image buffer is automatically cleared.
- 145 -
6.3.20 2-BYTE WRITABLE CHARACTER CODE RANGE COMMAND [ESC] XE
Function Sets the code range when a 2-byte writable character code is stored in flash ROM on
the CPU board or SD card.
Format [ESC] XE;(Sj, cc,)a1a1a1a1, b1b1b1b1, a2a2a2a2, b2b2b2b2 ---, anananan, bnbnbnbn [LF] [NUL]
Term Sj, cc,: Drive and Writable character set (Omissible, If omitted, flash ROM on the
CPU board and writable character set “51” are selected.)
0, 51 to 55: Flash ROM on the CPU board
Writable character code 51 to 55
1 or 2, 51 to 55: SD card
Writable character code 51 to 55
aaaa: First character code for each range
2020 to FFFF (Indicates the hex. data in ASCII code.)
bbbb: No. of characters for each range
0001 to 4000 (Indicates the hex. data in ASCII code.)
Explanation (1) For a 2-byte character code such as Kanji, the character code range may be
divided into two or more. The control information area for the unnecessary code
can be deleted by designating the character code range, and the capacity of SD
card is not wasted.
(2) The total number of characters for each range must not exceed 0x4000 (16384
characters).
(3) Up to 2700 can be designated for the range.
(4) A character code which is not appropriate for the setting for this command cannot
be stored.
Example In the case that Shift JIS 8140H to 83DFH: Character data is present.
Character data is not present.
0 1 2 3 4 5 6 7 8 9 A B C D E F
8140
:
81F0
:
8240
:
82F0
:
8340
:
83D0
[ESC] XE; 8140, 00BD, 8240, 00B7, 8340, 00BD [LF] [NUL]
- 146 -
6.3.21 SD CARD FORMAT COMMAND [ESC] JA
Explanation (1) Up to 4GB SD card can be formatted. (There are recommended SD cards.)
(2) The SD card can be roughly divided into the PC save area and the writable
character storage area. They can be formatted (initialized) either separately or at
the same time.
(3) When using a new SD card, the area to be used must be formatted (initialized)
before the PC interface command is saved or writable characters are stored.
(4) After formatting the SD card, the remaining memory is the PC save area and
writable character storage area.
(5) When the SD card is used and the already stored data (PC interface commands,
writable characters, logos) is stored again, memory is consumed with every storing
unless the Format Command ([ESC] JA) is transmitted.
(6) When performing the label issue operation after sending the SD card Format
Command, the image buffer is automatically cleared.
(7) When storing of writable characters, logos, or PC interface commands is not
continued, the printer automatically enters the online mode (label issue operation)
after about 10 seconds. In this case, the image buffer is automatically cleared.
- 147 -
6.3.22 BIT MAP WRITABLE CHARACTER COMMAND [ESC] XD
Function Writes writable characters and logos in SD card, or flash ROM on the CPU board.
- 148 -
(4) The configuration of the writable character file stored in SD card is as follows.
- 149 -
• How to assign the directory name for a writable character set
Directory name for writable character 01 → “0100”
Directory name for writable character 02 → “0101”
- 150 -
(5)
Top
offset
22 dots
Char.
height
31 dots
Base line
Nibble mode
1 30H 2 30H 3 30H 4 3FH 5 3CH 6 30H 7 30H 8 30H
9 3FH 10 3CH 11 37H •
•
•
•
Char. •
height •
31 dots
• 240 30H
241 3FH 242 3FH 243 3FH 244 3CH 245 30H 246 30H 247 30H 248 30H
Hex. mode
1 00H 2 0FH 3 C0H 4 00H
5 FCH 6 7FH
•
4 4 4 4 4 4 4 4 •
•
8 8 8 8 •
•
•
•
• 120 00H
241 FFH 242 FCH 243 00H 244 00H
- 151 -
[Nibble mode]
(1) The writable character data to be stored is separated into four dot units and sent in the
following order (1 → 248). (High order digit: “3”)
(2) The data of writable characters to be stored is 30H to 3FH.
(3) The minimum unit in the X direction is 8 dots. Dots with no data are transmitted as
data 0.
(4) The data count of writable characters to be stored must be as follows:
Data count of writable characters to be stored =
{(No. of char. width dots + 7)/8} × No. of char. height dots × 2
* The value in the brackets is rounded down to the nearest whole number.
[Hex. mode]
(1) The writable character data to be stored is separated into eight dot units and sent in
the following order (1 → 124).
(2) The data of writable characters to be stored is 00H to FFH.
(3) The minimum unit in the X direction is 8 dots. Dots with no data are transmitted as
data 0.
(4) The data count of writable characters to be stored must be as follows:
Data count of writable characters to be stored =
{(No. of char. width dots + 7)/8} × No. of char. height dots
* The value in the brackets is rounded down to the nearest whole number.
Notes
(1) With the same writable character set designated, character width and character height can be
designated for each writable character code. In other words, character size can be changed
for each character, thus saving memory.
(2) Proportional spacing and descending characters are possible depending on the parameters
of horizontal spacing/proportional spacing, left offset, and top offset.
(3) When top offset is 000, the reference coordinates are at the above left when drawing because
the base line is at the top. (Coordinate setting is facilitated for logos.)
- 152 -
Notes (1) No matter what character set or character code is selected, no memory will be
wasted.
(2) When a new writable character is stored, Flash Memory Format Command ([ESC]
J1) must be transmitted.
(3) A character code already stored can be stored in SD card again if the Writable
Character Command ([ESC] XD) is transmitted, but memory will be consumed
with every storage. Memory can be efficiently used by sending the Format
Command ([ESC] JA) before storing.
(4) If SD card is used, and a label issue operation is performed after sending the Bit
Map Writable Character Command ([ESC] XD), the image buffer is cleared
automatically.
(5) When the storing operation stops after storing the writable character and logos,
the printer automatically enters the online mode (label issue operation) after about
10 seconds. In this case, when the SD card is used, the image buffer will be
cleared automatically.
- 153 -
Examples Writable character set: 03
Writable character code 70H
Top
offset
22 dots
Char.
height
31 dots
Base line
Reference Reference
point point of next
char.
Left offset
Char. width 26 dots
2 dots
Horizontal spacing/proportional spacing
30 dots
* 30H = ”0”
31H = ”1”
32H = ”2”
33H = ”3”
34H = ”4”
35H = ”5”
36H = ”6”
37H = ”7”
38H = ”8”
39H = ”9”
3AH = ”:”
3BH = ”;”
3CH = ”<”
3DH = ”=”
3EH = ”>”
3FH = ”?”
- 154 -
6.3.23 GRAPHIC COMMAND [ESC] SG
Format [ESC] SG; aaaa, bbbb, cccc, dddd, e, ggg --- ggg [LF] [NUL]
or
[ESC] SG0; aaaa, bbbb, cccc, dddd, e, ffff, ggg --- ggg [LF] [NUL]
- 155 -
Explanation (1) When the graphic data “0”, “1”, “2”, “3”, “6”, or “A” is selected, the graphic data is
drawn by overwriting the image buffer.
(2) When the graphic data “4” or “5” is selected, the graphic data is drawn by carrying
out OR between the graphic data and the data in the image buffer.
Graphic
Effective Effective height dots
print length print length
Graphic
height dots
Print origin of
coordinates
Origin of
Graphic width Graphic width coordinates
dots dots (0, 0)
Effective Effective
print width print width
X Y
0
Paper feed direction Paper feed direction
Y X 0
[Print direction: Printing bottom first] [Print direction: Printing top first]
- 156 -
Print origin of
coordinates Graphic width 19 dots
Nibble mode
1 30H 2 30H 3 33H 4 30H 5 30H 6 30H
7 30H 8 30H •
•
•
•
•
Graphic •
height •
22 dots • 126 30H
127 33H 128 3FH 129 30H 130 30H 131 30H 132 30H
Hex. mode
1 00H 2 30H 3 00H
4 00H 5 38H
•
•
•
•
4 4 4 4 4 4 •
63 00H
8 8 8 64 3FH 65 00H 66 00H
[Nibble mode]
(1) The graphic data is separated into four dot units and sent in the following
order (1 → 132). (High order digit: “3”)
(2) The graphic data is 30H to 3FH.
(3) The minimum unit in the X direction is 8 dots. Dots with no data are
transmitted as data 0.
(4) The graphic data count must be as follows:
Graphic data count = {(No. of graphic width dots + 7)/8} × No. of graphic
height dots × 2
* The value in the brackets is rounded down to the nearest whole number.
[Hex. mode]
(1) The graphic data is separated into eight dot units and sent in the following
order (1 → 66).
(2) The graphic data is 00H to FFH.
(3) The minimum unit in the X direction is 8 dots. Dots with no data are
transmitted as data 0.
(4) The graphic data count must be as follows:
Graphic data count = {(No. of graphic width dots + 7)/8} × No. of graphic
height dots
* The value in the brackets is rounded down to the nearest whole number.
- 157 -
[When TOPIX compression mode is selected]
L2
L3
(2) L1 parameter: Shows in which large block (512 dots/block) the changed data is contained.
7 6 5 4 3 2 1 0
L1
0: Not present
1: Present
(3) L2 parameter: Shows in which medium block (64 dots/block) the changed data is contained
(of the L1 large block).
7 6 5 4 3 2 1 0
L2
0: Not present
1: Present
(4) L3 parameter: Shows in which small block (8 dots/block) the changed data is contained (of
the L2 medium block).
7 6 5 4 3 2 1 0
L3
0: Not present
1: Present
Exclusive-OR is carried out between the current image data and the
image data one line previous. Only the changed bit is set to ON (1). The
alignment of dots is MSB (left dots) and LSB (right dots).
* The graphic width for only the smaller value of either the designated value or the max. buffer
size (512 KB) is drawn. The minimum unit of the data drawing is 8 dots (1 byte). If the
graphic width is set to 3 dots, it will be reset to 8 dots (1 byte).
- 158 -
[When the printer driver compression mode is selected]
(1) For the [ESC] SG0; -- command, only “A: Printer driver compression mode” can be selected
for the type of graphic data. The parameter for the data count is attached after the
parameter for the type of graphic data. When the total number of data cannot be provided
by the printer driver, “00H, 00H, 00H, 00H” should be specified for the number of graphic
data. However, in this case, the printer diver cannot support printing through a serial
interface (RS-232C).
(2) How to compress data
Compression is performed for every data of one line specified for the number of graphic
width dots.
The data is made up in units of 8 dots. A repeated value is encoded in 2 bytes. The first
byte is a numeric value n indicating that a value is repeated (-n + 1) times.
The range is between -127 and -1. The second byte is the repeated value.
If a value is not repeated the first byte is the numeric value m. The length of the values is
indicated in (m+1). The range of “m” is between 0 and 126. The length of the repetition of
the value and ”m” should not exceed 127 and 126, respectively.
If it exceeds the range, it should be divided into blocks of repetition.
When the same contents as the data for 1 line appear repeatedly in the next line and after,
the number of lines in which the same contents appear is encoded in 2 bytes. The first byte
is fixed as 127. The second byte indicates “N” times that the same contents are repeated.
Its range is between 1 and 255. “N” should not exceed 255. If it exceeds the range, the
data for the excess number of times should be compressed as the new data of 1 line, and
the remaining number of repetitions should be encoded.
[Example]
Data before being compressed (Width: 120 dots, Height: 300 lines)
Line No. Graphic data
1 AAh AAh AAh AAh AAh AAh AAh BBh CCh DDh EEh FFh FFh FFh FFh
2 AAh AAh AAh AAh AAh AAh AAh BBh CCh DDh EEh FFh FFh FFh FFh
299 AAh AAh AAh AAh AAh AAh AAh BBh CCh DDh EEh FFh FFh FFh FFh
300 AAh AAh AAh AAh AAh AAh AAh BBh CCh DDh EEh FFh FFh FFh FFh
- 159 -
Notes (1) The print origin of coordinates must be set so that the result of drawing the
graphic data will be within the effective print area set by the Label Size Set
Command ([ESC] D).
(2) The number of graphic width dots and the number of graphic height dots must
also be set so that the result of drawing the graphic data will be within the effective
print area set by the Label Size Set Command ([ESC] D) in the same manner as
the above.
(3) Both width and height are 8 dots/mm.
(4) The actual result of drawing may deviate within ±0.33 mm in the X direction with
respect to the designated print origin of the X-coordinate.
To draw the received graphic data at high speed, the data is directly
developed in the image buffer without applying correction to each bit with
respect to the designated X-coordinate. Consequently, an error of up to 4
bits occurs.
- 160 -
Examples
10.0 mm
Origin
24.0 mm
(0, 0)
Graphic width 19 dots
Graphic
height
22 dots
- 161 -
[TOPIX compression mode]
10.0 mm
Origin
24.0 mm
(0, 0)
Graphic width 19 dots
Graphic
height
22 dots
- 162 -
6.3.24 SAVE START COMMAND [ESC] XO
Term aa: Identification number to be used for saving in the SD card or calling
01 to 99
dddddddd: Ignore
Sb: Drive in which the PC interface command is stored
b: Drive
0: Flash ROM on the CPU board
1: SD card (Option)
2: SD card (Option)
c: Status response at save time
0: No status response made
1: Status response made
Explanation (1) When the PC interface command is stored in the SD card, directory “PCSAVE” is
created, and then the directory “Specified file name. PCS” is created under the
“PCSAVE” directory level.
Notes (1) After sending the Save Start Command ([ESC] XO), any command other than the
following will be saved into the SD card.
• Save Start Command ([ESC] XO)
• Save Terminate Command ([ESC] XP)
• Saved Data Call Command ([ESC] XQ)
• Bit Map Writable Character Command ([ESC] XD)
• Reset Command ([ESC] WR)
• Status Request Command ([ESC] WS)
• Flash Memory Format Command ([ESC] J1)
• SD card Format Command ([ESC] JA)
(2) No error check is made for the commands at save time.
- 163 -
6.3.25 SAVE TERMINATE COMMAND [ESC] XP
Note If the storing operation is not continued after storing the PC interface command, the
printer enters the online mode (label issue operation) after about 10 seconds. In this
case, the image buffer will be cleared automatically.
- 164 -
6.3.26 SAVED DATA CALL COMMAND [ESC] XQ
Function Calls PC interface commands saved in SD card, or flash ROM on the CPU board.
Notes (1) If the relevant save identifier is not found, an error will result.
(2) However, if no save number subject to auto call is found with the option for auto
call at power on time selected, the option for no auto call will be selected causing
no error.
(3) If a command error is found in the PC interface command in auto call at power on
time by the Saved Data Call Command, a command error will result. After an
error has occurred, the power must be turned off. The option for no auto call is
selected when the power is turned on again.
(4) The printer enters the online mode (label issue operation) when the Save Data
Call Command is sent after the Save Terminate command.
- 165 -
6.3.27 RESET COMMAND [ESC] WR
Explanation The printer is returned to the same state as when the power was turned on. When the
printer receives this command during printing, it returns to its initial state after issuing
the label which is being printed. The next command must not be sent while the printer
is performing initial processing after this command is transmitted.
Notes (1) The Reset Command is effective in serial interface (RS-232C), parallel port, USB
port or socket communications.
(2) When the printer receives a command in system mode, only the Reset Command
can be processed and any other command cannot be processed.
(3) If a command error or communication error occurs when receiving the Reset
Command, the error message is displayed in the online mode. However, it is not
displayed in system mode.
(4) After the code of the Writable Character Command ([ESC] XD) or Graphic
Command ([ESC] SG) is received, the Reset Command is not processed until the
printer receives the data specified for the type of data.
- 166 -
6.3.28 STATUS REQUEST COMMAND [ESC] WS
Explanation This command makes the printer send its status regardless of the setting of “status
response/no status response.” The status to be transmitted is the current printer status,
and indicates the latest status only. The remaining count indicates the remaining count
of the batch currently being printed. No remaining count of the batch waiting to be
printed is transmitted.
Notes (1) This command is available only for the RS-232C, USB interfaces and socket
communications.
(2) The status is returned only to the interface which sent this command.
(3) After the code of the Writable Character Command ([ESC] XD) or Graphic
Command ([ESC] SG) is received, the Status Request Command is not
processed until the printer receives the data specified for the type of data.
(4) A max. delay of 20 msec may occur until the printer sends the status after
receiving the Status Request Command.
(5) The interval from when the Status Request Command is sent to when the next
Status Request Command is sent should be 20 msec or more. If the interval is
less than 20 msec, the printer may fail to receive the Status Request Command.
- 167 -
6.3.29 RECEIVE BUFFER FREE SPACE STATUS REQUEST COMMAND [ESC] WB
Function Sends information on the printer status and the free space of the receive buffer to the
host computer.
Explanation This command makes the printer send information on its status and free space of the
receive buffer regardless of the setting of “status response/no status response.” The
status to be transmitted is the current printer status, and indicates the latest status only.
The remaining count indicates the remaining count of the batch currently being printed.
No remaining count of the batch waiting to be printed is transmitted. Free space of the
receive buffer for the interface which sent this command, is returned to the host.
- 168 -
Notes (1) This command is available only for the RS-232C, USB interfaces and socket
communications.
(2) The printer returns the status only for the interface which sent this command to
the host.
(3) After the code of the Writable Character Command ([ESC] XD) or Graphic
Command ([ESC] SG) is received, the Status Request Command is not
processed until the printer receives the data specified for the type of data.
(4) A max. delay of 20 msec may occur until the printer sends the status after
receiving the Status Request Command.
(5) The interval from when the Status Request Command is sent to when the next
Status Request Command is sent should be 20 msec or more. If the interval is
less than 20 msec, the printer may fail to receive the Status Request Command.
- 169 -
6.3.30 VERSION INFORMATION ACQUIRE COMMAND [ESC] WV
Explanation (1) The format of the program version data (total 27 bytes of data) to be returned to
the host is as follows.
SOH 01H
STX 02H
“0” 30H
“4” 34H
“A” 41H
“P” 50H
Creation date “R” 52H Creation date of program:
“2” 32H 9 bytes of data indicated in order of Day-
“0” 30H Month-Year
“0” 30H
“3” 33H
“B” 42H
“-“ 2DH
“E” 45H
Model “V” 56H Model:
“4” 34H 7 bytes of ASCII code indicating model
“D” 44H
SP 20H
“V” 56H
“1” 31H
Version “.” 2EH Program version:
“0” 30H 5 bytes of data: Vx.xx
“A” 41H Revision
EOT 04H
CR 0DH
LF 0AH
(2) This command is one of the types of commands that is processed as it is received.
Processing takes place starting from the ones received first. Until the process of
the command previously sent is completed, the next command is not processed.
Therefore, if the printer is not in the idle state when this command is sent, the
program version data may not be returned immediately.
Notes (1) This command is effective only for the serial interface (RS-232C).
This command is not supported for a parallel interface (Centronics), since
transmission cannot be performed in the parallel interface.
- 170 -
6.3.31 SD CARD INFORMATION ACQUIRE COMMAND [ESC] WI
Function Sends information regarding the use of the memory board to the host.
Term a: Drive
1: Slot 1 SD card (Option)
2: Slot 1 SD card (Option)
b: Information to be acquired
A: Free space
B: Bitmap
C: Stored PC command save file
D: TrueType
01H 02H 42H xxH “0”/“1” “0”/“1” ········ “0”/“1” “0”/“1” 03H 04H 0DH 0AH
- 171 -
C: Stored PC command save file
SOH STX “C” Slot Stored PC command save file name ETX EOT CR LF
01H 02H 43H xxH File name 1 00H File name 2 00H ··· File name n 00H 03H 04H 0DH 0AH
In the following cases, 1 byte of “00H” is returned as the stored PC command save
file name.
There is no file.
The memory board is not inserted in the specified slot.
D: Stored True Type Font file
SOH STX “D” Slot Stored PC command save file name ETX EOT CR LF
01H 02H 43H xxH File name 1 00H File name 2 00H ··· File name n 00H 03H 04H 0DH 0AH
In the following cases, 1 byte of “00H” is returned as the stored True Type Font file
name.
There is no file.
The memory board is not inserted in the specified slot.
(2) This command is one of the types of commands that is processed as it is received.
Processing takes place starting from the ones received first. Until the process of
the command previously sent is completed, this command is not processed.
Therefore, if the printer is not in the idle state when this command is sent, the
program version data may not be returned immediately.
Note (1) This command is effective only for the serial interface (RS-232C), USB or LAN.
This command is not supported for a parallel interface (Centronics), since
transmission cannot be performed in the parallel interface.
- 172 -
6.3.32 PRINTER INFORMATION STORE COMMAND [ESC] IG
Format [ESC] IG; aaa --- aaabbb --- bbb [LF] [NUL]
Explanation (1) The model name and serial No. of the printer can be optionally stored. The
character codes which can be set in each item are 20H to 7FH. If any code
other than these is used, it is replaced with the space code.
(2) The printer information has already been set when shipped.
(3) The stored printer information is backed up in memory and is kept even if the
power is turned off.
(4) This stored information should be printed on test print.
[ESC] IG; [42H] [2DH] [45H] [56H] [34H] [44H] [2DH] [47H] [53H] [31H] [34H] [2DH] [51H] [4DH] [2DH]
[52H] [20H] [20H] [20H] [20H] [32H] [33H] [30H] [33H] [41H] [30H] [30H] [30H] [30H] [30H]
- 173 -
6.3.33 PRINTER INFORMATION REQUEST COMMAND [ESC] IR
Explanation (1) The model name and serial No. set by the Printer Information Store Command
([ESC] IG) are retrieved
[Information field]
Model name: [42H] [2DH] [45H] [56H] [34H] [44H] [2DH] [47H] [53H] [31H] [34H] [2DH] [51H] [4DH] [2DH]
Serial No.: [32H] [33H] [30H] [33H] [41H] [30H] [30H] [30H] [30H] [30H] [31H]
- 174 -
6.3.34 IP ADDRESS SET COMMAND [ESC] IP
- 175 -
6.3.35 SOCKET COMMUNICATION PORT SET COMMAND [ESC] IS
Function Enables or disables the socket communication, and sets the communication port
number to be used.
- 176 -
6.3.36 DHCP FUNCTION SET COMMAND [ESC] IH
Function Enables or disables the DHCP function, and sets the DHCP client ID.
Explanation “FFH” in the client ID is assumed as a terminator. Therefore, “FFH” must not be
used in data.
If “FFH” is specified as the first byte of the DHCP client ID, the printer assumes the
DHCP client ID has not been specified. So the printer uses the MAC address as
the DHCP client ID instead.
Examples To enable the DHCP function and set the DHCP client ID to “12H56HCDH”.
[ESC] IH; 1, 1256CDFFFFFFFFFFFFFFFFFFFFFFFFFF[LF] [NUL]
- 177 -
6.4 COMMANDS FOR SYSTEM ADMINISTRATOR
6.4.1 PARAMETER SET COMMAND [ESC] Z2; 1
- 178 -
g: RS-232C transmission control
0: XON/XOFF protocol
(No XON output when the power is turned on, no XOFF output when the
power is turned OFF)
1: READY/BUSY (DTR) protocol
(No XON output when the power is turned on, no XOFF output when the
power is turned OFF)
2: XON/XOFF + READY/BUSY (DTR) protocol:
(XON output when the power is turned on, XOFF output when the power is
turned OFF)
3: XON/XOFF protocol:
(XON output when the power is turned on, XOFF output when the power is
turned OFF)
4: RTS protocol
(No XON output when the power is turned on, no XOFF output when the
power is turned OFF)
h: Destination selection (Not initialized by parameter clearance by key operation)
Note: When JA or CSG is selected, a character assigned to “5CH” of the all
character code tables will become “¥” instead of “\”, and Japanese characters
are supported by the bitmap fonts.
0: QM
1: JA
2: CSG
3: Ignore
4: Ignore
5: Ignore
6: Ignore
i: Forward feed standby after an issue
0: OFF
1: ON
j: Head up operation after a label is cut
0: Ignore
1: Ignore
k: Ribbon saving system
0: Ignore
1: Ignore
l: Type of control code
0: Automatic selection
1: ESC, LF, NUL mode
2: {, |, } mode
m: Ribbon type selection
0: Ignore
1: Ignore
n: Strip status selection
0: Ignore
1: Ignore
- 179 -
o: [FEED] key function
0: FEED: Feeds one label.
1: PRINT: Prints data from the image buffer on one label.
p: Kanji code selection
0: Ignore
1: Ignore
qq: Euro code setting
*1
“20” to “FF” (Specify the hex code in 2 bytes of ASCII code)
r: Automatic head broken dots check
0: Ignore
1: Ignore
s: Centronics ACK/BUSY timing setting
0: Ignore
1: Ignore
t: Web printer function setting
0: Ignore
1: Ignore
u: Automatic home position detection (Omissible and not initialized by parameter
clearance by key operation)
0: OFF (Default)
1: ON
v: Automatic sensor calibration setting (Omissible and not initialized by parameter
clearance by key operation)
0: OFF (Default)
1: ON with current sensor when power on
w: Printer model setting (Omissible and not initialized by parameter clearance by
key operation)
0: B-EV4D
1: B-EV4T
Explanation (1) This command is not executed until the printer enters an idle state.
(2) The parameters set by this command become effective when the power is turned
on.
*1: Hex codes to be set are expressed in 2 bytes of ASCII code as shown below:
Example 1: To set 36H: ”36” (33H, 36H)
Example 2: To set 42H: ”42” (34H, 32H)
Example 3: To set FFH: ”FF” (46H, 46H)
- 180 -
(3) When the automatic home position detection is set to ON, the media must be set
as follows. Otherwise, the printer cannot detect a home position correctly.
(The printer basically performs the automatic home position detection during the
cut issue.)
st
Set the media so that the 2nd black mark is positioned before the
1 black mark print head position.
(4) When the automatic home position detection is set to ON, the printer operation
differs depending on the printer statuses.
<#1> When the printer power is turned OFF and back to ON or when the top cover is
opened and closed.
1) Set the media so that the 2nd black mark is positioned before the print head
position.
1 2
Cut position
Black mark sensor
2) When the power is turned on or the top cover is closed, the printer feeds the
media in the reverse direction until the black mark sensor detects the 2nd black
mark. (If the 2nd black mark is not detected while printer feeds a half of the
specified media length, a paper jam error results.)
Feed direction
1 2
Cut position
Black mark sensor
- 181 -
3) When the 2nd black mark is detected, the printer further performs a reverse
feed for the distance equivalent to “35 mm minus the distance between the
print head position and the black mark sensor” so that the top edge of the
media is positioned at the print head position.
(If the 2nd black mark is not detected even though the printer has performed a
35-mm or more reverse feed, a paper jam occurs.)
Feed direction
1 2
Cut position
<#2> When the top cover is opened and closed after clearing an error (paper jam, no
paper, or ribbon error).
1) After clearing an error (paper jam, non paper, or ribbon error), set the media
so that the 2nd black mark is positioned before the print head position, then
close the top cover.
1 2
Cut position
Black mark sensor
2) When the FEED key is pressed, the printer feeds the media in the reverse
direction until the black mark sensor detects the 2nd black mark. (If the 2nd
black mark is not detected while printer feeds a half of the specified media
length, a paper jam error results.)
Feed direction
1 2
Cut position
Black mark sensor
- 182 -
3) When the 2nd black mark is detected, the printer further performs a reverse
feed for the distance equivalent to “35 mm minus the distance between the
print head position and the black mark sensor” so that the top edge of the
media is positioned at the print head position.
(If the 2nd black mark is not detected even though the printer has performed a
35-mm or more reverse feed, a paper jam occurs.)
Feed direction
1 2
Cut position
<#3> When the printer does not receive any data within 1 sec. after the last issue and
the power is turned off and back to on without opening/closing the top cover.
1) After cutting the media, the printer performs a reverse feed so that the top
edge of the media is positioned at the print head position.
Feed direction
1 2
Cut position
2) When the printer does not receive next data within 1 sec. and the power is
turned off without opening/closing the top cover, a reverse feed will not be
performed as the media is already positioned at the print head position.
- 183 -
6.4.2 FINE ADJUSTMENT VALUE SET COMMAND [ESC] Z2; 2
Term a: Indicates the direction, forward or backward, in which a feed length fine
adjustment is to be made.
+: Ignore
-: Ignore
bbb: Feed length fine adjustment value
Ignore
c: Indicates the direction, forward or backward, in which a cut position (or strip
position) fine adjustment is to be made.
+: Ignore
-: Ignore
ddd: Fine adjustment value for the cut position (or strip position)
Ignore
e: Indicates whether the back feed is to be increased or decreased.
+: Ignore
-: Ignore
ff: Back feed length fine adjustment value
Ignore
g: Indicates the direction, positive or negative, in which the X-coordinate fine
adjustment is to be made. (Not initialized by parameter clearance by key
operation)
+: Positive direction
-: Negative direction
hhh: X-coordinate fine adjustment value (Not initialized by parameter clearance by key
operation)
000 to 995 (in units of 0.5 mm) *1
i: Indicates whether to increase or decrease the density in the thermal transfer print
mode.
+: Ignore
-: Ignore
jj: Print density fine adjustment value (for the thermal transfer print mode)
Ignore
k: Indicates whether to increase or decrease the density in the direct thermal print
mode.
+: Ignore
-: Ignore
ll: Print density fine adjustment value (for the direct thermal print mode)
Ignore
- 184 -
m: Fine adjustment direction for the ribbon rewind motor voltage
-: Ignore
nn: Fine adjustment value for the ribbon rewind motor voltage
Ignore
o: Fine adjustment direction for the ribbon back tension motor voltage
+: Ignore
-: Ignore
pp: Fine adjustment value for the ribbon back tension motor voltage
Ignore
qq: Reflective sensor manual threshold fine adjustment value
Ignore
rr: Transmissive sensor manual threshold fine adjustment value
Ignore
ss: Sensor sensitivity adjustment value for transmissive sensor (Not initialized by
parameter clearance by key operation)
00 to 31
tt: Sensor sensitivity adjustment value for reflective sensor (Omissible, If omitted,
the reflective sensor sensitivity is not changed. Not initialized by parameter
clearance by key operation)
00 to 31
Explanation (1) This command is not executed until the printer enters an idle state.
(2) With some exceptions, the parameters set by this command become effective when
the power is turned on or the printer is reset.
- 185 -
6.4.3 BATCH RESET COMMAND [ESC] Z0 (zero)
Explanation • This command is not executed until the printer enters an idle state.
• Some values in the Parameter Set Command ([ESC] Z2;1) and the Fine Adjustment
Value Set Command ([ESC Z2;2]), will become effective when the printer is initialized.
This command should be sent after the Parameter Set Command ([ESC] Z2;1) or Fine
Adjustment Value Set Command ([ESC] Z2;2) is sent.
- 186 -
7. CONTROL CODE SELECTION
(1) Automatic Selection
This printer automatically selects [ESC] (1BH). [LF] (0AH). [NUL] (00H) or {(7BH). | (7CH).} (7DH)
as an interface command control code. After the power is turned on, the program checks the data
from the host for [ESC] and { and assumes the data whichever has been sent first to be a control
code.
For example, if [ESC] is sent first after the power is turned on, [ESC]. [LF]. [NUL] becomes a
control code, and if { is sent first, { . | . } becomes a control code. Control code selection is made
for every command. If the first command is [ESC] ~ [LF] [NUL], followed by [ESC], the control code
becomes [ESC]. [LF]. [NUL], and if it is followed by { , the control code for the next command
becomes { . | . }. When { . | . } is a control code, the data of 00H to 1FH in { ~ | } is ignored.
However, the data of 00H to 1FH becomes valid while processing the Graphic Command or
Writable Character Command in hexadecimal mode. When { . | . } is a control code, { . | . } cannot
be used in the data of the Data Command or Display Command.
Power ON
No
<Received data ESC?>
Yes No
<Received data { ?>
Yes
Command processing
- 187 -
8. ERROR PROCESSING
If the printer detects any of the following errors, it will display the error message (LED), makes status
response (serial interface, parallel interface and USB interface), and stops its operation.
- 188 -
(2) Cutter Error
• Cutter
When the cutter does not move from the cutter home position 50 msec or more after the cutter
solenoid is driven, an error will result.
The cutter moves from the home position, however, it does not return to the home position after
500 msec.
(3) Label End
c When the transmissive sensor and reflective sensor detect the label end state in 10 mm
continuously, an error will result.
d If the transmissive sensor and reflective sensor detect the label end state when an issue, feed
and ejection is attempted in a printer stop state, an error will result.
The following cases are effective only when the issue speed is set to A or B by an Issue
Command.
e When the transmissive or reflective sensor detects a no-paper level at the time an issue, a
feed, or an ejection of labels is attempted while the printer is stopped, an error results. (This is
not applicable to an automatic label set function at a power on time.)
f When the trasmissive or reflective sensor has detected consecutive 3-mm long no-paper level
at the completion of printing (or feeding) of the last label in a batch, an error results. (In this
case, a status “23”, which is different from a normal label end status “13”, will be sent to the
host.)
Detailed status
Printer status Automatic status Status request
transmission command
No label 13 13
- 189 -
8.3 ERRORS IN WRITABLE CHARACTER AND PC COMMAND SAVE MODES
(1) Write Error
• An error has occurred in writing in the SD card.
(2) Format Error
• An erase error has occurred in formatting the SD card.
(3) Memory Full
• Storing is impossible because of the insufficient SD card capacity.
* At the moment when an error occurs, the printer indicates the error by the LED, makes status
response, then stops. The Status Request Command and Reset Command only can be
processed and other commands are not processed. Restoration using the [FEED] key is
impossible.
- 190 -
9. STATUS RESPONSE
9.1 SERIAL INTERFACE
9.1.1 FUNCTIONS
Remaining count
• 0000 ~ 9999
(Fixed as 0000 in save mode)
Type of status
• “1” (31H) (Status Request Command)
• “2” (32H) (Auto status transmission)
Detail status
- 191 -
9.1.3 DETAIL STATUS
Detail Status
Printer Status Auto Status Status Request
Transmission Command
- 192 -
9.2 PARALLEL INTERFACE
Printer Status Output Signal
BUSY SELECT FAULT PE
In the online mode L H H L
In the online mode (communicating) L, H H H L
The top cover was opened in the online mode. – L L L
In a pause state – L L L
Data was set from the host with the receive buffer full. – H H L
After data was sent from the host with the receive buffer – H H L
full, some data is processed and room becomes
available.
Initialize process in execution – L L L
A command error has occurred in analyzing the – L L L
command.
A paper jam occurred during paper feed. – L L L
An abnormal condition occurred at the cutter. – L L L
The label has run out. – L L H
A feed or an issue was attempted with the top cover – L L L
opened. (except the [FEED] key)
The stepping motor temperature has become – L L L
excessively high.
The thermal head temperature has become excessively – L L L
high.
The ribbon has run out. – L L L
An Abnormal condition has occurred in the encoder
The last label has been issued normally and the label L L H
has run out.
In writable character or PC command save mode – H H L
An error has occurred in writing data into the SD card. – L L L
An erase error has occurred in formatting the SD card. – L L L
Saving failed because of the insufficient capacity of the – L L L
SD card.
The SD card is being initialized. –
(Initialization is carried out for approximately 15
seconds)
A momentary power interruption has occurred. – L L L
An EEPROM for back-up cannot be read/written – L L L
properly.
- 193 -
Printer Status Output Signal
BUSY SELECT FAULT PE
(a) A command has been fetched from an odd address. – L L L
(b) Word data has been accessed from a place other
than the boundary of the word data.
(c) Long word data has been accessed from a place
other than the boundary of the long word data.
(d) An undefined command in a place other than the
delay slot has been decoded.
(e) An undefined command in the delay slot has been
decoded.
(f) A command which rewrites the data in the delay
slot has been decoded.
- 194 -
10. LED INDICATIONS
Restoration by Acceptance of
LED Indication [FEED] key while Status Request
No. Printer Status error state Reset
Yes/No Command
Green Red Orange Yes/No
- 195 -
Restoration by Acceptance of
LED Indication [FEED] key while Status Request
No. Printer Status error state Reset
Yes/No Command
Green Red Orange Yes/No
NOTE 1: : On
◎ :Slow-speed Blinking (Interval: 1.0sec)
:Medium-speed Blinking (Interval: 0.5sec)
★ :Fast-speed Blinking (Interval: 0.2sec)
: Off
- 196 -
11. CHARACTER CODE TABLE
The followings are the character code tables. However, the characters which can be printed are
different according to the character type.
(1) PC-850
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p Ç É á C ð Ó -
1 ! 1 A Q a q ü æ í Ð ß ±
2 ” 2 B R b r é Æ ó Ê Ô =
3 # 3 C S c s â ô ú Ë Ò ¾
4 $ 4 D T d t ä ö ñ È õ ¶
5 % 5 E U e u à ò Ñ Á 1 Õ §
6 & 6 F V f v å û ª Â ã Í µ ÷
7 ’ 7 G W g w ç ù º À Ã Î þ ¸
8 ( 8 H X h x ê ÿ ¿ © Ï Þ °
9 ) 9 I Y i y ë Ö ® Ú ¨ The Euro code (B0H) can
be changed in the
A * : J Z j z è Ü ¬ Û •
parameter set command.
B + ; K [ k { ï ø ½ Ù ¹
C , < L \ l | î £ ¼ ý ³
D – = M ] m } ì Ø ¡ ¢ ¦ Ý ²
¯
E . > N ^ n ~ Ä × « ¥ Ì g
F / ? O _ o Å ƒ » ¤ ´
(2) PC-8
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p Ç É á C α ≡
1 ! 1 A Q a q ü æ í β ±
2 " 2 B R b r é Æ ó Γ ≥
3 # 3 C S c s â ô ú π ≤
4 $ 4 D T d t ä ö ñ Σ ⎧
5 % 5 E U e u à ò Ñ σ ⎭
6 & 6 F V f v å û ª µ ÷
7 ' 7 G W g w ç ù º τ ≈
8 ( 8 H X h x ê ÿ ¿ Φ °
9 ) 9 I Y i y ë Ö Θ • The Euro code (B0H) can
A : J Z j z è Ü Ω • be changed in the
*
parameter set command.
B + ; K [ k { ï ¢ ½ δ √
C , < L \ l | î £ ¼ ∞ n
D – = M ] m } ì ¥ ¡ ∅ 2
E . > N ^ n ~ Ä Pt « ε g
F / ? O _ o Å ∫ » ∩
- 197 -
(3) PC-852
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p Ç É á C Ó -
1 ! 1 A Q a q ü í Ð ß
2 ” 2 B R b r é ó Ô
3 # 3 C S c s â ô ú Ë
4 $ 4 D T d t ä ö
5 % 5 E U e u Á §
6 & 6 F V f v Â Í ÷
7 ’ 7 G W g w ç Î ¸
8 ( 8 H X h x °
9 ) 9 I Y i y ë Ö Ú ¨ The Euro code (B0H) can
A * : J Z j z Ü ¬ • be changed in the
parameter set command.
B + ; K [ k {
C , < L \ l | î ý
D – = M ] m } Ý
E . > N ^ n ~ Ä × « g
F / ? O _ o » ¤
(4) PC-857
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p Ç É á C º Ó -
1 ! 1 A Q a q ü æ í ª ß ±
2 " 2 B R b r é Æ ó Ê Ô
3 # 3 C S c s â ô ú Ë Ò ¾
4 $ 4 D T d t ä ö ñ È õ ¶
5 % 5 E U e u à ò Ñ Á Õ §
6 & 6 F V f v å û Â ã Í µ ÷
7 ' 7 G W g w ç ù À Ã Î ¸
8 ( 8 H X h x ê ¿ © Ï × °
9 ) 9 I Y i y ë Ö ® Ú ¨ The Euro code (B0H) can
A * : J Z j z è Ü ¬ Û • be changed in the
parameter set command.
B + ; K [ k { ï ø ½ Ù ¹
C , < L \ l | î £ ¼ ì ³
D – = M ] m } Ø ¡ ¢ ¦ ÿ ²
¯
E . > N ^ n ~ Ä « ¥ Ì g
F / ? O _ o Å » ¤ ´
- 198 -
(5) PC-851
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p Ç C
1 ! 1 A Q a q ü ±
2 ” 2 B R b r é
3 # 3 C S c s â ô
4 $ 4 D T d t ä ö
5 % 5 E U e u à §
6 & 6 F V f v û
7 ’ 7 G W g w ç ù ¸
8 ( 8 H X h x ê °
9 ) 9 I Y i y ë Ö ¨ The Euro code (B0H) can
A * : J Z j z è Ü be changed in the
parameter set command.
B + ; K [ k { Ï ½
C , < L \ l | î £
D – = M ] m }
E . > N ^ n ~ Ä « g
F / ? O _ o »
(6) PC-855
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x
9 ) 9 I Y i y The Euro code (B0H) can
A * : J Z j z be changed in the
parameter set command.
B + ; K [ k {
C , < L \ l |
D – = M ] m } §
E . > N ^ n ~ « g
F / ? O _ o » ¤
- 199 -
(7) PC-1250
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q ± Á á
2 ” 2 B R b r  â
3 # 3 C S c s Ó ó
4 $ 4 D T d t ¤ ´ Ä Ô ä ô
5 % 5 E U e u µ
6 & 6 F V f v ¦ ¶ Ö ö
7 ’ 7 G W g w § · Ç × ç ÷
8 ( 8 H X h x ¨ ¸
9 ) 9 I Y i y © É é The Euro code (B0H) can
A * : J Z j z Ú ú be changed in the
parameter set command.
B + ; K [ k { « » Ë ë
C , < L \ l | ¬ Ü ü
D – = M ] m } Í Ý í ý
E . > N ^ n ~ ® Î î
F / ? O _ o ß
(8) PC-1251
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q ±
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t ¤
5 % 5 E U e u µ
6 & 6 F V f v ¦ ¶
7 ' 7 G W g w § ·
8 ( 8 H X h x
9 ) 9 I Y i y © The Euro code (B0H) can
A * : J Z j z be changed in the
parameter set command.
B + ; K [ k { « »
C , < L \ l | ¬
D – = M ] m }
E . > N ^ n ~ ®
F / ? O _ o
- 200 -
(9) PC-1252
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C À Ð à ð
1 ! 1 A Q a q ¡ ± Á Ñ á ñ
2 ” 2 B R b r ¢ ² Â Ò â ò
3 # 3 C S c s ƒ £ ³ Ã Ó ã ó
4 $ 4 D T d t ¤ ´ Ä Ô ä ô
5 % 5 E U e u ¥ µ Å Õ å õ
6 & 6 F V f v ¦ ¶ Æ Ö æ ö
7 ’ 7 G W g w § · Ç × ç ÷
8 ( 8 H X h x ^ ˜ ¨ ¸ È Ø è ø
9 ) 9 I Y i y © ¹ É Ù é ù The Euro code (B0H) can
A * : J Z j z ª º Ê Ú ê ú be changed in the
parameter set command.
B + ; K [ k { « » Ë Û ë û
C , < L \ l | ¬ ¼ Ì Ü ì ü
D – = M ] m } ½ Í Ý í ý
E . > N ^ n ~ ® ¾ Î Þ î þ
F / ? O _ o ¿ Ï ß ï ÿ
(10) PC-1253
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q ±
2 " 2 B R b r ²
3 # 3 C S c s ƒ £ ³
4 $ 4 D T d t ¤
5 % 5 E U e u ¥ µ
6 & 6 F V f v ¦ ¶
7 ' 7 G W g w § ·
8 ( 8 H X h x ¨
9 ) 9 I Y i y © The Euro code (B0H) can
A * : J Z j z ª be changed in the
parameter set command.
B + ; K [ k { « »
C , < L \ l | ¬
D – = M ] m } ½
E . > N ^ n ~ ®
F / ? O _ o
- 201 -
(11) PC-1254
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C À à
1 ! 1 A Q a q ¡ ± Á Ñ á ñ
2 ” 2 B R b r ¢ ² Â Ò â ò
3 # 3 C S c s ƒ £ ³ Ã Ó ã ó
4 $ 4 D T d t ¤ ´ Ä Ô ä ô
5 % 5 E U e u ¥ µ Å Õ å õ
6 & 6 F V f v ¦ ¶ Æ Ö æ ö
7 ’ 7 G W g w § · Ç × ç ÷
8 ( 8 H X h x ^ ˜ ¨ ¸ È Ø è ø
9 ) 9 I Y i y © ¹ É Ù é ù The Euro code (B0H) can
A * : J Z j z ª º Ê Ú ê ú be changed in the
parameter set command.
B + ; K [ k { « » Ë Û ë û
C , < L \ l | ¬ ¼ Ì Ü ì ü
D – = M ] m } ½ Í í ¹
E . > N ^ n ~ ® ¾ Î î
F / ? O _ o ¿ Ï ß ï ÿ
(12) PC-1257
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q ±
2 " 2 B R b r ¢ ²
3 # 3 C S c s £ ³ Ó ó
4 $ 4 D T d t ¤ ´ Ä ä
5 % 5 E U e u µ Å Õ å õ
6 & 6 F V f v ¦ ¶ Ö ö
7 ' 7 G W g w § · × ÷
8 ( 8 H X h x Ø ø
9 ) 9 I Y i y © ¹ É é The Euro code (B0H) can
A * : J Z j z be changed in the
parameter set command.
B + ; K [ k { « »
C , < L \ l | ¬ ¼ Ü ü
D – = M ] m } ¨ ¯ ½
E . > N ^ n ~ ® ¾
F / ? O _ o ¸ Æ æ ß
- 202 -
(13) LATIN9
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C À Ð à ð
1 ! 1 A Q a q ¡ ± Á Ñ á ñ
2 ” 2 B R b r ¢ ² Â Ò â ò
3 # 3 C S c s £ ³ Ã Ó ã ó
4 $ 4 D T d t C Ä Ô ä ô
5 % 5 E U e u ¥ µ Å Õ å õ
6 & 6 F V f v ¶ Æ Ö æ ö
7 ’ 7 G W g w § · Ç × ç ÷
8 ( 8 H X h x È Ø è ø
9 ) 9 I Y i y © ¹ É Ù é ù The Euro code (B0H) can
A * : J Z j z ª º Ê Ú ê ú be changed in the
parameter set command.
B + ; K [ k { « » Ë Û ë û
C , < L \ l | ¬ Ì Ü ì ü
D – = M ] m } Í Ý í ý
E . > N ^ n ~ ® Î Þ î þ
F / ? O _ o ¿ Ï ß ï ÿ
(14) Arabic
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x
9 ) 9 I Y i y The Euro code (B0H) can
A * : J Z j z be changed in the
parameter set command.
B + ; K [ k {
C , < L \ l |
D – = M ] m }
E . > N ^ n ~
F / ? O _ o
- 203 -
11.2 PRESENTATION (Bit map font type: M)
(1) PC-850, PC-857
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` P C -
1 ! 1 A Q A Q
2 " 2 B R B R
3 # 3 C S C S
4 $ 4 D T D T
5 % 5 E U E U
6 & 6 F V F V
7 ' 7 G W G W
8 ( 8 H X H X
(2) PC-8
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` P C
1 ! 1 A Q A Q
2 " 2 B R B R
3 # 3 C S C S
4 $ 4 D T D T
5 % 5 E U E U
6 & 6 F V F V
7 ' 7 G W G W
8 ( 8 H X H X
- 204 -
(3) PC-852
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` P C -
1 ! 1 A Q A Q
2 " 2 B R B R
3 # 3 C S C S
4 $ 4 D T D T
5 % 5 E U E U
6 & 6 F V F V
7 ' 7 G W G W
8 ( 8 H X H X
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` P C
1 ! 1 A Q A Q
2 " 2 B R B R
3 # 3 C S C S
4 $ 4 D T D T
5 % 5 E U E U
6 & 6 F V F V
7 ' 7 G W G W
8 ( 8 H X H X
- 205 -
(5) PC-1252, PC-1254
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` P C
1 ! 1 A Q A Q
2 " 2 B R B R
3 # 3 C S C S
4 $ 4 D T D T
5 % 5 E U E U ¥
6 & 6 F V F V
7 ' 7 G W G W
8 ( 8 H X H X ^ ˜
9 ) 9 I Y I Y The Euro code (B0H) can
A * : J Z J Z
be changed in the
parameter set command.
B + ; K [ K {
C , < L \ L |
D – = M ] M }
E . > N ^ N ~
F / ? O _ O
(6) PC-1253
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` P C -
1 ! 1 A Q A Q
2 " 2 B R B R
3 # 3 C S C S
4 $ 4 D T D T
5 % 5 E U E U ¥
6 & 6 F V F V
7 ' 7 G W G W
8 ( 8 H X H X
- 206 -
(7) LATIN9
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` P C
1 ! 1 A Q A Q
2 " 2 B R B R
3 # 3 C S C S
4 $ 4 D T D T C
5 % 5 E U E U ¥
6 & 6 F V F V
7 ' 7 G W G W
8 ( 8 H X H X
- 207 -
11.3 OCR-A (Bit map font type: S)
(1) PC-850, PC-857
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P -
1 1 A Q
2 " 2 B R
3 3 C S
4 $ 4 D T
5 5 E U
6 6 F V
7 7 G W
8 8 H X
9 9 I Y
A J Z
B + K
C < L
D - M
E . > N ¥
F / O
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P p -
1 ! 1 A Q a q
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x
9 ) 9 I Y i y
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m }
E . > N ^ n ¥
F / ? O o
- 208 -
(2) PC-8
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P
1 1 A Q
2 " 2 B R
3 3 C S
4 $ 4 D T
5 5 E U
6 6 F V
7 7 G W
8 8 H X
9 9 I Y
A J Z
B + K
C < L
D - M ¥
E . > N
F / O
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P p
1 ! 1 A Q a q
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x
9 ) 9 I Y i y
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m } ¥
E . > N ^ n
F / ? O o
- 209 -
(3) PC-852
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P -
1 1 A Q
2 " 2 B R
3 3 C S
4 $ 4 D T
5 5 E U
6 6 F V
7 7 G W
8 8 H X
9 9 I Y
A J Z
B + K
C < L
D - M
E . > N
F / O
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P p -
1 ! 1 A Q a q
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x
9 ) 9 I Y i y
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m }
E . > N ^ n
F / ? O o
- 210 -
(4) PC-851, PC-855, PC-1250, PC-1251, PC-1257, Arabic
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P
1 1 A Q
2 " 2 B R
3 3 C S
4 $ 4 D T
5 5 E U
6 6 F V
7 7 G W
8 8 H X
9 9 I Y
A J Z
B + K
C < L
D - M
E . > N
F / O
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P p
1 ! 1 A Q a q
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x
9 ) 9 I Y i y
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m }
E . > N ^ n
F / ? O o
- 211 -
(5) PC-1252, PC-1254
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P -
1 1 A Q
2 " 2 B R
3 3 C S
4 $ 4 D T
5 5 E U ¥
6 6 F V
7 7 G W
8 8 H X ^ ˜
9 9 I Y
A J Z
B + K
C < L
D - M
E . > N
F / O
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P p -
1 ! 1 A Q a q
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u ¥
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x ^ ˜
9 ) 9 I Y i y
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m }
E . > N ^ n
F / ? O o
- 212 -
(6) PC-1253
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P -
1 1 A Q
2 " 2 B R
3 3 C S
4 $ 4 D T
5 5 E U ¥
6 6 F V
7 7 G W
8 8 H X
9 9 I Y
A J Z
B + K
C < L
D - M
E . > N
F / O
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P p -
1 ! 1 A Q a q
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u ¥
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x
9 ) 9 I Y i y
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m }
E . > N ^ n
F / ? O o
- 213 -
(7) LATIN9
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P
1 1 A Q
2 " 2 B R
3 3 C S
4 $ 4 D T
5 5 E U ¥
6 6 F V
7 7 G W
8 8 H X
9 9 I Y
A J Z
B + K
C < L
D - M
E . > N
F / O
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P p
1 ! 1 A Q a q
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u ¥
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x
9 ) 9 I Y i y
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m }
E . > N ^ n
F / ? O o
- 214 -
11.4 OCR-B (Bit map font type: T)
(1) PC-850, PC-857
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P 0 -
1 1 A Q 1
2 " 2 B R 2
3 3 C S 3
4 $ 4 D T 4
5 5 E U 5
6 6 F V 6
7 7 G W 7
8 8 H X 8
9 9 I Y 9
A J Z
B + K
C < L
D - M
E . > N ¥
F / O
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p 0 -
1 ! 1 A Q a q 1
2 " 2 B R b r 2
3 # 3 C S c s 3
4 $ 4 D T d t 4
5 % 5 E U e u 5
6 & 6 F V f v 6
7 ' 7 G W g w 7
8 ( 8 H X h x 8
9 ) 9 I Y i y 9
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m }
E . > N ^ n ~ ¥
F / ? O _ o
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
- 215 -
(2) PC-8
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P 0
1 1 A Q 1
2 " 2 B R 2
3 3 C S 3
4 $ 4 D T 4
5 5 E U 5
6 6 F V 6
7 7 G W 7
8 8 H X 8
9 9 I Y 9
A J Z
B + K
C < L
D - M ¥
E . > N
F / O
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p 0
1 ! 1 A Q a q 1
2 " 2 B R b r 2
3 # 3 C S c s 3
4 $ 4 D T d t 4
5 % 5 E U e u 5
6 & 6 F V f v 6
7 ' 7 G W g w 7
8 ( 8 H X h x 8
9 ) 9 I Y i y 9
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m } ¥
E . > N ^ n ~
F / ? O _ o
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
- 216 -
(3) PC-852
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P 0 -
1 1 A Q 1
2 " 2 B R 2
3 3 C S 3
4 $ 4 D T 4
5 5 E U 5
6 6 F V 6
7 7 G W 7
8 8 H X 8
9 9 I Y 9
A J Z
B + K
C < L
D - M
E . > N
F / O
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p 0 -
1 ! 1 A Q a q 1
2 " 2 B R b r 2
3 # 3 C S c s 3
4 $ 4 D T d t 4
5 % 5 E U e u 5
6 & 6 F V f v 6
7 ' 7 G W g w 7
8 ( 8 H X h x 8
9 ) 9 I Y i y 9
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m }
E . > N ^ n ~
F / ? O _ o
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
- 217 -
(4) PC-851, PC-855, PC-1250, PC-1251, PC-1257, Arabic
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P 0
1 1 A Q 1
2 " 2 B R 2
3 3 C S 3
4 $ 4 D T 4
5 5 E U 5
6 6 F V 6
7 7 G W 7
8 8 H X 8
9 9 I Y 9
A J Z
B + K
C < L
D - M
E . > N
F / O
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p 0
1 ! 1 A Q a q 1
2 " 2 B R b r 2
3 # 3 C S c s 3
4 $ 4 D T d t 4
5 % 5 E U e u 5
6 & 6 F V f v 6
7 ' 7 G W g w 7
8 ( 8 H X h x 8
9 ) 9 I Y i y 9
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m }
E . > N ^ n ~
F / ? O _ o
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
- 218 -
(5) PC-1252, PC-1254, LATIN9
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P 0
1 1 A Q 1
2 " 2 B R 2
3 3 C S 3
4 $ 4 D T 4
5 5 E U 5 ¥
6 6 F V 6
7 7 G W 7
8 8 H X 8 ˜
9 9 I Y 9
A J Z
B + K
C < L
D - M
E . > N
F / O
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p 0
1 ! 1 A Q a q 1
2 " 2 B R b r 2
3 # 3 C S c s 3
4 $ 4 D T d t 4
5 % 5 E U e u 5 ¥
6 & 6 F V f v 6
7 ' 7 G W g w 7
8 ( 8 H X h x 8 ˜
9 ) 9 I Y i y 9
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m }
E . > N ^ n ~
F / ? O _ o
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
- 219 -
(6) PC-1253
c 203-dpi print head model
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 P 0
1 1 A Q 1
2 " 2 B R 2
3 3 C S 3
4 $ 4 D T 4
5 5 E U 5 ¥
6 6 F V 6
7 7 G W 7
8 8 H X 8
9 9 I Y 9
A J Z
B + K
C < L
D - M
E . > N
F / O
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p 0
1 ! 1 A Q a q 1
2 " 2 B R b r 2
3 # 3 C S c s 3
4 $ 4 D T d t 4
5 % 5 E U e u 5 ¥
6 & 6 F V f v 6
7 ' 7 G W g w 7
8 ( 8 H X h x 8
9 ) 9 I Y i y 9
A * : J Z j z
B + ; K [ k {
C , < L \ l |
D - = M ] m }
E . > N ^ n ~
F / ? O _ o
The size of the numerals of codes 80h ~ 89h are reduced to 80%.
- 220 -
11.5 TEC OUTLINE FONT 1 (Outline font type: A, B)
(1) PC-850
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p Ç É á C -
1 ! 1 A Q a q ü æ í C ß ±
2 ” 2 B R b r é Æ ó
3 # 3 C S c s â ô ú
4 $ 4 D T d t ä ö ñ õ
5 % 5 E U e u à ò Ñ §
6 & 6 F V f v å û ª ã µ ÷
7 ’ 7 G W g w ç ù º
8 ( 8 H X h x ê ÿ ¿ °
9 ) 9 I Y i y ë Ö
A * : J Z j z è Ü ¬ •
B + ; K [ k { ï ø ½
C , < L \ l | î £ ¼
The Euro code (B0H) can
D – = M ] m } ì Ø ¡ ¢ ² be changed in the
E . > N ^ n ~ Ä « ¥ g parameter set command.
F / ? O _ o Å ƒ » ¤
(2) PC-8
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p Ç É á C α ≡
1 ! 1 A Q a q ü æ í C β ±
2 " 2 B R b r é Æ ó Γ ≥
3 # 3 C S c s â ô ú π ≤
4 $ 4 D T d t ä ö ñ Σ ⎧
5 % 5 E U e u à ò Ñ σ ⎭
6 & 6 F V f v å û ª µ ÷
7 ' 7 G W g w ç ù º τ ≈
8 ( 8 H X h x ê ÿ ¿ Φ °
9 ) 9 I Y i y ë Ö Θ •
A * : J Z j z è Ü ¬ Ω •
B + ; K [ k { ï ¢ ½ δ √
C , < L \ l | î £ ¼ ∞ n
The Euro code (B0H) can
D – = M ] m } ì ¥ ¡ ∅ 2 be changed in the
E . > N ^ n ~ Ä Pt « ε g parameter set command.
F / ? O _ o Å ∫ » ∩
- 221 -
(3) PC-852
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p Ç É á C -
1 ! 1 A Q a q ü í C ß
2 ” 2 B R b r é ó
3 # 3 C S c s â ô ú
4 $ 4 D T d t ä ö
5 % 5 E U e u §
6 & 6 F V f v ÷
7 ’ 7 G W g w ç
8 ( 8 H X h x °
9 ) 9 I Y i y ë Ö
A * : J Z j z Ü ¬ •
B + ; K [ k {
C , < L \ l | î
The Euro code (B0H) can
D – = M ] m } be changed in the
E . > N ^ n ~ Ä « g parameter set command.
F / ? O _ o » ¤
(4) PC-857
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p Ç É á C º -
1 ! 1 A Q a q ü æ í C ª ß ±
2 " 2 B R b r é Æ ó
3 # 3 C S c s â ô ú
4 $ 4 D T d t ä ö ñ õ
5 % 5 E U e u à ò Ñ §
6 & 6 F V f v å û ã µ ÷
7 ' 7 G W g w ç ù
8 ( 8 H X h x ê ¿ °
9 ) 9 I Y i y ë Ö
A * : J Z j z è Ü ¬ •
B + ; K [ k { ï ø ½
C , < L \ l | î £ ¼ ì
The Euro code (B0H) can
D – = M ] m } Ø ¡ ¢ ÿ 2 be changed in the
E . > N ^ n ~ Ä « ¥ g parameter set command.
F / ? O _ o Å » ¤
- 222 -
(5) PC-851
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p Ç C
1 ! 1 A Q a q ü C ±
2 " 2 B R b r é
3 # 3 C S c s â ô
4 $ 4 D T d t ä ö
5 % 5 E U e u à §
6 & 6 F V f v û
7 ' 7 G W g w ç ù
8 ( 8 H X h x ê °
9 ) 9 I Y i y ë Ö
A * : J Z j z è Ü
B + ; K [ k { Ï ½
C , < L \ l | î £
The Euro code (B0H) can
D – = M ] m } be changed in the
E . > N ^ n ~ Ä « g parameter set command.
F / ? O _ o »
(6) PC-855
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q C
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x
9 ) 9 I Y i y
A * : J Z j z
B + ; K [ k {
C , < L \ l |
The Euro code (B0H) can
D – = M ] m } § be changed in the
E . > N ^ n ~ « g parameter set command.
F / ? O _ o » ¤
- 223 -
(7) PC-1250
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q C á
2 " 2 B R b r â
3 # 3 C S c s ó
4 $ 4 D T d t ¤ Ä ä ô
5 % 5 E U e u µ
6 & 6 F V f v Ö ö
7 ' 7 G W g w § · Ç ç ÷
8 ( 8 H X h x
9 ) 9 I Y i y É é
A * : J Z j z ú
B + ; K [ k { « » ë
C , < L \ l | ¬ Ü ü
The Euro code (B0H) can
D – = M ] m } Í
be changed in the
E . > N ^ n ~ Î parameter set command.
F / ? O _ o ß
(8) PC-1251
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q C
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t ¤
5 % 5 E U e u µ
6 & 6 F V f v
7 ' 7 G W g w § ·
8 ( 8 H X h x
9 ) 9 I Y i y
A * : J Z j z
B + ; K [ k { « »
C , < L \ l | ¬
The Euro code (B0H) can
D – = M ] m } be changed in the
E . > N ^ n ~ parameter set command.
F / ? O _ o
- 224 -
(9) PC-1252
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C à
1 ! 1 A Q a q ¡ C Ñ á ñ
2 " 2 B R b r ¢ ² â ò
3 # 3 C S c s ƒ £ ã ó
4 $ 4 D T d t ¤ Ä ä ô
5 % 5 E U e u ¥ µ Å å õ
6 & 6 F V f v Æ Ö æ ö
7 ' 7 G W g w § · Ç ç ÷
8 ( 8 H X h x ^ ˜ Ø è ø
9 ) 9 I Y i y é ù
A * : J Z j z ª ê ú
B + ; K [ k { « » ë û
C , < L \ l | ¬ ¼ Ü ì ü
The Euro code (B0H) can
D – = M ] m } ½ Í
be changed in the
E . > N ^ n ~ î parameter set command.
F / ? O _ o ¿ ß ï ÿ
(10) PC-1253
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q C
2 " 2 B R b r ²
3 # 3 C S c s ƒ £
4 $ 4 D T d t ¤
5 % 5 E U e u ¥ µ
6 & 6 F V f v
7 ' 7 G W g w § ·
8 ( 8 H X h x
9 ) 9 I Y i y
A * : J Z j z ª
B + ; K [ k { « »
C , < L \ l | ¬
The Euro code (B0H) can
D – = M ] m } ½ be changed in the
E . > N ^ n ~ parameter set command.
F / ? O _ o
- 225 -
(11) PC-1254
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C à
1 ! 1 A Q a q ¡ C Ñ á ñ
2 " 2 B R b r ¢ ² â ò
3 # 3 C S c s ƒ £ ã ó
4 $ 4 D T d t ¤ Ä ä ô
5 % 5 E U e u ¥ µ Å å õ
6 & 6 F V f v Æ Ö æ ö
7 ' 7 G W g w § · Ç ç ÷
8 ( 8 H X h x ^ ˜ Ø è ø
9 ) 9 I Y i y É é ù
A * : J Z j z ª º ê ú
B + ; K [ k { « » ë û
C , < L \ l | ¬ ¼ Ü ì ü
The Euro code (B0H) can
D – = M ] m } ½ Í
be changed in the
E . > N ^ n ~ î parameter set command.
F / ? O _ o ¿ ß Ï ÿ
(12) PC-1257
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q C
2 " 2 B R b r ¢ ²
3 # 3 C S c s £ ó
4 $ 4 D T d t ¤ Ä ä
5 % 5 E U e u µ Å å õ
6 & 6 F V f v Ö ö
7 ' 7 G W g w § · ÷
8 ( 8 H X h x Ø ø
9 ) 9 I Y i y É é
A * : J Z j z
B + ; K [ k { « »
C , < L \ l | ¬ ¼ Ü ü
The Euro code (B0H) can
D – = M ] m } ½ be changed in the
E . > N ^ n ~ parameter set command.
F / ? O _ o Æ æ ß
- 226 -
(13) LATIN9
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C à
1 ! 1 A Q a q ¡ C Ñ á ñ
2 " 2 B R b r ¢ ² â ò
3 # 3 C S c s £ ã ó
4 $ 4 D T d t ¤ Ä ä ô
5 % 5 E U e u ¥ µ Å å õ
6 & 6 F V f v Æ Ö æ ö
7 ' 7 G W g w § · Ç ç ÷
8 ( 8 H X h x Ø è ø
9 ) 9 I Y i y É é ù
A * : J Z j z ª º ê ú
B + ; K [ k { « » ë û
C , < L \ l | ¬ Ü ì ü
The Euro code (B0H) can
D – = M ] m } Í
be changed in the
E . > N ^ n ~ î parameter set command.
F / ? O _ o ¿ ß Ï ÿ
(14) Arabic
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p C
1 ! 1 A Q a q C
2 " 2 B R b r
3 # 3 C S c s
4 $ 4 D T d t
5 % 5 E U e u
6 & 6 F V f v
7 ' 7 G W g w
8 ( 8 H X h x
9 ) 9 I Y i y
A * : J Z j z
B + ; K [ k {
C , < L \ l |
The Euro code (B0H) can
D – = M ] m } be changed in the
E . > N ^ n ~ parameter set command.
F / ? O _ o
- 227 -
11.6 KANJI (16X16, 24X24, 32X32)
(1) JIS8 (Half-size characters)
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p - タ ミ
1 ! 1 A Q a q 。 ア チ ム
2 ” 2 B R b r 「 イ ツ メ
3 # 3 C S c s 」 ウ テ モ
4 $ 4 D T d t 、 エ ト ヤ
5 % 5 E U e u ・ オ ナ ユ
6 & 6 F V f v ヲ カ ニ ヨ
7 ’ 7 G W g w ァ キ ヌ ラ
8 ( 8 H X h x ィ ク ネ リ
9 ) 9 I Y i y ゥ ケ ノ ル
A * : J Z j z ェ コ ハ レ
B + ; K [ k { ォ サ ヒ ロ
C , < L \ l | ャ シ フ ワ
D – = M ] m } ュ ス ヘ ン
E . > N ˆ n ~ ョ セ ホ ゙
F / ? O _ o ッ ソ マ ゚
- 228 -
(3) JIS Hexadecimal
- 229 -
- 230 -
- 231 -
- 232 -
- 233 -
- 234 -
11.7 TrueType FONT
(1) PC-850
(2) PC-8
- 235 -
(3) PC-852
(4) PC-857
- 236 -
(5) PC-851
(6) PC-855
- 237 -
(7) PC-1250
(8) PC-1251
- 238 -
(9) PC-1252
(10) PC-1253
- 239 -
(11) PC-1254
(12) PC-1257
- 240 -
(13) LATIN9
2 3 4 5 6 7 8 9 A B C D E F
0 0 @ P ` p ° À Ð à ð
1 ! 1 A Q a q ¡ ± Á Ñ á ñ
2 " 2 B R b r ¢ ² Â Ò â ò
3 # 3 C S c s £ ³ Ã Ó ã ó
4 $ 4 D T d t Š Ä Ô ä ô
C Z
5 % 5 E U e u ¥ µ Å Õ å õ
6 & 6 F V f v Š
S ¶ Æ Ö æ ö
7 ' 7 G W g w § · Ç × ç ÷
8 ( 8 H X h x s Š
Š z È Ø è ø
9 ) 9 I Y i y © ¹ É Ù é ù
A * : J Z j z ª º Ê Ú ê ú
B + ; K [ k { « » Ë Û ë û
C , < L \ l | ¬ Œ Ì Ü ì ü
D – = M ] m } - œ Í Ý í ý
E . > N ^ n ~ ® Ÿ Î Þ î þ
F / ? O _ o ¯ ¿ Ï ß ï ÿ
(14) Arabic
- 241 -
12. BAR CODE TABLE
(1) WPC (JAN, EAN, UPC) (2) CODE39 (Standard)
ITF, MSI, UCC/EAN128, Industrial 2 of 5
2 3 4 5 6 7 2 3 4 5 6 7
0 0 0 SP 0 P
1 1 1 1 A Q
2 2 2 2 B R
3 3 3 3 C S
4 4 4 $ 4 D T
5 5 5 % 5 E U
6 6 6 6 F V
7 7 7 7 G W
8 8 8 8 H X
9 9 9 9 I Y
A A * J Z
B B + K
C C L
D D – M
E E • N
F F / O
2 3 4 5 6 7 2 3 4 5 6 7
0 SP 0 @ P ` p 0 SP 0 %V P %W +P
1 ! 1 A Q a q 1 /A 1 A Q +A +Q
2 " 2 B R b r 2 /B 2 B R +B +R
3 # 3 C S c s 3 /C 3 C S +C +S
4 $ 4 D T d t 4 /D 4 D T +D +T
5 % 5 E U e u 5 /E 5 E U +E +U
6 & 6 F V f v 6 /F 6 F V +F +V
7 ' 7 G W g w 7 /G 7 G W +G +W
8 ( 8 H X h x 8 /H 8 H X +H +X
9 ) 9 I Y i y 9 /I 9 I Y +I +Y
A * : J Z j z A /J /Z J Z +J +Z
B + ; K [ k { B /K %F K %K +K %P
C , < L \ l | C /L %G L %L +L %Q
D – = M ] m } D – %H M %M +M %R
E . > N ^ n ~ E . %I N %N +N %S
F / ? O _ o F /O %J O %O +O %T
- 242 -
(4) NW-7
2 3 4 5 6 7
0 SP 0
1 1 A a
2 2 B b
3 3 C c
4 $ 4 D d t
5 5 e
6 6
7 7
8 8
9 9
A * :
B +
C
D –
E • n
F /
(5) CODE93
[Transfer code] [Drawing code]
2 3 4 5 6 7 2 3 4 5 6 7
0 SP 0 @ P ` p 0 SP 0 %V P %W +P
1 ! 1 A Q a q 1 /A 1 A Q +A +Q
2 " 2 B R b r 2 /B 2 B R +B +R
3 # 3 C S c s 3 /C 3 C S +C +S
4 $ 4 D T d t 4 /D 4 D T +D +T
5 % 5 E U e u 5 /E 5 E U +E +U
6 & 6 F V f v 6 /F 6 F V +F +V
7 ' 7 G W g w 7 /G 7 G W +G +W
8 ( 8 H X h x 8 /H 8 H X +H +X
9 ) 9 I Y i y 9 /I 9 I Y +I +Y
A * : J Z j z A /J /Z J Z +J +Z
B + ; K [ k { B + %F K %K +K %P
C , < L \ l | C /L %G L %L +L %Q
D – = M ] m } D – %H M %M +M %R
E . > N ^ n ~ E . %I N %N +N %S
F / ? O _ o F / %J O %O +O %T
- 243 -
(6) CODE128
[Transfer code]
– – 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAK % 5 E U e u
6 ACK SYN & 6 F V f v [Drawing code]
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x Value Code Table
9 HT EM ) 9 I Y i y
A LF SUB * : J Z j z
B VT ESC + ; K [ k {
C FF FS , < L \ l |
D CR GS – = M ] m }
E SO RS . > N ^ n ~
F SI US / ? O _ o
- 244 -
Value Code Table
VALUE CODE CODE CODE VALUE CODE CODE CODE VALUE CODE CODE CODE
A B C A B C A B C
0 SP SP 00 36 D D 36 72 BS h 72
1 ! ! 01 37 E E 37 73 HT i 73
2 " " 02 38 F F 38 74 LF j 74
3 # # 03 39 G G 39 75 VT k 75
4 $ $ 04 40 H H 40 76 FF l 76
5 % % 05 41 I I 41 77 CR m 77
6 & & 06 42 J J 42 78 SO n 78
7 ' ' 07 43 K K 43 79 SI o 79
8 ( ( 08 44 L L 44 80 DLE p 80
9 ) ) 09 45 M M 45 81 DC1 q 81
10 * * 10 46 N N 46 82 DC2 r 82
11 + + 11 47 O O 47 83 DC3 s 83
12 , , 12 48 P P 48 84 DC4 t 84
13 – – 13 49 Q Q 49 85 NAK u 85
14 . . 14 50 R R 50 86 SYN v 86
15 / / 15 51 S S 51 87 ETB w 87
16 0 0 16 52 T T 52 88 CAN x 88
17 1 1 17 53 U U 53 89 EM y 89
18 2 2 18 54 V V 54 90 SUB z 90
19 3 3 19 55 W W 55 91 ESC { 91
20 4 4 20 56 X X 56 92 FS ¦ 92
21 5 5 21 57 Y Y 57 93 GS } 93
22 6 6 22 58 Z Z 58 94 RS ~ 94
23 7 7 23 59 [ [ 59 95 US DEL 95
24 8 8 24 60 \ \ 60 96 FNC3 FNC3 96
25 9 9 25 61 ] ] 61 97 FNC2 FNC2 97
26 : : 26 62 ^ ^ 62 98 SHIFT SHIFT 98
27 ; ; 27 63 _ _ 63 99 CODE C CODE C 99
28 < < 28 64 NUL ` 64 100 CODE B FNC4 CODE B
29 = = 29 65 SOH a 65 101 FNC4 CODE A CODE A
30 > > 30 66 STX b 66 102 FNC1 FNC1 FNC1
31 ? ? 31 67 ETX c 67
32 @ @ 32 68 EOT d 68 103 START CODE A
33 A A 33 69 ENQ e 69 104 START CODE B
34 B B 34 70 ACK f 70 105 START CODE C
35 C C 35 71 BEL g 71
- 245 -
(7) Data Matrix
The code to be used is designated using the format ID.
[Transfer Code]
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 ” 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAK % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ’ 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
A LF SUB * : J Z j z
B VT ESC + ; K [ k {
C FF FS , < L \ l |
D CR GS – = M ] m }
E SO RS . > N ^ n ~
F SI US / ? O _ o
- 246 -
(8) PDF417
The following modes are automatically selected according to the code used.
[Transfer Code]
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 ” 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAK % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ’ 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
A LF SUB * : J Z j z
B VT ESC + ; K [ k {
C FF FS , < L \ l |
D CR GS – = M ] m }
E SO RS . > N ^ n ~
F SI US / ? O _ o
- 247 -
(9) MicroPDF417
The following modes are automatically selected according to the code used.
Mode Details
Upper case letters, A to Z, space
space
Binary International 00H to FFH (Kanji)
Character Set
Numerics 0 to 9
[Transfer Code]
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 ” 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAK % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ’ 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
A LF SUB * : J Z j z
B VT ESC + ; K [ k {
C FF FS , < L \ l |
D CR GS – = M ] m }
E SO RS . > N ^ n ~
F SI US / ? O _ o
- 248 -
(10) QR code
When manual mode is selected in the Format Command
y Numeric mode, alphanumeric and symbol mode, Kanji mode
y Binary mode
y Mixed mode
The QR code can handle all codes including alphanumerics, symbols, and Kanji. However, since
the data compression rate varies according to codes, the code to be used should be designated
by selecting the mode.
When the automatic mode is selected in the Format Command for a QR code:
Data to be printed
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 ” 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAK % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ’ 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
A LF SUB * : J Z j z
B VT ESC + ; K [ k {
C FF FS , < L \ l |
D CR GS - = M ] m }
E SO RS • > N ^ n ~
F SI US / ? O _ o DEL
* The shaded parts are Japanese. They are omitted here.
- 249 -
c How to send control code data
NUL (00H) → >@ (3EH, 40H)
SOH (01H) → >A (3EH, 41H)
STX (02H) → >B (3EH, 42H)
to
GS (1DH) → >] (3EH, 5DH)
RS (1EH) → >^ (3EH, 5EH)
US (1FH) → >_ (3EH, 5FH)
d How to send a special code
> (3EH) → >0 (3EH, 30H)
e How to send a Kanji code
Shift JIS
JIS hexadecimal
(For details, refer to the section for the Bar Code Data Command.)
Designation of mode
f Automatic mode
When the same data as e above is designated in automatic mode:
1 2 3 4 5 6 Kanji data a i u e o A B C
Data to be printed
- 250 -
(11) Postal code
Customer bar code POSTNET
2 3 4 5 6 7 2 3 4 5 6 7
0 0 P 0 0
1 1 A Q 1 1
2 2 B R 2 2
3 3 C S 3 3
4 4 D T 4 4
5 5 E U 5 5
6 6 F V 6 6
7 7 G W 7 7
8 8 H X 8 8
9 9 I Y 9 9
A J Z A
B K B
C L C
D – M D
E N E
F O F
2 3 4 5 6 7 2 3 4 5 6 7
0 0 P 0 0 P p
1 1 A Q 1 1 A Q a q
2 2 B R 2 2 B R b r
3 3 C S 3 3 C S c s
4 4 D T 4 4 D T d t
5 5 E U 5 5 E U e u
6 6 F V 6 6 F V f v
7 7 G W 7 7 G W g w
8 ( 8 H X 8 8 H X h x
9 ) 9 I Y 9 9 I Y i y
A J Z A J Z j z
B K B K k
C L C L l
D M D M m
E N E N n
F O F O o
- 251 -
(12) MaxiCode
Symbol Character Code Set A Code Set B Code Set C Code Set D Code Set E
Value
Decimal Binary Character Decimal Character Decimal Character Decimal Character Decimal Character Decimal
0 000000 CR 13 ‘ 96 À 192 à 224 NUL 0
1 000001 A 65 a 97 Á 193 á 225 SOH 1
2 000010 B 66 b 98 Â 194 â 226 STX 2
3 000011 C 67 c 99 Ã 195 ã 227 ETX 3
4 000100 D 68 d 100 Ä 196 ä 228 EOT 4
5 000101 E 69 e 101 Å 197 å 229 ENQ 5
6 000110 F 70 f 102 Æ 198 æ 230 ACK 6
7 000111 G 71 g 103 Ç 199 ç 231 BEL 7
8 001000 H 72 h 104 È 200 è 232 BS 8
9 001001 I 73 i 105 É 201 é 233 HT 9
10 001010 J 74 j 106 Ê 202 ê 234 LF 10
11 001011 K 75 k 107 Ë 203 ë 235 VT 11
12 001100 L 76 l 108 Ì 204 ì 236 FF 12
13 001101 M 77 m 109 Í 205 í 237 CR 13
14 001110 N 78 n 110 Î 206 î 238 SO 14
15 001111 O 79 o 111 Ï 207 ï 239 SI 15
16 010000 P 80 p 112 Ð 208 ð 240 DLE 16
17 010001 Q 81 q 113 Ñ 209 ñ 241 DC1 17
18 010010 R 82 r 114 Ò 210 ò 242 DC2 18
19 010011 S 83 s 115 Ó 211 ó 243 DC3 19
20 010100 T 84 t 116 Ô 212 ô 244 DC4 20
21 010101 U 85 u 117 Õ 213 õ 245 NAK 21
22 010110 V 86 v 118 Ö 214 ö 246 SYN 22
23 010111 W 87 w 119 × 215 ÷ 247 ETB 23
24 011000 X 88 x 120 Ø 216 ø 248 CAN 24
25 011001 Y 89 y 121 Ù 217 ù 249 EM 25
26 011010 Z 90 z 122 Ú 218 ú 250 SUB 26
27 011011 [EC] [EC] [EC] [EC] [EC]
28 011100 FS 28 FS 28 FS 28 FS 28 [Pad]
29 011101 GS 29 GS 29 GS 29 GS 29 [Pad]
30 011110 RS 30 RS 30 RS 30 RS 30 ESC 27
31 011111 [NS] [NS] [NS] [NS] [NS]
32 100000 Space 32 ( 123 Û 219 û 251 FS 28
33 100001 [Pad] [Pad] Ü 220 ü 252 GS 29
34 100010 “ 34 ) 125 Ý 221 ý 253 RS 30
35 100011 # 35 ~ 126 Þ 222 þ 254 US 31
36 100100 $ 36 DEL 127 ß 223 ÿ 255 {C159} 159
37 100101 % 37 ; 59 ª 170 ¡ 161 NBSP 160
38 100110 & 38 < 60 ¬ 172 ¨ 168 ¢ 162
39 100111 ‘ 39 = 61 ± 177 « 171 £ 163
40 101000 ( 40 > 62 ² 178 ¯ 175 ¤ 164
41 101001 ) 41 ? 63 ³ 179 ° 176 ¥ 165
42 101010 ” 42 [ 91 181 ' 180 166
43 101011 + 43 \ 92 ¹ 185 • 183 § 167
44 101100 , 44 ] 93 º 186 184 © 169
45 101101 - 45 ^ 94 ¼ 188 » 187 SHY 173
46 101110 . 46 _ 95 ½ 189 ¿ 191 ® 174
47 101111 / 47 Space 32 ¾ 190 {C138} 138 ¶ 182
48 110000 0 48 , 44 {C128} 128 {C139} 139 {C149} 149
49 110001 1 49 . 46 {C129} 129 {C140} 140 {C150} 150
50 110010 2 50 / 47 {C130} 130 {C141} 141 {C151} 151
51 110011 3 51 : 58 {C131} 131 {C142} 142 {C152} 152
52 110100 4 52 @ 64 {C132} 132 {C143} 143 {C153} 153
53 110101 5 53 ! 33 {C133} 133 {C144} 144 {C154} 154
54 110110 6 54 | 124 {C134} 134 {C145} 145 {C155} 155
55 110111 7 55 [Pad] {C135} 135 {C146} 146 {C156} 156
56 111000 8 56 [2 Shift A] {C136} 136 {C147} 147 {C157} 157
57 111001 9 57 [3 Shift A] {C137} 137 {C148} 148 {C158} 158
58 111010 : 58 [Pad] [Latch A] [Latch A] [Latch A]
59 111011 [Shift B] [Shift A] Space 32 Space 32 Space 32
60 111100 [Shift C] [Shift C] [Lock In C] [Shift C] [Shift C]
61 111101 [Shift D] [Shift D] [Shift D] [Lock In D] [Shift D]
62 111110 [Shift E] [Shift E] [Shift E] [Shift E] [Lock In E]
63 111111 [Latch B] [Latch A] [Latch B] [Latch B] [Latch B]
- 252 -
c How to send control code data
SOH (01H) → >A (3EH, 41H)
STX (02H) → >B (3EH, 42H)
to
GS (1DH) → >] (3EH, 5DH)
RS (1EH) → >^ (3EH, 5EH)
US (1FH) → >_ (3EH, 5FH)
d How to send a special code
> (3EH) → >0 (3EH, 30H)
NOTE: “NUL” code in the table cannot be used, however, it can be designated.
If it is designated, data following “NUL” code is not printed.
- 253 -
(13) CP code
[Transfer Code]
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 ” 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAK % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ’ 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
A LF SUB * : J Z j z
B VT ESC + ; K [ k {
C FF FS , < L \ l |
D CR GS – = M ] m }
E SO RS . > N ^ n ~
F SI US / ? O _ o
- 254 -
13. DRAWING OF BAR CODE DATA
: Field to be incremented/decremented
(The absence of a solid line invalidates incrementing/decrementing.)
: Field subject to printing numerals under bars.
Input D1 D2 D3 D4 D5 D6 D7 D8
Data
8 digits To be checked as modulus 10 C/D
Drawing D1 D2 D3 D4 D5 D6 D7 D8
Data
Input D1 D2 D3 D4 D5 D6 D7 D8
Data
8 digits To be checked as modulus 10 C/D
Drawing D1 D2 D3 D4 D5 D6 D7 D8
Data
Input
D1 D2 D3 D4 D5 D6 D7
Data
7 digits
Drawing D1 D2 D3 D4 D5 D6 D7 C/D
Data
Affix a modulus 10 C/D.
- 255 -
Type of Bar Code: JAN13, EAN13
(1) No affix
No. of Input Digits
12 digits
D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 C/D
Drawing
Data Affix a modulus 10 C/D.
11 digits
D2 D3 D4 D5 D6 D7 P/CD D8 D9 D10 D11 C/D
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 4 digits.
Other than 11 digits Not to be drawn
11 digits
D2 D3 D4 D5 D6 P/CD D7 D8 D9 D10 D11 C/D
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 5 digits.
Other than 11 digits Not to be drawn
- 256 -
Type of Bar Code: UPC-A
(1) No affix
No. of Input Digits
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11
Data
11 digits
Drawing D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 C/D
Data Affix a modulus 10 C/D.
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10
Data
10 digits
D1 D2 D3 D4 D5 D6 P/CD D7 D8 D9 D10 C/D
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 4 digits.
Other than 10 digits Not to be drawn
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10
Data
10 digits
D1 D2 D3 D4 D5 P/CD D6 D7 D8 D9 D10 C/D
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 5 digits.
Other than 10 digits Not to be drawn
- 257 -
Type of Bar Code: UPC-E
(1) No affix
No. of Input Digits
Input D1 D2 D3 D4 D5 D6 D7
Data
7 digits To be checked as modulus 10 C/D
Drawing 0 D1 D2 D3 D4 D5 D6 D7
Data
Input D1 D2 D3 D4 D5 D6 D7
Data
7 digits To be checked as modulus 10 C/D
Drawing 0 D1 D2 D3 D4 D5 D6 D7
Data
Input
D1 D2 D3 D4 D5 D6 Calculate and reflect modulus 10 in the bar code.
Data
6 digits
Drawing 0 D1 D2 D3 D4 D5 D6 C/D
Data
- 258 -
Type of Bar Code: JAN8 +2 digits, EAN8 + 2 digits
(1) No affix
No. of Input Digits
Input D1 D2 D3 D4 D5 D6 D7 D8 D9 D10
Data
10 digits To be checked as modulus 10 C/D
Drawing D1 D2 D3 D4 D5 D6 D7 D8 D9 D10
Data
Input D1 D2 D3 D4 D5 D6 D7 D8 D9 D10
Data
10 digits To be checked as modulus 10 C/D
Drawing D1 D2 D3 D4 D5 D6 D7 D8 D9 D10
Data
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
9 digits
D1 D2 D3 D4 D5 D6 D7 C/D D8 D9
Drawing
Data
Affix a modulus 10 C/D.
Other than 9 digits Not to be drawn
- 259 -
Type of Bar Code: JAN8 +5 digits, EAN8 + 5 digits
(1) No affix
No. of Input Digits
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12
Data
12 digits
D1 D2 D3 D4 D5 D6 D7 C/D D8 D9 D10 D11 D12
Drawing
Data
Affix a modulus 10 C/D.
Other than 12 digits Not to be drawn
- 260 -
Type of Bar Code: JAN13 +2 digits, EAN13 + 2 digits
(1) No affix
No. of Input Digits
14 digits
D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 C/D D13 D14
Drawing
Data
Affix a modulus 10 C/D.
Other than 14 digits Not to be drawn
13 digits
D2 D3 D4 D5 D6 D7 P/CD D8 D9 D10 D11 C/D D12 D13
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 4 digits.
Other than 13 digits Not to be drawn
13 digits
D2 D3 D4 D5 D6 P/CD D7 D8 D9 D10 D11 C/D D12 D13
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 5 digits.
Other than 13 digits Not to be drawn
- 261 -
Type of Bar Code: JAN13 +5 digits, EAN13 + 5 digits
(1) No affix
No. of Input Digits
Input D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15 D16 D17 D18
Data
18 digits To be checked as modulus 10 C/D
Drawing D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15 D16 D17 D18
Data
Input D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15 D16 D17 D18
Data
18 digits To be checked as modulus 10 C/D
Drawing D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15 D16 D17 D18
Data
17 digits
D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 C/D D13 D14 D15 D16 D17
Drawing
Data
Affix a modulus 10 C/D.
Other than 17 digits Not to be drawn
16 digits
D2 D3 D4 D5 D6 D7 P/CD D8 D9 D10 D11 C/D D12 D13 D14 D15 D16
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 4 digits.
Other than 16 digits Not to be drawn
16 digits
D2 D3 D4 D5 D6 P/CD D7 D8 D9 D10 D11 C/D D12 D13 D14 D15 D16
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 5 digits.
Other than 16 digits Not to be drawn
- 262 -
Type of Bar Code: UPC-A + 2 digits
(1) No affix
No. of Input Digits
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13
Data
13 digits
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 C/D D12 D13
Drawing
Data
Affix a modulus 10 C/D.
Other than 13 digits Not to be drawn
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12
Data
12 digits
D1 D2 D3 D4 D5 D6 P/CD D7 D8 D9 D10 C/D D11 D12
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 4 digits.
Other than 12 digits Not to be drawn
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12
Data
12 digits
D1 D2 D3 D4 D5 P/CD D6 D7 D8 D9 D10 C/D D11 D12
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 5 digits.
Other than 12 digits Not to be drawn
- 263 -
Type of Bar Code: UPC-A + 5 digits
(1) No affix
No. of Input Digits
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15 D16
Data
16 digits
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 C/D D12 D13 D14 D15 D16
Drawing
Data
Affix a modulus 10 C/D.
Other than 16 digits Not to be drawn
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15
Data
15 digits
D1 D2 D3 D4 D5 D6 P/CD D7 D8 D9 D10 C/D D11 D12 D13 D14 D15
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 4 digits.
Other than 15 digits Not to be drawn
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15
Data
15 digits
D1 D2 D3 D4 D5 P/CD D6 D7 D8 D9 D10 C/D D11 D12 D13 D14 D15
Drawing
Data Affix a modulus 10 C/D.
Affix price C/D 5 digits.
Other than 15 digits Not to be drawn
- 264 -
Type of Bar Code: UPC-E + 2 digits
(1) No affix
No. of Input Digits
Input D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
9 digits To be checked as modulus 10 C/D
Drawing 0 D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Input D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
9 digits To be checked as modulus 10 C/D
Drawing 0 D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
8 digits
Drawing 0 D1 D2 D3 D4 D5 D6 C/D D7 D8
Data
- 265 -
Type of Bar Code: UPC-E + 5 digits
(1) No affix
No. of Input Digits
11 digits
Drawing 0 D1 D2 D3 D4 D5 D6 C/D D7 D8 D9 D10 D11
Data
- 266 -
Type of Bar Code: MSI
(1) No affix
No. of Input Digits
Input D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Max. 15 digits Not recognized as a check digit.
Drawing D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Input D1 D2 D3 D4 D5 D6 D7 D8 D9 D10
Min. 2 digits Data
Max. 15 digits To be checked IBM as modulus 10
(including C/D)
Drawing D1 D2 D3 D4 D5 D6 D7 D8 D9 D10
Data
1 digit
Not to be drawn
16 digits or more
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Max. 14 digits
Drawing D1 D2 D3 D4 D5 D6 D7 D6 D9 C/D
Data Affix IBM modulus 10.
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Max. 13 digits
D1 D2 D3 D4 D5 D6 D7 D6 D9 C/D1 C/D2
Drawing
Data Affix IBM modulus 10.
Affix IBM modulus 10.
14 digits or more Not to be drawn
Input D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Max. 13 digits
D1 D2 D3 D4 D5 D6 D7 D6 D9 C/D1 C/D2
Drawing
Data Affix IBM modulus 10.
Affix IBM modulus 11.
14 digits or more Not to be drawn
- 267 -
Type of Bar Code: Interleaved 2 of 5
(1) No affix
No. of Input Digits
Input D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Max. 126 digits Not recognized as a check digit.
Drawing 0 D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Input D1 D2 D3 D4 D5 D6 D7 D8 D9
Min. 2 digits Data
Max. 126 digits To be checked as modulus 10 C/D
(including C/D)
Drawing 0 D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
1 digit
Not to be drawn
127 digits or more
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
- 268 -
Type of Bar Code: Industrial 2 of 5
(1) No affix
No. of Input Digits
Input D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Max. 126 digits Not recognized as a check digit.
Drawing 0 D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Input D1 D2 D3 D4 D5 D6 D7 D8 D9
Min. 2 digits Data
Max. 126 digits To be checked as a modulus check character
(including C/D)
Drawing 0 D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
1 digit
Not to be drawn
127 digits or more
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
- 269 -
Type of Bar Code: CODE39 (Standard)
(1) No affix
No. of Input Digits
St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Input
Data Start code Stop code
Max. 123 digits Not recognized as a check digit.
St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Drawing
Data
124 digits or more Not to be drawn
Input St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Data
Min. 2 digits Start code Stop code
Max. 123 digits To be checked as modulus 43 C/D
(including C/D)
Drawing St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Data
1 digit
Not to be drawn
124 digits or more
Input St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Data
Start code Stop code
Max. 122 digits
Drawing St D1 D2 D3 D4 D5 D6 D7 D8 D9 C/D Sp
Data
- 270 -
Type of Bar Code: CODE39 (Full ASCII)
(1) No affix
No. of Input Digits
St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Input
Data Start code Stop code
Max. 60 digits Not recognized as a check digit.
St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Drawing
Data
61 digits or more Not to be drawn
Input St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Data
Min. 2 digits Start code Stop code
Max. 60 digits To be checked as modulus 43 C/D
(including C/D)
Drawing St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Data
1 digit
Not to be drawn
61 digits or more
Input St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Data
Start code Stop code
Max. 60 digits
Drawing St D1 D2 D3 D4 D5 D6 D7 D8 D9 C/D Sp
Data
NOTE: Numerals under bars are not characters corresponding to the bars but the characters of the
codes received are drawn.
Input St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Data
Max. 125 digits Start code Stop code
Drawing St D1 D2 D3 D4 D5 D6 D7 D8 D9 Sp
Data
- 271 -
Type of Bar Code: No auto selection of CODE128 (Character “>” to be also counted as a digit)
(1) No affix
PSEUDO103 check
Auto affix of PSEUDO103
No. of Input Digits
Input
Min. 3 digits St D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11
Data
Max. 125 digits
(including start
code) Drawing St D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 C/D Sp
Data
Affix PSEUDO103 C/D.
2 digits or less
Not to be drawn
126 digits or more
NOTE: The following characters are not drawn as numerals under bars.
NUL (00H) to US (1FH), FNC1, FNC2, FNC3, SHIFT, CODE A, CODE B, CODE C
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11
Data
Max. 60 digits
Drawing St D1 D2 D3 D4 AD D5 D6 D7 AD D8 D9 D10 D11 C/D Sp
Data Stop code
Start code Selection code Affix
PSEUDO103
C/D.
61 digits or more Not to be drawn
NOTE: The following characters are not drawn as numerals under bars.
NUL (00H) to US (1FH), FNC1, FNC2, FNC3, SHIFT, CODE A, CODE B, CODE C
- 272 -
Type of Bar Code: CODE93
(1) No affix
C/D check
Auto affix of C/D
No. of Input Digits
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
Max. 60 digits
St D1 D2 D3 D4 D5 D6 D7 D8 D9 C/D1 C/D2 Sp
Drawing
Data Stop code
Affix a modulus 47 “K” C/D.
Start code Affix a modulus 47 “C” C/D.
61 digits or more Not to be drawn
NOTE: Numerals under bars are not characters corresponding to the bars but the characters of the
codes received are drawn.
Input
D1 D2 D3 D4 D5 D6 --- D14 D15 D16 D17 D18 D19
Data
19 digits St FNC1 D1 D2 D3 D4 D5 D6 --- D14 D15 D16 D17 D18 D19 C/D1 C/D2 Sp
Drawing
Data
Start code Affix a modulus 10 C/D.
Affix a modulus 11 C/D.
Stop code
Other than 19 digits Not to be drawn
- 273 -
Type of Bar Code: POSTNET
(1) Auto affix of dedicated C/D
No. of Input Digits
Input D1 D2 D3 D4 D5
Data
5 digits
Drawing St D1 D2 D3 D4 D5 C/D Sp
Data Start code Stop code
Dedicated check digit
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9
Data
9 digits
Drawing St D1 D2 D3 D4 D5 D6 D7 D8 D9 C/D Sp
Data Start code Stop code
Dedicated check digit
Input
D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11
Data
Input D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15 D16 D17 D18
Data
18 digits
Drawing D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15 D16 D17 D18
Data
- 274 -
Type of Bar Code: Customer bar code
(1) Auto affix of dedicated C/D
No. of Input Digits
Input D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15 D16 D17 D18 D19 D20
Data
20 digits
St D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15 D16 D17 D18 D19 D20 C/D Sp
Drawing
Data Start code Dedicated check digit
Stop code
21 digits or more Data of up to 20 digits is drawn. Data of 21 digits or more is discarded.
Input D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15 D16 D17 D18 D19
Data
19 digits St D1 D2 D3 D4 D5 D6 D7 D8 D9 D10 D11 D12 D13 D14 D15 D16 D17 D18 D19 CC7 C/D Sp
- 275 -
14. AUTOMATIC ADDING OF START/STOP CODE
Type of Bar Code Designation of Start/Stop Code Input Data Drawing Data
12345ABC Standard *12345ABC*
Full ASCII *12345ABC*
*12345ABC Standard *12345ABC*
Full ASCII *12345ABC*
12345ABC* Standard *12345ABC*
Full ASCII *12345ABC*
*12345ABC* Standard *12345ABC*
Omit Full ASCII *12345ABC*
(No designation) 12345*ABC Standard *12345*ABC*
Full ASCII *12345/JABC*
**12345ABC Standard **12345ABC*
Full ASCII */J12345ABC*
*12345ABC** Standard *12345ABC**
Full ASCII *12345ABC/J*
*12345*ABC* Standard *12345*ABC*
Full ASCII *12345/JABC*
12345ABC Standard *12345ABC
Full ASCII *12345ABC
*12345ABC Standard **12345ABC
Full ASCII */J12345ABC
12345ABC* Standard *12345ABC*
Full ASCII *12345ABC*
*12345ABC* Standard **12345ABC*
CODE 39 Add start code Full ASCII */J12345ABC*
12345*ABC Standard *12345*ABC
Full ASCII *12345/JABC
**12345ABC Standard ***12345ABC
Full ASCII */J/J12345ABC
*12345ABC** Standard **12345ABC**
Full ASCII */J12345ABC/J*
*12345*ABC* Standard **12345*ABC*
Full ASCII */J12345/JABC*
12345ABC Standard 12345ABC*
Full ASCII 12345ABC*
*12345ABC Standard *12345ABC*
Full ASCII *12345ABC*
12345ABC* Standard 12345ABC**
Full ASCII 12345ABC/J*
Add stop code *12345ABC* Standard *12345ABC**
Full ASCII *12345ABC/J*
12345*ABC Standard 12345*ABC*
Full ASCII 12345/JABC*
**12345ABC Standard **12345ABC*
Full ASCII */J12345ABC*
*12345ABC** Standard *12345ABC***
Full ASCII *12345ABC/J/J*
*12345*ABC* Standard *12345*ABC**
Full ASCII *12345/JABC/J*
- 276 -
Type of Bar Code Designation of Start/Stop Code Input Data Drawing Data
12345ABC Standard 12345ABC
Full ASCII 12345ABC
*12345ABC Standard *12345ABC
Full ASCII *12345ABC
12345ABC* Standard 12345ABC*
Full ASCII 12345ABC*
*12345ABC* Standard *12345ABC*
CODE 39 Start/stop code Full ASCII *12345ABC*
not added 12345*ABC Standard 12345*ABC
Full ASCII 12345/JABC
**12345ABC Standard **12345ABC
Full ASCII */J12345ABC
*12345ABC** Standard *12345ABC**
Full ASCII *12345ABC/J*
*12345*ABC* Standard *12345*ABC*
Full ASCII *12345/JABC*
Type of Bar Code Designation of Start/Stop Code Input Data Drawing Data
12345678 a12345678a
a12345678 a12345678
12345678c 12345678c
Omit b12345678d b12345678d
(No designation) 12345a678 a12345a678a
ab12345678 ab12345678
a12345678bc a12345678bc
d12345b678c d12345b678c
12345678 a12345678
a12345678 aa12345678
12345678c a12345678c
Add start code b12345678d ab12345678d
12345a678 a12345a678
ab12345678 aab12345678
a12345678bc aa12345678bc
d12345b678c ad12345b678c
NW7 12345678 12345678a
a12345678 a12345678a
12345678c 12345678ca
b12345678d b12345678da
Add stop code 12345a678 12345a678a
ab12345678 ab12345678a
a12345678bc a12345678bca
d12345b678c d12345b678ca
12345678 12345678
a12345678 a12345678
12345678c 12345678c
Start/stop code b12345678d b12345678d
not added 12345a678 12345a678
ab12345678 ab12345678
a12345678bc a12345678bc
d12345b678c d12345b678c
- 277 -