Instruction d'utilisation Printek Mobile Thermal MtP300

Instruction d'utilisation pour le dispositif Printek Mobile Thermal MtP300

Dispositif: Printek Mobile Thermal MtP300
Catégorie: Imprimante
Fabricant: Printek
Dimension: 0.94 MB
Date d'addition: 4/23/2013
Nombre des pages: 57
Imprimez l'instruction

Téléchargez

Comment utiliser?

Notre objectif consiste à vous assurer le plus rapide accès au contenu de l'instruction d'utilisation du dispositif Printek Mobile Thermal MtP300. En utilisant l'aperçu en ligne vous pouvez parcourir le sommaire et passer à la page où vous trouverez la résolution de votre problème avec Printek Mobile Thermal MtP300.

Pour votre confort

Si regarder l'instruction Printek Mobile Thermal MtP300 directement sur la page n'est pas confortable pour vous, vous pouvez profiter de deux solutions possibles:

  • Exploration au mode de plein écran - pour analyser l'instruction d'une manière commode (sans l'avoir téléchargée sur votre ordinateur) vous pouvez utiliser le mode d'exploration en plein écran. Pour démarrer l'exploration de l'instruction Printek Mobile Thermal MtP300 en plein écran, utilisez le bouton Plein écran.
  • Téléchargement sur l'ordinateur - vous pouvez aussi télécharger l'instruction Printek Mobile Thermal MtP300 sur votre ordinateur et la sauvegarder dans vos ressources. Si vous n'avez pas envie de gaspiller votre espace disque, vous pouvez toujours télécharger cette instruction du ManualsBase dans l'avenir.
Printek Mobile Thermal MtP300 Manuel d'utilisation - Online PDF
Advertisement
« Page 1 of 57 »
Advertisement
Version imprimée

Beaucoup de gens préfèrent de lire les documents dans la version imprimée et non pas sur l'écran. L'option d'impression de l'instruction est aussi prévue et vous pouvez en profiter en cliquant le lien ci-dessus - Imprimez l'instruction. Il n'est pas nécessaire d'imprimer toute l'instruction Printek Mobile Thermal MtP300 - on peut choisir des pages. Economisez le papier.

Résumés

Vous trouverez ci-dessous les annonces des contenus qui se trouvent sur les pages suivantes de l'instruction de Printek Mobile Thermal MtP300. Si vous voulez parcourir rapidement le contenu des pages suivantes de l'instruction, vous pouvez en profiter.

Résumés du contenu
Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 3

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

Résumé du contenu de la page N° 4

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 8

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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.

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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

Résumé du contenu de la page N° 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/*


Instructions pareilles
# Instruction d'utilisation Catégorie Téléchargez
1 Printek 850 Series Manuel d'utilisation Imprimante 1
2 Printek FormsPro 4000se Series Manuel d'utilisation Imprimante 0
3 Printek FormsPro 4300 Manuel d'utilisation Imprimante 1
4 Printek FormsMaster 8000se Series Manuel d'utilisation Imprimante 1
5 Printek FieldPro RT43 Manuel d'utilisation Imprimante 6
6 Printek FormsPro 4500, 4503 Manuel d'utilisation Imprimante 8
7 Printek FormsPro 4300 Manuel d'utilisation Imprimante 0
8 Printek Mobile Thermal MtP300 Series Manuel d'utilisation Imprimante 2
9 Printek FormsMaster 8000 Manuel d'utilisation Imprimante 0
10 Printek FormsPro 4500 Manuel d'utilisation Imprimante 0
11 Printek FormsPro 4503 Manuel d'utilisation Imprimante 0
12 Printek FormsPro 4600 Manuel d'utilisation Imprimante 1
13 Printek Mobile Thermal MtP400 Manuel d'utilisation Imprimante 0
14 Printek Mt2 Manuel d'utilisation Imprimante 6
15 Printek Mt2 Series Manuel d'utilisation Imprimante 0
16 Sony DPP-M55 Manuel d'utilisation Imprimante 0
17 Sony LPR-1000MD Manuel d'utilisation Imprimante 1
18 Sony iP1200 Manuel d'utilisation Imprimante 1
19 Sony Digital Photo DPP-EX7 Manuel d'utilisation Imprimante 15
20 Sony DPPFP75 Manuel d'utilisation Imprimante 14