Casio IT-2000D Manuale Utente

Navigare online o scaricare Manuale Utente per Software Casio IT-2000D. Casio IT-2000D User's Manual Manuale Utente

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 224
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti

Sommario

Pagina 1 - Technical Reference

IT-2000D(DOS version)Technical ReferenceManual(Version 1.00 )April 1998Casio Computer Co., Ltd.Copyright ©1998. All rights reserved.

Pagina 2 - Table of Contents

101.2.2 Supported SoftwareThe software used with this terminal can be divided into two categories: the system software thatincludes the BIOS, OS, and

Pagina 3

1006.4.2 Startup MethodFormatHWWMAN [Option]KEYPAD [Option]Start option/R Cancels the residence.To make each driver resident in the main memory, ma

Pagina 4

1016.5 PenMouse Driver6.5.1 OverviewThe PenMouse driver (PENMOUSE.DRV) simulates the operation of the mouse driver (INT33h)specific to the persona

Pagina 5 - About trademarks

1026.5.2 Startup MethodThe PenMouse driver is supplied as an SDK. Before use, copy it to the F-ROM drive (D:) or RAMdisk (A:). To load the PenMouse d

Pagina 6 - 1.1.3 Software

103The functions supported by this driver are summarized below.Function DescriptionInitializeReturns information as to whether the mouse can be used a

Pagina 7 - 1.1.4 Basic Specifications

104Set Cursor PositionPlaces the cursor at the specified positionInput:AX = 4CX = X coordinate of the cursor positionDX = Y coordinate of the cursor p

Pagina 8 - 1.1.5 Model Name

105Set X RangeDetermines the range of cursor movement on the screen (maximum andminimum in the X direction).Input:AX = 7CX = X coordinate of the left

Pagina 9 - 1.2.1 Hardware Block Diagram

106Set User HandlerSets up the interrupt condition required to call the corresponding subroutinein the application program as well as the subroutine t

Pagina 10 - 1.2.2 Supported Software

107Set MouseResolution(Dummy Function)Sets up the factor by which cursor movement on the screen reflects actualmouse displacement. This is a dummy fun

Pagina 11 - Development Tool Libraries

108Restore MouseInformation(Dummy Function)Restores the mouse driver conditions that have been saved by "GetMouse Information". This is a du

Pagina 12 - 1.3 Precautions

109Get CRT PageNumber(Dummy Function)Acquires the CRT page number in which to display the cursor. This is adummy function.Input:AX = 30Output:NoneDisa

Pagina 13

11TFORMAT.EXE Basic drive (C:) F-ROM drive formatterUtilitiesFor information about the utilities refer to Chapter 8 "Utility".File name Stor

Pagina 14

1107. Application Development7.1 OverviewThis terminal uses the IBM PC/AT architecture. The actual display size is 192 (H) x 384 (V) pixels,internal

Pagina 15 - 2.1.1 Software Configuration

1117.2 Notes on Developing ApplicationAny program that uses the COM port must turn on the power to it in advance using the systemlibrary. The power

Pagina 16 - 2.1.2 Memory Map

1127.3 Development Environment7.3.1 Development EnvironmentTo develop application programs a 16-bit compiler, Microsoft C/C ++ 7.0 or later, and a c

Pagina 17 - 2.1.3 Drive Configuration

1137.3.3 Simulation DriverAs explained above, the libraries for this terminal only control hardware that is compatible with theIBM PC/AT. This is imp

Pagina 18

114 7.4 Program Development ProcedureThe following diagram shows the basic procedural flow used to develop an application program thatruns on this t

Pagina 19 - 2.2.1 Overview

1157.4.1 Creation of Execution FileApplication developers should develop programs using MS-DOS, IBM PC/AT BIOS and variousapplication development l

Pagina 20

116Next, create the execution file with the following procedure.C: SAMPLE>cl -c -Zip -Otin -Ic: IT-2000 include test.cMicrosoft (R) C/C++ Optimizin

Pagina 21 - 2.2.2 Power ON Process

1177.4.2 Debugging Through SimulationAn application is debugged using the simulation driver. The configuration of simulation drivers to beloaded vari

Pagina 22 - System Menu Boot Process

118The following shows the result after the system driver was installed as the resident simulation driverand the sample program was executed. Fig

Pagina 23 - ON Factors

119course be performed using Microsoft's CodeView debugger.For more information about each simulation driver refer to Chapter 7.5 "Simulatio

Pagina 24

121.3 PrecautionsIf reading the internal clock with INT21h the significant data should include and be limited to the seconds digits. On this terminal

Pagina 25 - 2.2.3 Power OFF Process

120 Use the debugger as required. DEBUG.COM, which is the standard MS-DOS debugger, is storedon the backup CD-ROM. If it is transferred onto the user

Pagina 26 - OFF Factors

121 How to create a card for installation :Make an appropriate directory on the ATA card and copy the application program, filesthat are used by this

Pagina 27

1227.5 Simulation DriverThe simulation driver is used to develop on a personal computer the application programs that runon the IT-2000.The applicati

Pagina 28 - Battery Operation Scheme

