Epson C390999 - TM T90 Color Thermal Line Printer Development Manual

Application development guide posprinter

Advertisement

Quick Links

EPSON OPOS ADK MANUAL
APPLICATION DEVELOPMENT
GUIDE
POSPrinter (TM-T90)
Version 2.61 Feb. 2008

Advertisement

Table of Contents
loading

Summary of Contents for Epson C390999 - TM T90 Color Thermal Line Printer

  • Page 1 EPSON OPOS ADK MANUAL APPLICATION DEVELOPMENT GUIDE POSPrinter (TM-T90) Version 2.61 Feb. 2008...
  • Page 2 (3) Comments and notification of any mistakes in this documentation are gratefully accepted. (4) This software cannot be used with other equipment that the specified. (5) EPSON will not be responsible for any consequences resulting from the use of any information in this documentation. Trademarks Microsoft®, Windows®, Windows Vista™, Visual Basic®...
  • Page 3: Table Of Contents

    Version 2.61 Feb. 2008 Contents SECTION 1. INTRODUCTION ..................1 SECTION 2. DETAILS ON SETTINGS .................2 2.1 References of Firmware Versions ................2 2.2 Settings of DIP Switches ....................2 2.3 Port Information......................4 2.4 Device Settings ......................6 2.4.1 Usable Device Specific Settings ................6 2.4.2 Paper Type Setting....................7 2.4.3 Paper Width Setting.....................7 SECTION 3.
  • Page 4: Section 1. Introduction

    Throughout the manual, the various model names will be referred to as TM-T90. Compatibility mode The compatibility mode for upward compatibility was added in OPOS Ver2.60. For the details of the compatibility mode, please refer to “EPSON OPOS ADK MANUAL APPLICATION DEVELOPMENT GUIDE Compatibility Mode”. APPLICATION DEVELOPMENT GUIDE...
  • Page 5: Section 2. Details On Settings

    Version 2.61 Feb. 2008 Section 2. Details on Settings This section describes connection configurations and how to make the settings for the TM-T90 printers. 2.1 References of Firmware Versions Refer to the release notes (Relnote.txt). 2.2 Settings of DIP Switches Confirm that the following settings have been made correctly.
  • Page 6 Version 2.61 Feb. 2008 Do not change the current settings of DIP-SW2-1. 2) Parallel Port DIP-SW1 DIP-SW2 Setting Setting Settable Fixed at OFF Fixed at OFF Fixed at OFF Fixed at OFF Fixed at OFF Fixed at OFF Fixed at OFF Fixed at OFF Set DIP-SW1-1 (Power button function).
  • Page 7: Port Information

    Version 2.61 Feb. 2008 Make other settings in accordance with the settings described above. 4) Ethernet Port DIP-SW1 DIP-SW2 Setting Setting Settable Fixed at OFF Fixed at OFF Fixed at OFF Fixed at OFF Fixed at OFF Fixed at OFF Fixed at OFF Fixed at OFF Set DIP-SW1-1 (Power button function).
  • Page 8 Version 2.61 Feb. 2008 The default settings are as shown in the following table. Item Setting range Baud rate [bps] 19200 Bit length [bit] Parity NONE Stop bit [bit] Handshake DTR/DSR Output buffer length [byte] 1024 Output interval time [ms] 2500 2) Port information when using parallel port The port information that can be set with the SetupPOS utility is as follows.
  • Page 9: Device Settings

    The following explanation is about the settings for TM-T90. 2.4.1 Usable Device Specific Settings For the TM-T90, the following device specific settings are settable by the SetupPOS utility. For the detail, please refer to the Section 2 of “EPSON OPOS ADK MANUAL APPLICATION DEVELOPMENT GUIDE POSPrinter (TM Series)”.
  • Page 10: Paper Type Setting

    Version 2.61 Feb. 2008 Status Log ERROR OFFLINE Log file name (include full path) Maximum file size [KB] Default Value Multilingual font Available only for the Multilingual character model. 2.4.2 Paper Type Setting The TM-T90 models support the following paper type. After adding the TM-T90 by the SetupPOS utility, open the “Device Specific Settings”...
  • Page 11: Section 3. Function Details

    Version 2.61 Feb. 2008 Section 3. Function Details This section describes the functions of the TM-T90 printers in details. Supplementary explanation of the parts not described in detail in the "UPOS" is also given here. 3.1 Property Set Values and Default Values The following explanation is about the property set values and the default values.
  • Page 12 Version 2.61 Feb. 2008 CapRecMarkFeed CapRecLeft90 TRUE CapRecItalic FALSE CapRecEmptySensor TRUE CapRecDwideDhigh TRUE CapRecDwide TRUE CapRecDhigh TRUE CapRecColor PTR_COLOR_PRIMARY PTR_COLOR_CUSTOM1 CapRecCartridgeSensor CapRecBold TRUE CapRecBitmap TRUE CapRecBarCode TRUE CapRec2Color TRUE CapRecPresent TRUE CapSlpUnderline FALSE CapSlpRotate180 FALSE CapSlpRight90 FALSE CapSlpNearEndSensor FALSE CapSlpLeft90 FALSE CapSlpItalic FALSE...
  • Page 13: List Properties

    Version 2.61 Feb. 2008 3.1.2 List Properties The List Properties are explained in the following. List Property Settings CharacterSetList "255,437,850,852,858,860,863,865,866,998,999, 1252" JrnLineCharsList “” RecLineCharsList “42,56” (When 79.5 mm is set) RecLineCharsList “32,42” (When 59.5 mm is set) RecLineCharsList “30,40” (When 57.5 mm is set) SlpLineCharsList “”...
  • Page 14: Width And Height Properties

    Version 2.61 Feb. 2008 3.1.3 Width and Height Properties The width and height properties are explained in the following. Property Settings Default Maximum Minimum Value value [dot] value [dot] RecLineSpacing JrnLineSpacing SlpLineSpacing SlpLineHeight [dot] RecLineHeight [dot] 24,17 JrnLineHeight [dot] SlpLineWidth [dot] RecLineWidth [dot] (When 79.5 mm is set) RecLineWidth [dot]...
  • Page 15: Common Property Strings

    Version 2.61 Feb. 2008 3.1.4 Common Property Strings The Device information properties are described below. DeviceName DeviceDescription TM-T90 EPSON TM-T90 POS Printer TM-T90M EPSON TM-T90M POS Printer TM-T90P EPSON TM-T90P POS Printer TM-T90PM EPSON TM-T90PM POS Printer TM-T90U EPSON TM-T90U POS Printer...
  • Page 16: Methods

    Version 2.61 Feb. 2008 3.2 Methods The following explanation is about supported/unsupported Methods, and the detailed information. Method Supported/Unsupported Compatibility with the PageMode printing PrintNormal PrintTwoNormal PrintImmediate PrintBarCode PrintBitmap PrintMemoryBitmap CutPaper O (1~100: One point remains uncut / Full cut MarkFeed ChangePrintSide ValidateData...
  • Page 17: Escape Sequences

    Version 2.61 Feb. 2008 3.3 Escape Sequences The following figure is about supported/unsupported Escape Sequences. Escape Sequence Receipt Compatibility with the PageMode printing 0~100 0~100 0~9999 0~ approx. 50 cm #rF Maximum [inch] 0~65535 !rvC !tbC !tpC : Supported X : Unsupported APPLICATION DEVELOPMENT GUIDE POSPrinter (TM-T90)
  • Page 18: Printable Barcode Type

    Version 2.61 Feb. 2008 Numbers: Settable range *1 When selected paper is Normal Paper, its settable range is 1. *2 Regardless of the PageModeHorizontalPosition property setting, center or right adjust what is to be printed based on the PageModePrintArea property setting in the horizontal direction.
  • Page 19: Printing Positions

    To print the registered image file, please use the following DirectIO. PTR_DI_FLASH_BITMAP PTR_DI_FLASH_BITMAP2 For the details of the printing, please refer to the Section 4 of “EPSON OPOS ADK APPLICATION DEVELOPMENT GUIDE POSPrinter (TM Series)”. The available NVRAM size for the TM-T90 is 393216 bytes.
  • Page 20: Printable Bitmap Types And Sizes

    3.9 Printable Bitmap Types and Sizes The TM-T90 models support the following bitmap commands. For the detail, please refer to the Section 3 of “EPSON OPOS ADK MANUAL APPLICATION DEVELOPMENT GUIDE POSPrinter (TM Series)”. The allowance ranges for bitmaps are as follows.
  • Page 21: Maintenance Counter

    Version 2.61 Feb. 2008 3.11 Maintenance Counter The TM-T90 models feature a maintenance counter function for retaining an operation log of the printer. The following chart shows the available maintenance counters for the TM-T90. Counter number Counter Unit Max. Value Counter Hexadecimal Type...
  • Page 22: Section 4. Warnings

    Version 2.61 Feb. 2008 Section 4. Warnings This section describes precautions in use of TM-T90. • If 2-color thermal paper is selected from the “Device Specific settings” dialog box, 2-color thermal receipt paper must be used in the printer. • When parallel I/F is used with Windows 2000, Windows XP or Windows Vista, please set Busy Condition of Memory SW1-3 to "ON"...

This manual is also suitable for:

Tm-t90

Table of Contents