
Copyright
Copyright © 2019 Brother Industries, Ltd. All rights reserved.
Information in this document is subject to change without notice. The software described in this document is
furnished under licence agreements. The software may be used or copied only in accordance with the terms
of those agreements. No part of this publication can be reproduced in any form or by any means without
prior written permission of Brother Industries, Ltd.
Trademarks
Brother is the trademark of Brother Industries, Ltd.
BarDIMM is a registered trademark of Jetmobile SAS.
QRCode is a trademark of DENSO WAVE INCORPORATED.
Other products and company names herein may be the trademarks of their respective owners.
Any trade names and product names of companies appearing on Brother products, related documents and
any other materials are all trademarks or registered trademarks of those respective companies.

Table of Contents
1
Background 3
1.1 Overview ................................................................................................................................................. 3
1.2 Supported Brother Machines .................................................................................................................. 4
1.3 Supported Barcodes ............................................................................................................................... 4
2
Activation 5
3
Breakdown of Control Codes 6
3.1 1-D Barcodes .......................................................................................................................................... 6
3.2 PDF417 ................................................................................................................................................... 9
3.3 QRCode ................................................................................................................................................ 12
4
Overview of Barcode Types 14

1 Background
1.1 Overview
The Brother Barcode Print + software solution extends the barcode printing capability of Brother printers.
Features
• Uses the same BarDIMM commands as other printer vendors.
• Requires no additional hardware, such as a USB memory stick, compact flash card, or DIMM.
• Supports both 1D and 2D barcodes.

1.2 Supported Brother Machines
For a comprehensive list of all Brother machines compatible with Brother Barcode Print +, visit your local
Brother website.
1.3 Supported Barcodes
Brother Barcode Print + supports many popular 1D and 2D barcodes.
Code 128 with Auto-Switch
Code 39 + Chk Encode Space Before Data
Code 39 Encode Space Before Data
EAN/JAN-13, EAN/JAN-13 +2
Standard, Limited, Expanded, Truncated, and Stacked
MSI Plessey + Chk 10 and Chk 11
PDF-417 and Macro PDF-417
UPC-A, UPC-A +2, and UPC-A +5
UPC-E (UPC-E0 and UPC-E1)
For a comprehensive list of all the barcodes compatible with Brother Barcode Print +, visit your local Brother
website.

2 Activation
To activate the Barcode Print + solution, send a valid licence file to the target machine using the Brother
Software Licence Management Tool. If you do not have a valid licence file (in LIC format), contact your local
Brother office.
You can download the tool from support.brother.com.
NOTE
To successfully send licence files to the target machines, make sure that:
• The target machines are correctly set up, connected to a local network, and available.
• The target machines have the latest firmware installed. To update your machine’s firmware, go to
support.brother.com and download the Firmware Update Tool.
• You know the target machines’ passwords. You can activate more than one machine using the
same software solution if the target machines have a common password, or if they are not
password-protected.
1. Run the Brother Software Licence Management Tool.
2. The tool lists the Brother machines on your network. Double-click the machines you want to select for
activation, and then click the Activate button.
• If no machines are listed: Click the Search button to update the list.
• If the machines you want are not in the list: Go to Search > Add Machine.
3. The Licence Selection window appears. Select the correct software solution licence file (LIC file) for
your target machines.
NOTE
If you were provided with 20-digit licence codes, you can use them instead of the LIC file.
4. If the machines are password-protected, enter the password, and then click OK.
5. Make sure the information in the Confirmation dialog box is correct, and then click the Activate button.
When the activation is complete, the newly activated machines will be rebooted, and the log file will be
saved in the tool’s folder.
NOTE
For more information, see the Brother Software Licence Management Tool User’s Guide at
support.brother.com.

3 Breakdown of Control Codes
3.1 1-D Barcodes
Each barcode comprises a sequence of PCL commands and control codes. Control code parameters can be
customised to change the code’s size, shape, and content.
Example
1 2 3 4 5 6 7 8
Barcode Print PCL Command
Human-readable information
See Overview of Barcode Types
NOTE
• To ensure good readability, each barcode must be programmed correctly.
• If the “b” and “s” parameters are identical, the “s” parameter does not need to be specified.
• Do not use decimal values (e.g. “1.5”).
3.1.2 Human-readable information (“p”)
Specifies if a caption is printed with the barcode.
30v,,,b,,,sh24600T123456789123
Do not print human-readable text
Embed human-readable text
Half-embed human-readable text
Print human-readable text under the code