1237.5.1 System Driver Simulator (SYSDRVP.COM)OverviewThis simulation driver simulates the operation of the system driver on the personal computer.

Pagina 29 - Low Voltage Level

124Startup MethodThis utility is included in the SDK. Since this is a memory-resident type COM execution file,it should only be used if it resides in

Pagina 30

1257.5.2 Hardware Window Manager Simulator (HWWMANP.COM)OverviewThis simulator simulates only the display functions of the keypad driver on a PC. It

Pagina 31

1267.5.3 Keypad Driver Simulator (KEYPADP.COM)OverviewThis simulator will simulate the keypad driver and keypad library on a PC.File name KEYPAD

Pagina 32

127Termination Codes and MessagesTermination code Message Description00 NORMAL END Normal termination01 ABNORMAL END SYSDRVP or HWWMANP is not install

Pagina 33

128Displaying Simulated KeypadIf this utility is initiated with the G/ option, a simulated keypad will be drawn in the positionspecified by the X coor

Pagina 34 - Auto Power OFF Function (APO)

129About Hexadecimal Code InputEven if the keypad is active, key input using the mouse is disabled for the simulator on the PC if the/G option is not

Pagina 35 - DOZE/RUN Transit Function

13This system will not execute an alarm indication for an LB2 event (low sub-battery voltage) orLB3 event (low SRAM card battery voltage). Therefore,

Pagina 36

1307.6 Library7.6.1 OverviewSince the IBM PC/AT architecture has been adopted in this system, all libraries including graphiclibrary supported by Mi

Pagina 37 - Replacement of Batteries

1317.6.2 System LibraryOverviewThe IT-2000 has various types of devices that can be controlled by the HT-generic software whichis built upon the base

Pagina 38 - Main Battery Recharge

132List of LibrariesThe following functions are supplied in the system library:Function Page Function PageAcquisition of BIOS Version 132 Software Car

Pagina 39 - 2.3.1 Display Unit

133Acquisition of Memory Device SizeIf the memory device size is designated, the total capacity of the DRAM and the number ofNAND FROM chips is read.

Pagina 40 - Contrast Adjustment

134SYNTAXint SYS_SetLcdContrast(int nValue);INPUTnValue = Correction value to be setOUTPUT= 0 Normal= -2 No response from KBC.= -3 VxD n

Pagina 41 - 2.3.2 EL Backlight

135Switching Over COM2 ChannelIR, 14-pin, or 3-pin communication interface can be selected on the COM2 port. However,since the 3-pin interface is an o

Pagina 42 - 2.3.3 Touch Panel

136Setting/Acquisition of Reason Mask for RebootTo acquire the reboot request reason, enable or disable “mounting on I/O Box” or use of the CIsignal f

Pagina 43 - 2.3.4 Disk

137Setting ABO TimeThe ABO (Auto Backlight OFF) function is used to automatically turn off the backlight if neitherkey entry nor touch-panel entry is

Pagina 44 - PC Card Drive

138Setting ABC (Auto Backlight Control) StatusThe ABC (Auto Backlight Control) function is used to sense the ambient light intensity andautomatically

Pagina 45 - 2.3.5 Serial Communication

139Setting/Acquisition of ABC ThresholdThe ABC (Auto Backlight Control) function is used to sense the ambient light intensity andautomatically turns O

Pagina 46

14 Do not input “^P” from the DOS prompt. If it is input, “^P” requests DOS to redirect consoleoutput to printer. However, the IT-2000 does not h

Pagina 47 - 2.3.6 PC Card

140Backlight ON/OFFThis function is used to forcibly turn ON or OFF the backlight. If turned ON by this function, thebacklight will remain on until Ba

Pagina 48 - Card Lock Switch

141Setting Buzzer VolumeSets the buzzer volume to one of four levels: Large/Medium/Small/OFF.SYNTAXint SYS_SetBuzzerVolume(int nVolume);INPUTnVolume =

Pagina 49 - 2.3.7 Clock Timer

142Acquisition of Device Power StatusAcquires the current power conditions (ON/OFF) of each device. SYNTAXint SYS_GetDevicePower(int Device);INPUTDev

Pagina 50 - 2.3.8 Buzzer

143Software Card LockSets or acquires the Lock/Unlock status of the software-type card lock switch.This machine has a card lock mechanism that is on t

Pagina 51 - 2.3.9 Barcode Reader

144Acquisition of Connector StatusAcquires the connection setting of the I/O Box and AC adaptor.SYNTAXint SYS_GetConnectorStatus(int nType);INPUTnType

Pagina 52 - IrDA 1.1

145Acquisition of Reboot ReasonUsed to acquire the reason the system was rebooted.SYNTAXint SYS_GetPowerOnFactor();INPUTNoneOUTPUTb0 Power keyb1 Res

Pagina 53 - 2.3.11 Keys

146Setting Cancellation of Next Resume ProcessSets the power-on process (Resume/Boot) for each power OFF reason. The default setting isResume On.SYNTA

Pagina 54 - 2.3.12 Sensors

147Request of Suspend (Software-triggered OFF)Used to turn off the system with the software. If there is a need to specify the next boot-upprocess, co

