Printek Mobile Thermal MtP300 user manual

User manual for the device Printek Mobile Thermal MtP300

Device: Printek Mobile Thermal MtP300
Category: Printer
Manufacturer: Printek
Size: 0.94 MB
Added : 4/23/2013
Number of pages: 57
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for Printek Mobile Thermal MtP300. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with Printek Mobile Thermal MtP300.

For your convenience

If looking through the Printek Mobile Thermal MtP300 user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual Printek Mobile Thermal MtP300 on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual Printek Mobile Thermal MtP300 to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
Printek Mobile Thermal MtP300 User manual - Online PDF
Advertisement
« Page 1 of 57 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual Printek Mobile Thermal MtP300 but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to Printek Mobile Thermal MtP300. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1









MtP Series

Programmer’s Manual










Printek, Inc.
1517 Townline Road
Benton Harbor, MI 49022
269-925-3200
www.printek.com

Printek Part Number 6035

Summary of the content on the page No. 2

Manual Revision Notes: Released as Part Number 5886 in October, 2004 • Original release for the MtP400 Series printers. • Based on MtP Series firmware version 1.7. Released as Part Number 6035 in March, 2005 • Added support for the MtP300 Series printers. • Based on MtP Series firmware version 2.0. Acknowledgements Printek is a registered trademark of Printek, Inc. Bluetooth is registered trademark of Bluetooth SIG, Inc. O’Neil is a trademark of O’Neil Produ

Summary of the content on the page No. 3

TABLE OF CONTENTS Acknowledgements...............................................................................................................................................ii Introduction ..........................................................................................................................................................1 Printer Models and Key Features ................................................................................................................

Summary of the content on the page No. 4

Summary of the content on the page No. 5

Introduction This manual is intended to be used by software developers for the purpose of creating and/or modifying applications to make use of the special features offered by the Printek MtP Series of mobile thermal printers. This section of the manual describes the various models of printers and the features supported by this manual and the information contained in other sections. For printer set up and operating information for users, system integrators and information technology pers

Summary of the content on the page No. 6

Introduction O’Neil Emulation provides a summary of the commands that are supported when emulating an O’Neil microFlash4t printer. ZPL-II Emulation provides a summary of the commands that are supported when emulating a Zebra ZPL-II compatible printer. CPCL Emulation provides a summary of the commands that are supported when emulating a Comtec CPCL compatible printer. Hex Dump describes the printer’s output while in Hex Dump mode, and how it may be used to debug software problems. Print

Summary of the content on the page No. 7

Selecting Emulations The emulations offered by Printer Mobile Thermal Printers allow for a great deal of language commonality between the various series of Printek printers as well as compatibility with systems and software that have been created for printers offered by other manufacturers. The Printek MtP Series printers offer Printek, O’Neil, ZPL-II and CPCL emulations plus a Printek Mt3 emulation to allow the printers to work with existing three inch applications. The printer’s defaul

Summary of the content on the page No. 8

Summary of the content on the page No. 9

Printek Emulation Introduction This section describes the control codes and escape sequences comprising Printek emulation. This emulation may be selected by setting “Emulation” to “Printek” in the appropriate interface setup menu, or via software with the ESC ESC 1 sequence. While this emulation is selected, control codes and escape sequences from other emulations are not available. Control codes and escape sequences are used to control printer operation. An ASCII control code is a si

Summary of the content on the page No. 10

Printek Emulation Control Codes and Escape Sequences Grouped by Function Communications This section describes various methods of controlling the flow of data to and from the printer. Unlike other sections describing printer commands, the descriptions in this section indicate whether the command is one that is “received” by the printer, or “transmitted” by the printer. Note that some handshaking methods are only supported by the RS-232C Serial interface and are not supported for the IrD

Summary of the content on the page No. 11

Printek Emulation Transmitter Off (Transmitted by Printer, Serial Only) XOFF (DC3) When enabled for the Serial Interface (refer to the Operator’s Manual), this character is transmitted by the printer to indicate that the printer’s input buffer is nearly full and that the host computer should stop sending data. When the printer is able to accept data again, it will transmit DC1/XON. Control Code: XOFF Hexadecimal: 13 Character Size and Line Spacing Select Character Pitch ESC K n Sets t

Summary of the content on the page No. 12

Printek Emulation Set Printer to 22.6 cpi SI Sets the character size to 22.6 cpi. This is equivalent to sending ESC k 4. This command must be sent prior to any printable characters on the line. If sent after printable characters are received, a Carriage Return and Line Feed will be inserted and a new line started before the command takes effect. Control Code: SI Hexadecimal: 0F Set Printer to 22. 6 cpi DC4 Sets the character size to 22.6 cpi. This is equivalent to sending ESC k 4.

Summary of the content on the page No. 13