3.1.3 Barcode height (“v”)
Specifies the barcode height in 1/60th of an inch.
30v,,,b,,,sh24600T123456789123
In this example, 30/60th means that the barcode height will be 0.5 in. (12.7 mm).
3.1.4 Barcode width (“b”)
Specifies the width of barcode bars.
30v,,,b,,,sh24600T123456789123
This setting affects the total barcode width. To print smaller barcodes, specify smaller values.
For 1D codes, four values need to be specified in 1/600th of an inch:
1. First (thin) bar width
2. Second bar width
3. Third bar width
4. Fourth bar width
Alternatively, default values (“,,,”) can be used. The “ESC(s0p30v,,,b…” sequence will then give the
same output as “ESC(s0p30v8,16,24,32b…”.
Example
For UPC-A barcodes to be printed correctly, four different bar thicknesses are required.
The output will vary depending on the specified values:
NOTE
Not all barcode readers may be able to read small barcodes.
3.1.5 Barcode space width (“s”)
Specifies the width of the spaces between bars in a barcode.
30v,,,b,,,sh24600T123456789123
For 1D codes, four values need to be specified in 1/600th of an inch:
1. First (thin) space width
2. Second space width
3. Third space width
4. Fourth space width

3.1.6 Human-readable text font (“h”)
Specifies the font used for barcode captions.
30v,,,b,,,sh24600T123456789123
3.1.7 Barcode type (“T”)
Specifies the barcode type.
30v,,,b,,,sh24600T123456789123
For more information, see Overview of Barcode Types.
3.1.8 Barcode data
The actual user-defined information.
30v,,,b,,,sh24600T123456789123
ASCII control code characters (ASCII code 0–30) can be specified for Code93 Extended, Code128A, and
Code128 With-AutoSwitch as follows:
Where:
# is the number of control code characters
<00> is an example control code character
Example
To specify two ASCII control code characters “0” and “1” with Code 128A, use: 24850TESC&p2X<00><01>

3.2 PDF417
3.2.1 Barcode composition
Each barcode comprises a sequence of PCL commands and control codes. Control code parameters can be
customised to change the code’s size, shape, and content. Each PDF417 barcode (also called “symbol”) can
consist of several modules.
Example
1 2 3 4 5 6 7
Barcode Print PCL Command
NOTE
• To ensure good readability, each barcode must be programmed correctly.
• Do not use decimal values (e.g. “1.5”).

3.2.2 Error Correction (“p”)
Specifies the error correction level or ratio against the data size.
,,,v,,,b,,,s24850T123456789123
Error Correction Data Code
You can also choose a value between 1000 and 1400 to define the error correction level in percent (0–
400%), based on the ratio between the size of the codeword and the data size.
3.2.3 Barcode height (“v”)
Specifies the barcode height.
,,,v,,,b,,,s24850T123456789123
1. (MacroPDF417 only) The number of blocks displayed as one column (default: 1)
Example
2v: If the number of blocks is three, the first column will show the first and second block, and the
second column will show the third block.
2. (MacroPDF417 only) Unused
3. Maximum block width (unit: 1/600th of an inch)
4. Maximum block height (unit: 1/600th of an inch)
3.2.4 Symbol size (“b”)
Specifies the PDF symbol size.
,,,v,,,b,,,s24850T123456789123
1. Maximum number of rows for the PDF symbol
2. Maximum number of columns for the PDF symbol
3. PDF symbol size control:
• 0: The size specified in 1 and 2 is set as the maximum for rows and columns (default)
• 1: The size specified in 1 and 2 is set as the mandatory values for rows and columns
4. PDF symbol content control:
• 0: The code is displayed with the stop pattern (default)
• 1: The code is displayed without the stop pattern

Display with the stop pattern
Display without the stop pattern
3.2.5 Module size (“s”)
Specifies the module size.
,,,v,,,b,,,s24850T123456789123
1. Module height to width ratio (1–10, default: 3)
2. Symbol length in the length to width ratio (default: 2)
3. Symbol width in the length to width ratio (default: 3)
4. Minimum module width (1–100, default: 10, unit: 1/100 of an inch)
Example
1,3,2,5s
(Module: square; Symbol length: 1.5 x width; Module width: 0.05 in.)
3.2.6 Barcode type (“T”)
Specifies the barcode type.
,,,v,,,b,,,s24850T123456789123
3.2.7 Barcode data
The actual user-defined information:
,,,v,,,b,,,s24850T123456789123
ASCII control code characters (ASCII code 0–31) can be specified for PDF417 as follows:
Where:
# is the number of control code characters
<00> is an example control code character
Example
To specify two ASCII code characters “0” and “1” with PDF417, use: 24850TESC&p2X<00><01>

3.3 QRCode
3.3.1 Barcode composition
Each barcode comprises a sequence of PCL commands and control codes. Control code parameters can be
customised to change the code’s size, shape, and content.
Example
Barcode Print PCL Command
NOTE
• To ensure good readability, each barcode must be programmed correctly.
• Do not use decimal values (e.g. “1.5”).
3.3.2 Error Correction (“p”)
Specifies the error correction level.
Correction Ratio Against All Code Words

3.3.3 Barcode height (“b”)
Specifies the maximum height of the small module (unit: 1/600th in.).
3.3.4 Data type (“s”)
Specifies the barcode data type.
Alphanumeric (0–9, uppercase A to Z, space $%*+-. /: )
Binary 8-bits/byte data (JIS 8-bit character set)
Kanji (Shift JIS values 8140h – 9FFCh and E040h – EAA4h)
Example
2s (Alphanumeric data)
3.2.5 Barcode type (“T”)
Specifies the barcode type.
3.2.7 Barcode data
The actual user-defined information:
ASCII control code characters (ASCII code 0–30) can be specified for QRCode as follows:
Where:
# is the number of control code characters
<00> is an example control code character
Example
To specify two ASCII code characters “0” and “1” with QRCode, use: 24850TESC&p2X<00><01>

4 Overview of Barcode Types

B13:25 (2 of 5)
Interleaved
B17:39 (3of9) Encode
Space
B18:39 + CHK Encode
Space

B35:GS1 DataBar14/RSS-14
B36:GS1 DataBar14/RSS Tru
B37:GS1 DataBar14/RSS Sta
B38:GS1 DataBar14/RSS Limited

B39:GS1 DataBar14/RSS Exp