Pagina 55 - 3. System Menu

148OUTPUT= 0 Normal= -1 Parameter errorNote :Auto Power OFF will work if the power control function is active. For more information about thepow

Pagina 56 - 3.3 List of Functions

149SYNTAXint SYS_SetAlarm(int hour, int min, int sec);INPUThour = hours (in decimal number)min = minutes (in decimal number)sec = seconds (

Pagina 57 - 3.4 Key Click Sound Setup

152. Basic Software2.1 Overview2.1.1 Software ConfigurationThe following diagram shows the software configuration of the IT-2000.

Pagina 58 - 3.5 Buzzer Volume Setup

150Resetting AlarmThis function prohibits an INT4Ah interrupt by internally calling INT1Ah (Ah = 7).Note that neither the time data set for the RTC is

Pagina 59 - 3.6 Contrast Adjustment

151Note :The power ON alarm set with this function will be reset if rebooting occurs because the resetbutton is pressed or due to the software.Setting

Pagina 60 - 3.7 Auto Backlight Setup

152Setting Key Click Sound ONThis function is used by application program to turn ON the key click sound. An example of the useis, when an button imag

Pagina 61 - 3.8 Auto Power OFF Setup

1537.6.3 Keypad LibraryOverviewThis library is used to make an entry through the keypad or acquire the coordinates on thescreen being touched. Note

Pagina 62 - 3.9 Touch Panel Calibration

154Keypad DriverAs internal process, this library calls the keypad driver (KEYPAD.EXE). The relation among thislibrary, the keypad driver and BIOS is

Pagina 63

155 Fig. 7.15KeycodeASCII keycodes can be acquired

Pagina 64 - 3.10 YMODEM Utility

156Acquisition of coordinatesThe coordinates of a position touched can be acquired. However, while the keypad is beingdisplayed, it is only possible t

Pagina 65

157Input acceptance modeThere are two modes for accepting key inputs, as follows: DOWN acceptance modeIn this mode the area touched in the pen-down a

Pagina 66 - Operations

158Clearing the bufferIf the key buffer clear command is issued while the keypad is being touched, processing for thecurrent operation will also be ca

Pagina 67

159 About the buffer clearConsider the appropriate timing to clear the buffer. If the buffer clear command is issued after thedown coordinates are ac

Pagina 68 - 3.11 FLINK Command

162.1.2 Memory MapThe memory map of the IT-2000 is as follows. Fig. 2.2Extended MemoryROM BIOSNAND DISK BIOS/VGA BIOS

Pagina 69 - Operation

160List of Input FunctionsPage Function Description160 KEY_CheckExist Checks if the keypad driver is installed161 KEY_Read Acquires a key code or coor

Pagina 70

161Readout from Key BufferAcquires a key code or coordinates which have been acquired from the key buffer. If the buffercontains neither a key code no

Pagina 71 - 3.12 System Date/Time Setup

162Checking Key Buffer ContentChecks if a key code or coordinates are in the buffer. If either is present, the key code or coordinateswill be returned

Pagina 72 - 3.13 Command Prompt

163Key Buffer ClearClears both the system buffer and key BIOS buffer. If coordinate input by pen touch is continued,coordinate values selected until t

Pagina 73 - 3.14 RAM Disk Size Change

164 Acquisition of Number of Keypad Being DisplayedAcquires the number of the currently displayed keypad.SYNTAXint KEY_GetPadState(void);INPUTNone

Pagina 74 - Others Invalid

165Acquisition of Input Acceptance ModeAcquires the acceptance mode currently set.SYNTAXint KEY_GetInputMode(void);INPUTNoneOUTPUTKDC_MODEDOWN(0) DO

Pagina 75 - 3.15 Disk Format

166Acquisition of Coordinates Input ModeAcquires the coordinates input mode currently set. SYNTAXint KEY_GetCoordinateMode(void);INPUTNoneOUTPUT0 D

Pagina 76

167OUTPUT= 0 Normal termination= -1 Input parameter errorPlaces of replacement Fig. 7.16Butt

Pagina 77 - 3.16 System Initialization

168EXAMPLE#include “padlib.h”KEYINFO keydata[10];KEYLIST keylist;int retcode, i;for (i = 0; i < countof(keydata); i++) { keydata[i].keycode = xx

Pagina 78 - 3.17 Password Entry

169Deleting Enhanced KeysDeletes the data of the specified enhanced key. Only the frame will be remained.SYNTAXint KEY_DelExtKey(int keyno, KEYLIST *k

Pagina 79 - 4.1 Overview

172.1.3 Drive ConfigurationThe drive configuration differs for each model as described in the following: If F-ROM drive is supportedRAM diskDrive A:[

Pagina 80 - Basic Drive

1707.6.4 OBR LibraryOverviewThe OBR library is used to control the OBR (Barcode Reader) from application programs developedby the user with the C lan

Pagina 81 - Example of CONFIG.SYS

171Reception BufferThis library uses two reception buffers, as shown below, so that during the processing (read) of oneof the received barcodes the ne

Pagina 82

172DT-9650BCRReception BufferUse the buffer provided in the OBR library to receive OBR codes.Reception Data FormatThe reception data format is defined

Pagina 83 - Example of AUTOEXEC.BAT

173Initialization of OBRInitializes the COM port to establish a connection with the OBR, and turns on the power to the COMport.SYNTAX#include "ob

Pagina 84 - 4.3 Card Boot

174Transmission of CommandTransmits a command represented by a single ASCII code to the OBR. Various options including"Readout mode", "

Pagina 85

175Readout of Received DataAcquires the first barcode in the reception buffer and writes it to the specified buffer. The receptiondata SYNTAX is as fo

Pagina 86

176Setting Operation Mode / DT-9650BCROverviewOn this OBR various settings, as listed below, can be made through command transmission.(For a list of t

Pagina 87 - 5.1 Overview

177Power-save Mode Control CommandUsed to control the power-save mode of the OBR. See the following diagram.Example F

Pagina 88 - 5.2 Keyboard Control

178Command List (Italic and bold letters indicate default value)1 Specifying the number of read digitsNo. of digits Command

Pagina 89

179NW-7 start/stop code Transfer Not transfer Change codes to uppercase characters

Pagina 90

18 If F-ROM drive is not supportedRAM diskDrive A:[Read and Write] This drive is readied for use after the RAM disk size is specified fromthe System M

Pagina 91 - 5.4 Sensor Control

180 NW-7 C/DDisable check (without changing the transfer function) Enable check/Transfer E

Pagina 92 - 5.5 Backlight Control

181DT-9656BCRReception BufferUse the buffer provided in the OBR library to receive OBR codes.Reception Data FormatThe reception data format is defined

Pagina 93

182List of FunctionsPage Function Description182 OBR_Open Initialization of COM port and power on182 OBR_Close Release of COM port and power off183 OB

Pagina 94

183Transmission of CommandTransmits a command to the OBR. Only one command should be specified in each commandtransmission session. Various options in

Pagina 95 - 6.1 Overview

184Readout of Received DataAcquires the first barcode in the reception buffer and writes it to the specified buffer. The receptiondata SYNTAX is as fo

Pagina 96 - 6.2.2 Startup Method

185Setting Operation Mode / DT-9656BCROverviewOn the OBR various settings, as listed below, can be made through command transmission.(For a list of ac

Pagina 97 - 6.3.1 Function

186Command ListItemCommandDefault Read all codesA0 -- UPC onlyJ1 -- UPC + 2 digits of supplemental onlyJ2 -- UPC + 5 digits of supplemental onlyJ3

Pagina 98 - 6.3.2 Startup Method

187 UPC-A 13 digits: Transfer all 12 digits: Not transfer "0" header for adjusting the

Pagina 99 - 6.4.1 Function

1888.Read time Infinite 2 sec 4 sec 6 sec 8 sec 10 sec 15 sec 20 secY0Y1Y2Y3Y4Y5Y6Y7Yes--------------9.Contrastof normal/reverse Normal contra

Pagina 100 - 6.4.2 Startup Method

189 CODE93 Not transfer Transfer2M3MYes-- CODE128 N

Pagina 101 - 6.5.1 Overview

192.2 Basic System Operation2.2.1 OverviewBasic operation of this system on the terminal consists of the suspend/resume process and bootprocess oper

Pagina 102 - 6.5.2 Startup Method

1908. Utility8.1 OverviewThe development kit contains some utility programs to be used as required. Calculator UtilityCalculator program including

Pagina 103

1918.2 Calculator UtilityOverviewUse this calculator utility for decimal calculations. The result of calculation can be acquiredfrom the application

Pagina 104

192Condition of OperationThis utility requires two pages (32 Kbytes) of EMS memory and the driver, hardware windowmanager (HWWMAN.EXE) and keypad (KEY

Pagina 105

1938.3 Clock UtilityOverviewThe clock utility is used to reference the current time, set the date and time, or set an alarm.This utility is provided

Pagina 106

194Condition of OperationThis utility requires two pages (32 Kbytes) of EMS memory and the driver, hardware windowmanager (HWWMAN.EXE) and keypad (KEY

Pagina 107

1958.4 Calendar UtilityOverviewUse this calendar utility for referring to dates. This utility is provided as an EXE file and should beactivated as co

Pagina 108

1968.5 FLINK UtilityOverviewThe FLINK Utility is used to perform communication either between the IT-2000 and PC, orbetween two IT-2000s by means of

Pagina 109

1978.5.1 Communication Parameter Setup Command (/L={,,,}Sets up command parameters according to the command specified next to "=". If the

Pagina 110 - 7.1 Overview

198Example of specificationFLINK /L={4M, 20, }Meaning:Communication will be performed with a maximum IrDA speed of 4 Mbps, the wait timeuntil the conn

Pagina 111

1998.5.2 File Transmission (/S)FunctionThis function transmits a file from the terminal machine to the host machine. If the directoryspecified by the

Pagina 112 - 7.3 Development Environment

2Table of ContentsPreface 5Chapter1Overview 61.1Feature of System 61.1.1 Development Concept 61.1.2 Hardware 61.1.3 Software 61.1.4Basic Specification

Pagina 113 - 7.3.3 Simulation Driver

20The following table summarizes the power-on processes provided for this terminal.System Menu bootprocessAlways executes CONFIG.SYS and AUTOEXEC.BAT

Pagina 114

200Example of specifications of storage destination directory nameSpecification of root directory D:Specification of sub-directory D: TEST BINIncorrec

Pagina 115

2018.5.3 File Reception (/R)FunctionThis function receives a file from the host. The objective file name is specified by the full pathname(including

Pagina 116

202Note:If the terminal (reception) side has a file with the identical name, this command will forciblyoverwrite that file. However, this overwrite op

Pagina 117

2038.5.4 File Append (/A)FunctionThis function appends (concatenates) a file on the terminal to the end of a specified file on the host.The objective

Pagina 118

2048.5.5 File Deletion (/D)FunctionThis function deletes a file on the host.Startup MethodFLINK /D[Option] deleted pathname [deleted pathname...]Opti

Pagina 119

2058.5.6 File Move/Rename (/N)FunctionThis function moves a file within the same drive or renames the file on the host. A file cannot bemoved into a

Pagina 120 - D:>debug aplic.exe

2068.5.7 Idle StartFunctionThis function passes the right of communication request to the terminal and enters the commandreception wait state. This f

Pagina 121

207Termination Codes and MessagesIn the following table, termination codes and their error messages returned by FLINK.EXEare described.Error Code Erro

Pagina 122 - 7.5 Simulation Driver

208Note:Besides the detail codes which are defined in File Error (INT21h) above, other error codes may bereturned as fatal error code of DOS.Protocol

Pagina 123 - Function

2098.6 XY UtilityOverviewThe XY utility is used to perform communication either between an IT-2000 and PC, or betweentwo IT-2000 terminals by means o

Pagina 124 - Startup Method

212.2.2 Power ON ProcessOverviewThe ON process is provided to make the system ready for use (ON state). The actual process variesdepending on the set

Pagina 125 - Operating Conditions

210About time stamping of files:This utility supports the function to exchange time stamp information between the transmitted fileand received file. T

Pagina 126

211CommandAlways specify /S or /R. This command must be specified as the first parameter./R | /S Transmission or reception specification/R: File re

Pagina 127 - About Coordinate Input

212/BN Specification of a baud rate (If omitted, 2 (9600 bps) is employed.)N = 0: 2,400 bps1: 4,800 bps2: 9,600 bps3: 19,200 bps4: 23,040 bps5:

Pagina 128 - Displaying Simulated Keypad

213Example of specificationsXY /SY A: WORK TEST.DATTransfers “A: WORK TEST.DAT” at transmissionside. “TEST.DAT” can be copied in the currentdirectory

Pagina 129 - About Hexadecimal Code Input

2148.7 Remaining Battery Voltage Display UtilityOverviewThe remaining battery voltage display utility is used to monitor the remaining voltage of t

Pagina 130 - 7.6 Library

215Condition of OperationThis utility requires two pages (32 Kbytes) of EMS memory and the driver, hardware windowmanager (HWWMAN.EXE) and keypad (KEY

Pagina 131 - 7.6.2 System Library

2168.8 Reverse Video UtilityOverviewThis utility is used to change the entire screen to reverse video.From the nature of the FSTN semi-transmittive t

Pagina 132 - Acquisition of BIOS Version

2178.9 COM2KEY UtilityOverviewThis utility is a debug tool that allows key input at the DOS prompt.If this utility is resident in memory, the data en

Pagina 133

218APPENDIX A TFORMAT.EXEIn this chapter, TFORMAT.EXE, the formatter for F-ROM drive (D:) of IT-2000, is explained.The TFORMAT.EXE is necessary to fo

Pagina 134

219APPENDIX B PC Card DriverIn this chapter, each PC card driver which is called by CONFIG.SYS or by AUTOEXEC.BAT isexplained. These PC card driver

Pagina 135 - Switching Over COM2 Channel

22 System Menu Boot ProcessPressing the RESET switch sets the drive C: as the current drive, and MS-DOS is loaded fromthat drive. As a result, the Sys

Pagina 136 - Reboot Request

220Card Identification (CARDID.EXE)This client device driver detects the insertion and removal of PC cards, automatically determines thecard type upon

Pagina 137 - Acquisition of ABO Time

221Refer to ATA Driver Modes section which follows.Card Service Power Management Enabler (CS_APM.EXE)CS_APM.EXE is a DOS-based background task that en

Pagina 138

222APPENDIX C Acquisition of Suspend/Resume Event and Power StatusOverviewSuspend/Resume event is notified by multiplex interrupt (INT2Fh). If any e

Pagina 139

223Acquisition of Power StatusApplication can acquire current power status by calling APM BIOS through the interrupt INT15h.The following power status

Pagina 140 - Backlight ON/OFF

224DX = Remaining battery life - time unitbit 15 = 0 : Time unit is in second.1 : Time unit is in minutebits 14 to 0 = value for second or mi

Pagina 141 - Acquisition of Buzzer Volume

23Note: The RESET switch can be used not only for initiating the System Menu but also as the forcedrestart witch when the user application program und

Pagina 142 - Device Power ON/OFF

24 Auto Power ON function (only affects the resume process) activated by alarmThe system power can be turned on (resumed) at the specified time by mea

Pagina 143 - Software Card Lock

252.2.3 Power OFF ProcessOverviewTurns off the system power. However, the power to all the devices is not turned off and some can beused for storing

Pagina 144 - Key Click Sound ON/OFF

26OFF FactorsThe OFF factors refer to various causes that make the system enter the OFF state (suspend state), asfollows:OFF factor Description Suspen

Pagina 145 - Acquisition of Reason for OFF

27Note:Hold down the Power switch for more than one second until the power is off. This is done toprevent the power from accidentally being turned off

Pagina 146

282.2.4 Battery Voltage Monitoring ProcessThis terminal uses a main battery (lithium-ion battery pack) for driving the main unit, and a primarysub-

Pagina 147 - Setting APO Time

29Low Voltage LevelThe IT-2000 continuously monitors the voltage of the main battery, the primary sub-battery, and theSRAM card battery. This allows a

Pagina 148 - Setting Status of Alarm

33.11 FLINK Command 683.12 System Date/Time Setup 713.13 Command Prompt 723.14 RAM Disk Size Change 733.15 Disk Format 753.16 System Initialization 77

Pagina 149 - Acquisition of Alarm Setting

30Main Battery Voltage MonitoringIf the main battery voltage reaches LB1, the system issues a warning buzzer. If this warning buzzersounds, either sta

Pagina 150 - Resetting Alarm

31For information about the method used to replace the main battery refer to Chapter 2.2.6 “How to Replace or Recharge Batteries”.Sub-battery Voltage

Pagina 151

32Acquiring Power Status through Battery Status Acquisition UtilityWith the battery status acquisition utility the user can be advised of the current

Pagina 152 - Setting Key Click Sound ON

332.2.5 Low Consumption Current ProcessThis terminal has (1) the APM BIOS installed to provide a low-power consumption capability.It works in combi

Pagina 153 - Keypad Library

34Auto Power OFF Function (APO)This function automatically shifts the system to the OFF state (suspend state) if no event has takenplace for a specifi

Pagina 154 - Transition of Keypad State

35DOZE/RUN Transit FunctionOn this terminal the system will reduce the clock speed of the built-in CPU if no activity (access tothe touch panel, keys,

Pagina 155 - Acceptance timing of keycode

36Note:If the power management function is disabled by the system library, the Auto Power OFF function(APO) is also disabled. This is because both the

Pagina 156 - Resume-On process

372.2.6 How to Replace or Recharge BatteriesReplacement of BatteriesThe method used to replace the main battery, sub-battery, and SRAM card battery

Pagina 157 - Key click sound

38Note:The SRAM card is supplied power by the main battery when it is installed in the main unit. Thismeans that the SRAM card can be used normally as

Pagina 158 - Registering an expanded key

392.3 Supported Devices2.3.1 Display UnitHardware ConfigurationLCD FSTN semi-transparent liquid crystal displayResolution 192 x 384 dotsTone B/W 16

Pagina 159

4Chapter8 Utility 1908.1 Overview 1908.2 Calculator Utility 1918.3 Clock Utility 1938.4 Calendar Utility 1958.5 FLINK Utility 1968.5.1 Communication P

Pagina 160 - List of Input Functions

40Software FunctionsStandard Video BIOS is supported. This supports the following video modes:Mode No Mode Type Characters Resolution Colors Memory Se

Pagina 161 - Readout from Key Buffer

412.3.2 EL BacklightOverviewThis terminal has the following functions to control the backlight. For more information refer toChapter 5, “Keyboard Con

Pagina 162 - Checking Key Buffer Content

422.3.3 Touch PanelHardware ConfigurationMethod : Analog type touch panelResolution : 192 x 384 dotsSoftware FunctionTo enable application programs

Pagina 163 - Key Buffer Clear

432.3.4 DiskTypes of DiskType Drive name CapacityRAM disk A 0 to 1920 KbytesBasic drive C 768 KbytesF-ROM disk D 0, 4, 8, 12, 16 or 24 MbytesPC card

Pagina 164 - Setting Input Acceptance Mode

44F-ROM DriveThe F-ROM drive is supported as a disk for which both read and write operations are possible (onlyfor models with the F-ROM drive). Vario

Pagina 165

452.3.5 Serial CommunicationAvailable InterfacesPort I/O Address Name Uses RemarkCOM1 3F8h-3FFh 8-pin serial I/F Connection with a barcodereader or

Pagina 166 - Registering Enhanced Keypad

46COM2Either the 14-pin serial I/F or IrDA 1.0 can be assigned to this COM2 port depending on the systemlibrary setup. Both the 14-pin serial I/F and

Pagina 167

472.3.6 PC CardHardware OverviewStandard Conforms to PCMCIA Release 2.1Register compatibility Has register compatibility with Intel 82365SL StepSlot

Pagina 168

48Card Lock SwitchThe IT-2000 has a card lock switch to prevent accidental removal of the card. Any card can be madeusable only after it has been inse

Pagina 169 - Deleting Enhanced Keys

492.3.7 Clock TimerClock BIOS00h to 07h of the INT1Ah function are compatible with the IBM PC/AT.Since INT1Ah can be called in the C language, an ala

Pagina 170 - OBR Library

5PrefaceThe IT-2000 Technical Reference Manual (hereinafter referred to as this document) is provided toassist the user in developing programs to run

Pagina 171 - Reception Buffer

502.3.8 BuzzerThis terminal is provided with a buzzer function that is compatible, via an appropriate interface, withthe IBM PC. The application side

Pagina 172 - DT-9650BCR

512.3.9 Barcode ReaderOverviewThe IT-2000 supports the following two Casio OBR (Optical Barcode Reader) models:DT-9650BCR ( Pen scanner )DT-9656BCR (

Pagina 173 - Release of COM Port

522.3.10 Infrared Communication (IR)The infrared communication function of this terminal supports the protocol of IrDA 1.0(see note below) and IrDA 1

Pagina 174 - Transmission of Command

532.3.11 KeysHardware OverviewKey configuration 5 (column) x 3 (row) keysIRQ IRQ1Key repeat function availableSimultaneous pressingof multiple keysn

Pagina 175 - Invalidating Code in Buffer

542.3.12 SensorsThe IT-2000 has the following three types of built-in sensors:IlluminationsensorAttached to the upper section of this terminal and us

Pagina 176

553. System Menu3.1 OverviewThe system menu is a program and used to perform various setups (system clock, contrast ofliquid crystal display, etc.

Pagina 177 - Writing Set Values to EEPROM

563.2 Basic OperationIn the system menu a common set of key operations are used. The following list shows thekeys that can be used in the system menu

Pagina 178

573.4 Key Click Sound SetupFunctionSets the key click sound ON and OFF. If it is set to ON, a key click sound is heard when a keyis pressed or when

Pagina 179

583.5 Buzzer Volume SetupFunctionSets the volume of the buzzer (beep). One of the four levels (OFF/Small/Medium/Large) canbe selected. Fig. 3.4

Pagina 180

593.6 Contrast AdjustmentFunctionAdjusts the contrast of the liquid crystal display. Fig. 3.5OperationPress the “8 “ key to increase the contras

Pagina 181 - DT-9656BCR

61. Overview1.1 Features of System1.1.1 Development ConceptThe IT-2000 is a data collection terminal for business use. After years of refinement Ca

Pagina 182 - List of Functions

603.7 Auto Backlight SetupFunctionSets the auto backlight control ON or OFF (refer to Chapter 5 “Keyboard Controller"). Fig. 3.6Operati

Pagina 183

613.8 Auto Power OFF SetupFunction Sets the time-out period of the auto power off function (APO) (refer to Chapter 2.2.3 “Power OFFProcess").

Pagina 184

623.9 Touch Panel CalibrationFunctionAdjusts the calibration of touch panel. If an inconsistency is noted between the target positionand the position

Pagina 185

63Note: If an mark does not disappear and the arrow does not move to the next position even if the mark has been touched by the stylus, an incorrec

Pagina 186 - Command List

643.10 YMODEM UtilityFunctionUsed to achieve a file transfer via the COM cable.Communication can be established either between an AT-compatible machi

Pagina 187

65Note:When the cable comes off while the communication takes place:If the connection cable is accidentally unplugged while communication between the

Pagina 188

66Operations(1) SEND FILE TO HT (one file transmission from IT-2000 to IT-2000)This function may be available in future (as of now, not available). It

Pagina 189

67When the "Normal End" message is displayed on the IT-2000 side, file reception has beencompleted. For information about the copy destinati

Pagina 190 - 8.1 Overview

683.11 FLINK CommandFunctionFiles can be transferred by infrared communication (IR). This can be implemented either as PC-to-HT (AT-compatible machin

Pagina 191 - 8.2 Calculator Utility

69Note:If the identical file name exists on the reception side, this command overwrites the existing file.At this time, the system does not unconditio

Pagina 192 - Basic Function

7 PC card slot conforms to PCMCIA Release 2.1 supporting various PC cards. Implements IrDA 1.1 protocol for high-speed infrared communication.

Pagina 193 - 8.3 Clock Utility

70Note:If the “CLR” key is pressed during file transfer, transfer will be interrupted. It will take about 10seconds for communication to completely st

Pagina 194

713.12 System Date/Time SetupFunctionThis is used to set (modify) the date and time of the built-in timer in the IT-2000 unit. Fig. 3.15OperationE

Pagina 195 - 8.4 Calendar Utility

723.13 Command PromptFunctionThis is the MS DOS command prompt screen. An appropriate DOS command can be inputtedthrough the keypad.This DOS command

Pagina 196 - 8.5 FLINK Utility

733.14 RAM Disk Size ChangeFunctionThis screen is used to set the RAM DISK size (capacity). The setting will become valid after thesystem has reboo

Pagina 197 - IrDA communication speed

741 key Formats the RAM disk (Format confirmation screen).0 key Aborts formatting of the RAM disk.Others Invalid.Operations with the touch panel are n

Pagina 198 - Example of specification

753.15 Disk FormatFunctionFormats the RAM disk or user drive. Fig. 3.18OperationIn the screen shown above, use the “2” or “8” key to select whether

Pagina 199 - 8.5.2 File Transmission (/S)

76Key Operation Function2 or 8 key Selects the objective item (drive selection screen).0 key Does not perform formatting (formatting start screen).1 k

Pagina 200 - Example of specifications

773.16 System InitializationFunctionSets all the system setups to their defaults. Fig. 3.21OperationThe following table shows the available key ope

Pagina 201 - 8.5.3 File Reception (/R)

783.17 Password EntryFunction When "FILE TRANSFER" or "MAINTENANCE" is selected for the first time after thesystem menu is initi

Pagina 202

794. MS-DOS4.1 OverviewIf a personal computer is booted-up with a floppy disk in the drive, first an attempt will be made toread MS-DOS from the flo

Pagina 203 - 8.5.4 File Append (/A)

81.1.5 Model NameThe following IT-2000s of MS-DOS version will be available. For price of each model, pleaseconsult with your local Casio representat

Pagina 204 - 8.5.5 File Deletion (/D)

80As described above, if the system power is turned on without an application installed (i.e. theconditions just after purchase), the CONFIG.SYS and A

Pagina 205 - 8.5.6 File Move/Rename (/N)

814.2 How to Write CONFIG.SYS and AUTOEXEC.BATThis section explains how to write the CONFIG.SYS and AUTOEXEC.BAT files mentioned in theprevious sec

Pagina 206 - 8.5.7 Idle Start

82Note:1 DOS=HIGH,NOUMBThis specifies that the main part of DOS is to be loaded in the HMA and, consequently, the UMB(Upper Memory Block) is not used

Pagina 207 - BREAK KEY INTERRUPT ENDING

83Example of AUTOEXEC.BATThe following example shows a typical AUTOEXEC.BAT script. Since this example assumes thatthe system is booted from either th

Pagina 208

844.3 Card BootBasically the "card boot" operation boots MS-DOS from the ATA card, just like it is booted from afloppy disk. For this termi

Pagina 209 - 8.6 XY Utility

85the drive G, which is currently enabled, will be disabled.This problem arises from the fact that the hardware conditions established by initializati

Pagina 210 - Function and operation method

86CONFIG.SYS which resides on the drive C. However, CARDID.EXE cannot be registered as adevice driver at a card boot. If this CARDID.EXE is registered

Pagina 211 - Other parameters

875. Keyboard Controller5.1 OverviewThis terminal is equipped with a sub-CPU dedicated to controlling the keyboard, touch panel,backlight, and vario

Pagina 212 - File name

885.2 Keyboard ControlThe keyboard control of this terminal is compatible with the IBM PC/AT. The keyboard controllersenses if a key has been pressed

Pagina 213

89Secondary codeBasically a system scan code is assigned to each key, however, for some keys, different codeswill be assigned depending on the Fn key.

Pagina 214

91.2 System Configuration1.2.1 Hardware Block DiagramCPUi486GX1Power switchA/DconverterBufferDRAMFLASH ROM(DINOR)MASK ROMLithium-ionbatterySecondary

Pagina 215

905.3 Touch Panel Control FunctionThe keyboard controller has incorporated a program for acquiring the touch coordinates of the touchpanel. This pr

Pagina 216 - 8.8 Reverse Video Utility

915.4 Sensor ControlThis terminal has the following three types of sensors installed to serve as dedicated devices forhandy terminal.Sensor type Purp

Pagina 217 - 8.9 COM2KEY Utility

925.5 Backlight ControlThis terminal has incorporated two types of automatic backlight control functions: ABO (AutoBacklight OFF) and ABC (Auto Backl

Pagina 218 - APPENDIX A TFORMAT.EXE

93Transition of Backlight Control MethodsThe concept of ABC lies in automating user operations. However, automatic control depends on theillumination

Pagina 219 - APPENDIX B PC Card Driver

94Press F7keyABOtime-upABCEnableABCDisableBecomesdarkBecomeslight1ABCdisabledBacklightON state 2 2 3 or 4*1--- Ignore Ignore2ABCdisabledBacklightOF

Pagina 220 - IDE/ATA Support (ATADRV.EXE)

956. Drivers6.1 OverviewThe following drivers are supplied for this terminal. Install them as required for operation.Name File name PurposeSystem dr

Pagina 221

966.2 System Driver6.2.1 FunctionThe system driver (SYSDRV.SYS) must be installed because it executes critical processes in thisterminal. The system

Pagina 222 - APPENDIX C

976.3 Clock Control Driver6.3.1 FunctionThis driver adjusts the system time on this terminal. This driver must be installed.On a general PC a timer

Pagina 223 - Acquisition of Power Status

986.3.2 Startup MethodThis driver is loaded by defining the DEVICE statement in the CONFIG.SYS file. TIME.SYS isstored in the basic drive (C:).Format

Pagina 224

996.4 Keypad Driver/Hardware Window Manager6.4.1 FunctionThe keypad driver (KEYPAD.EXE) is used to add the keypad function to the system. Applicat

Commenti su questo manuale

Nessun commento