Resumen del contenido incluido en la página 1
USER MANUAL
uSign™
Signature Capture Module
Models uSign 100 & uSign 200
80084501-001-A
04-24-2007
Resumen del contenido incluido en la página 2
uSign User Manual FCC WARNING STATEMENT This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of FCC Rules. These limits are designed to provide reasonable protection against harmful interference when the equipment is operated in a commercial environment. This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in accordance with the instruction manual, may cause harmful inte
Resumen del contenido incluido en la página 3
uSign User Manual LIMITED WARRANTY ID TECH warrants to the original purchaser for a period of 12 months from the date of invoice that this product is in good working order and free from defects in material and workmanship under normal use and service. ID TECH’s obligation under this warranty is limited to, at its option, replacing, repairing, or giving credit for any product which has, within the warranty period, been returned to the factory of origin, transportation charges and insu
Resumen del contenido incluido en la página 4
uSign User Manual Table of Contents 1.0 Introduction.................................................................................................6 2.0 Features .....................................................................................................6 3.0 Model Designations ....................................................................................7 4.0 Installing uSign ...........................................................................................7 4.
Resumen del contenido incluido en la página 5
uSign User Manual 7.4.6 Get data 0x00 0x01 .......................................................................15 7.4.7 Calibrate the device .......................................................................15 7.4.8 Set offset position ..........................................................................15 7.4.9 Get data 0x01 ................................................................................15 7.4.10 Offset using control..........................................
Resumen del contenido incluido en la página 6
uSign User Manual 1.0 Introduction The use of electronically captured signatures has become common for Point of Service (POS) applications. Electronic signature capture reduces transaction time, eliminates sorting & sending paper, provides convenient electronic storage & transmission, and gives legal accountability (non-repudiation) for POS transactions. uSign™ is an electronic signature capture device with a back lighted graphic LCD display and touch sensitive screen that is the sig
Resumen del contenido incluido en la página 7
uSign User Manual 3.0 Model Designations uSign 100 IDUA-01x100 * uSign 200 IDUA-01x500 * * The “x” defines the communication interface, 2 = RS232 and 6 = USB-CDC. 4.0 Terms & Abbreviations COM Host communication port Host Personal Computer, Terminal, or similar device LCD Liquid Crystal Display LED Light Emitting Diode mA Milli-Amperes of electrical current RS232 Serial communications USB Universal Serial Bus, serial communications VDC Volts Direct Current
Resumen del contenido incluido en la página 8
uSign User Manual 5.1 Communication Interfaces RS232 The uSign has a communication cable with a DB25 (100 Model) or DB-9 (200 Model) connector that fits the computer serial (RS232) COM port connection. See the Specifications, Interface Section for COM port settings. Connect the RS232 connector to the PC and insure it is fully seated into the connector. Connect the power adaptor output to the power input socket on the back of the DB connector shell. Connect the power adaptor to th
Resumen del contenido incluido en la página 9
uSign User Manual Figure 1 New Hardware Wizard opening window Browse and select the folder where the uSignUsbCDC.inf and companion usbser.sys files are located. Click Next > to continue. Figure 2 Browse for File Copyright © 2006, International Technologies & Systems Corp. All rights reserved. Page 9 of 18
Resumen del contenido incluido en la página 10
uSign User Manual There is a warning window that the INF file is not registered; Click “Continue Anyway”. Click Finish to complete the INF installation. Figure 3 Installation Warning Message 5.2 USB-CDC Setup The following steps provide a check on the USB-CDC COM port selected by the operating system. This step is used only if there is a need to confirm operation and possible to review the communication port number. Open the Windows Control Panel and follow the selections:
Resumen del contenido incluido en la página 11
uSign User Manual 6.3 Physical housing uSign 200 Overall size 129mm wide (5.1 in) 146mm length (5.75 in) 40mm thick including back plate (1.57 in) Display 3.3-inch diagonal signature area 6.4 LCD screen & Resistive touch pad Touchpad Resistive, transparent, pressure-sensitive screen Display STN monochrome LCD Sampling Rate Up to 190 samples per second Touchpad Resolution up to 929 dpi Display Resolution LCD Resolution: 192 x 64 dots Overlay Screen Removable/Field repla
Resumen del contenido incluido en la página 12
uSign User Manual 10% to 95% non-condensing Copyright © 2006, International Technologies & Systems Corp. All rights reserved. Page 12 of 18
Resumen del contenido incluido en la página 13
uSign User Manual 7.0 uSign commands description (Version: 0.02 Date: 2007-03-19) Note: digits are given in little-endian format. 7.1 Command protocol: Host to device: STX LenL LenH CommandData Lrc1 Lrc2 ETX STX: 0x02. 1 byte. LenL+LenH: sizeof(CommandData). 2 bytes. CommandData: main command string. Several bytes needed. Lrc1: Exclusive or of CommandData. 1 byte. Lrc2: Sum of CommandData. 1 byte. ETX: 0x03. 1 byte. Device to Host: STX LenL LenH Respo
Resumen del contenido incluido en la página 14
uSign User Manual 7.3 One byte commands 7.3.1 Stop Capturing Command string: C0 Response string: C0 7.3.2 Start Capturing use FBP format 1 Command string: C1 Response string: C1 7.3.3 Start Capturing use FBP format 2 Command string: C2 Response string: C2 7.3.4 Turn red led on Command string: C3 Response string: C3 7.3.5 Turn red led off Command string: C4 Response string: C4 7.3.6 Clear CMP format mode data Command string: C5 Response string: C5 7.3.7 Get data 0x00 Comman
Resumen del contenido incluido en la página 15
uSign User Manual 7.3.12 Start Capturing use FBP format 0 Command string: D6 Response string: D6 7.4 Multi-byte commands 7.4.1 Initialize device Command string: 28 10 00 00 Response string: DC 05 7.4.2 Get PW120 Version Command string: 2A 10 00 00 Response string: 01 00 7.4.3 Test device Command string: 52 12 00 00 Response string: 52 12 7.4.4 Set CTS control Command string: 22 15 01 00 01(enable)/00(disable) Response string: 01 7.4.5 Set interval between two points Command s
Resumen del contenido incluido en la página 16
uSign User Manual 7.4.11 Stop Capturing Command string: 40 30 00 00 Response string: 7.4.12 Start Capturing use FBP format 1 Command string: 41 30 00 00 Response string: 7.4.13 Clear display screen Command string: 40 32 00 00 Response string: 7.4.14 Draw line Command string: 43 32 08 00 X1(2 bytes) Y1(2 bytes) X2(2 bytes) Y2(2 bytes) Response string: Line is defined by two points: (x1,y1) --- (x2,y2) 7.4.15 Draw hollow rectangle Command string: 50 32 08 00 Left(2 bytes) Top(2
Resumen del contenido incluido en la página 17
uSign User Manual uSign™ 100 SIGNATURE CAPTURE PAD Figure 4 Outline Drawing for uSign 100 Copyright © 2006, International Technologies & Systems Corp. All rights reserved. Page 17 of 18
Resumen del contenido incluido en la página 18
uSign User Manual uSign™ 200 SIGNATURE CAPTURE PAD Figure 5 Outline Drawing for uSign 200 Copyright © 2006, International Technologies & Systems Corp. All rights reserved. Page 18 of 18