Printek Emulation Character Attributes Select Emphasized Mode ESC U n Selects emphasized printing mode. Emphasized mode may be used to highlight text by giving it a more bold appearance. n Selection 0 Emphasized Mode Off 1 Emphasized Mode On This command must be sent prior to any printable characters on the line. If sent after printable characters are received, a Carriage Return and Line Feed will be inserted and a new line started before the command takes e

Summary of the content on the page No. 14

Printek Emulation Horizontal Position Carriage Return CR Causes the current line to be printed and the paper to advance to the next line. The current print position is set to the beginning of the next line. Note that either a Carriage Return (CR) or a Line Feed (LF) will cause both functions to be performed. However, a Carriage Return and Line Feed “pair” (CRLF) will only perform a single line feed. Control code: CR Hexadecimal: 0D Backspace BS Removes the previous character from t

Summary of the content on the page No. 15

Printek Emulation Note that either a Carriage Return (CR) or a Line Feed (LF) will cause both functions to be performed. However, a Carriage Return and Line Feed “pair” (CRLF) will only perform a single line feed. Control code: LF Hexadecimal: 0A Variable Size Line Feed ESC J n Causes paper to be moved forward n x 0.125mm. 0 ≤ n ≤ 255. A Carriage Return is also performed which places the current print position at the beginning of the next line. Example: The following escape sequence p

Summary of the content on the page No. 16

Printek Emulation Bar Codes The MtP Series printers will automatically print several types barcode symbols using the following command. The specification for each bar code type is also described. Print Bar Code ESC a t n h data Printek printers support several bar code symbologies including Code 39, Code 128, UCC/EAN-128, Interleaved 2 of 5, UPC/EAC/JAN, and Codabar. The following table describes the Bar Code command. Details for each specific bar code type, including examples, are fo

Summary of the content on the page No. 17

Printek Emulation Code 128 Specifications Description: Each symbol starts with Leading Quiet Zone, followed with Start Symbol, Data Symbols, ending with Stop Symbol and Trailing Quiet Zone. Character set: 256 ASCII via three Code Sets and an “Extend” function. Elements per symbol: 6 (3 bars, 3 spaces) Character density: 9.1 CPI Bar width: 0.25mm The first character position in the data portion of the escape sequence must contain a “Start Character”, as defined below. This Start

Summary of the content on the page No. 18

Printek Emulation Example 2: The following escape sequence will print a bar code using numeric pairs of numeric characters containing “123456” that is 10mm high without human readable text. Escape Sequence: ESC z 2 7 80 Start C 1 2 3 4 5 6 Hexadecimal: 1b 7A 32 07 50 89 31 32 33 34 35 36 Example 3: The following escape sequence will print the same data as in Example 1, “ABC123”, using Code Sets that allow a mixture of alphanumeric character and numeric pairs. The bar code will be 20mm

Summary of the content on the page No. 19

Printek Emulation Elements per symbol: 4 (2 bars, 2 spaces) Character density: 14.5 CPI Bar width: 0.25mm Characters Note: When specifying the bar code height that h represents the total height including a 1.25mm drop bar pattern printed after the barcode pattern. Example 1: The following escape sequence will print a UPC-A bar code containing “12345678901” that is 30mm high followed by human readable text. Note that a check digit “9” is also sent, but will be ignored and reca

Summary of the content on the page No. 20

Printek Emulation Example: The following escape sequence will print a bar code containing “123456” that is 10mm high followed by human readable text. Escape Sequence: ESC Z 3 6 80 1 2 3 4 5 6 Hexadecimal: 1B 5A 33 06 50 31 32 33 34 35 36 Codabar Specifications Description: Each symbol starts with Leading Quiet Zone, followed with Start Symbol, Data Symbols, ending with Stop Symbol and Trailing Quiet Zone. Character set: 0-9, $, -, :, /, ., + and the start/stop pairs of A/T, B/N, C/*


Alternative user manuals
# User manual Category Download
1 Printek 850 Series User manual Printer 1
2 Printek FormsPro 4000se Series User manual Printer 0
3 Printek FormsPro 4300 User manual Printer 1
4 Printek FormsMaster 8000se Series User manual Printer 1
5 Printek FieldPro RT43 User manual Printer 6
6 Printek FormsPro 4500, 4503 User manual Printer 8
7 Printek FormsPro 4300 User manual Printer 0
8 Printek Mobile Thermal MtP300 Series User manual Printer 2
9 Printek FormsMaster 8000 User manual Printer 0
10 Printek FormsPro 4500 User manual Printer 0
11 Printek FormsPro 4503 User manual Printer 0
12 Printek FormsPro 4600 User manual Printer 1
13 Printek Mobile Thermal MtP400 User manual Printer 0
14 Printek Mt2 User manual Printer 6
15 Printek Mt2 Series User manual Printer 0
16 Sony DPP-M55 User manual Printer 0
17 Sony LPR-1000MD User manual Printer 1
18 Sony iP1200 User manual Printer 1
19 Sony Digital Photo DPP-EX7 User manual Printer 15
20 Sony DPPFP75 User manual Printer 14