Casio IT-2000W Spezifikationen

Stöbern Sie online oder laden Sie Spezifikationen nach Software Casio IT-2000W herunter. Casio IT-2000W Specifications Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 297
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen

Inhaltsverzeichnis

Seite 1 - Technical Reference

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

Seite 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

Seite 3

1007.5 PenMouse Driver7.5.1 OverviewThe PenMouse driver (PENMOUSE.DRV) simulates the operation of the mouse driver specific tothe personal computer

Seite 4

1017.5.2 Startup MethodThe PenMouse driver can be loaded by specifying as follow at [boot] section of SYSTEM.INI.However, it is loaded automatically

Seite 5 - About trademarks

1027.6 Virtual Keyboard Driver7.6.1 FunctionThe Virtual Keyboard Driver (VKD.386) is a driver that enables access to the keyboard controlleron Windo

Seite 6 - 1.1.3 Software

1037.6.2 Startup MethodThe Virtual Keyboard Driver can be loaded by making the following specification in the “386Enh”section of SYSTEM.INI. VDK.386

Seite 7 - 1.1.4 Basic Specifications

1047.7 System Library (main program file)7.7.1 FunctionSYSCALL.DLL is a dynamic link library that constitutes the main program of the system libr

Seite 8 - 1.1.5 Model Name

1057.8 Display Driver7.8.1 FunctionDisplay driver (VGA_C.DRV, VGA_NC.DRV) is a Windows display driver for a screen size of192 x 384 dots. If this dr

Seite 9 - 1.2.1 Hardware Block Diagram

106Note:If the above script is deleted from SYSTEM.INI or PENMOUSE.DRV is removed, no displayoperation is permitted on Windows.

Seite 10 - 1.2.2 Supported Software

1077.9 COM Driver for IrDA7.9.1 OverviewThe IrDA Driver consists of IRDA.DLL and IRCOMM.DRV. The former is processes the protocolsection and the l

Seite 11 - Utilities

108IrCOMM Layer (including TinyTP Layer)The IrCOMM (Infrared COMM) layer includes TinyTP (Tiny Transport Protocol) layer. IrDAprotocol can be used thr

Seite 12 - Development Tool Libraries

1097.9.2 Windows 3.1 Communication FunctionsTo perform communication with IrDA use API of MS-Windows. The following table lists thespecifications of

Seite 13 - 1.3 Precautions

11TFORMAT.EXE Basic drive (C:) F-ROM drive formatterWindows DriverThese drivers are necessary for the Windows to run on IT-2000. Download to F-ROM dri

Seite 14

110BuildCommDCBint BuildCommDCB(lpszDef, lpdcb)LPCSTR lpszDef; /* Address of the device control character string */DCB FAR *lpdcb; /* Address of

Seite 15

111ClearCommBreakint ClearCommBreak (idComDev)int idComDev; /* Device with canceled break state */The ClearCommBreak function cancels the break sta

Seite 16 - 2.1.1 Software Configuration

112CloseCommint CloseComm(idComDev)int idComDev; /* Device to be closed */The CloseComm function will close the specified communication device and

Seite 17 - 2.1.2 Memory Map

113EnableCommNotificationBOOL EnableCommNotification(idComDev, hwnd, cbWriteNotify, cbOutQueue)int idComDev; /* Communication device identifi

Seite 18 - 2.1.3 Drive Configuration

114Note:If the application specifies -1 for the cbWriteNotify parameter, the WM_COMMNOTIFY messagewill be sent to the specified window in the case of

Seite 19 - 2.2.1 Overview

115EscapeCommFunctionLONG EscapeCommFunction(idComDev, nFunction)int idComDev; /* Identifier of the communication device */int nFunction;

Seite 20

116FlushCommint FlushComm(idComDev, fnQueue)int idComDev; /* Identifier of the communication device */int fnQueue; /* Queue to be flushed

Seite 21 - 2.2.2 Power ON Process

117GetCommErrorint GetCommError(idComDev, lpStat)int idComDev; /* Communication device ID */COMSTAT FAR *lpStat; /* Address of t

Seite 22 - System Menu Boot Process

118CE_TXFULLNot supported at present. The data will be passed from the transmission queue tothe transmission buffer according to the IrDA protocol. It

Seite 23 - ON Factors

119COMSTAT structuretypedef struct tagCOMSTAT { /* cmst */BYTE status; /* transfer status */UNIT cbInQue;

Seite 24

12Development Tool LibrariesAll the libraries of Windows are provided either as Dynamic Link Library (DLL) or as VisualBASIC Custom Control (VBX). To

Seite 25 - 2.2.3 Power OFF Process

120GetCommEventMaskUNIT GetCommEventMask(idComDev, fnEvtClear)int idComDev; /* Communication device ID */int fnEvtClear; /* Event to

Seite 26 - OFF Factors

121OpenCommint OpenComm(lpszDevControl, cbInQueue, cbOutQueue)LPCSTR lpszDevControl; /* Address of the device control information */UNIT cbInQueue;

Seite 27 - Battery Operation Scheme

122Note on IrDA:The OpenComm function does not support the LPT device. Since the OpenComm function does notcontrol the power block of IrDA, the user s

Seite 28 - Low Voltage Level

123GetCommStateint GetCommState(idComDev, lpdcb)int idComDev; /*Communication device ID */DCB FAR * lpdcb; /* Address of the device contro

Seite 29

124ReadCommint ReadComm(idComDev, lpvBuf, cbRead)int idComDev; /* ID of the device to be read */void FAR * lpvBuf; /* Address of

Seite 30

125SetCommBreakint SetCommBreak(idComDev)int idComDev; /* Device to interrupt communication */The SetCommBreak function is used to interrupt charac

Seite 31

126SetCommEventMaskUNIT FAR *SetCommEventMask(idComDev, fuEvtMask)int idComDev; /* Communication device to be enabled */UNIT fuEvtMask; /

Seite 32 - Auto Power OFF Function (APO)

127Note:The application must enable the event using the SetCommEventMask function before theGetCommEventMask function records the occurrence of an eve

Seite 33 - DOZE/RUN Transit Function

128SetCommStateint SetCommState(lpdcb)const DCB FAR * lpdcb; /* Address of the device control block */The SetCommState function will set the comm

Seite 34 - Replacement of Batteries

129DCB structuretypedef struct tagDCB /* DCB */{BYTE Id; /* internal device

Seite 35 - Main Battery Recharge

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

Seite 36 - 2.3.1 Display Unit

130The DCB structure defines the control setups of serial communication.< Members >Id Identifies the communication device. This value is set by

Seite 37 - Contrast Adjustment

131fOutxCtsFlow Not supported.fOutxDsrFlow Not supported.fDummy Reserved.fDtrDisable Indicates whether to disable the DTR (data terminal ready) signal

Seite 38 - 2.3.2 EL Backlight

132TransmitCommCharint TransmitCommChar(idComDev, chTransmit)int idComDev; /* Communication device */char chTransmit; /* Character to be trans

Seite 39 - 2.3.3 Touch Panel

133UngetCommCharint UngetCommChar(idComDev, chUnget)int idComDev; /* Communication device */char chUnget; /* Character to be placed in t

Seite 40 - 2.3.4 Disk

134WriteCommint WriteComm(idComDev, lpvBuf, cbWrite)int idComDev; /* Communication device ID */const void FAR * lpvBuf; /* Address

Seite 41 - PC Card Drive

1357.9.3 Setting Up WIN.INI FileThe following parameters must be set in the [IrDA.COM2] section of the WIN.INI file. If theseparameters are not spe

Seite 42 - 2.3.5 Serial Communication

136MaxBaudRateSets the baud rate (for IR communication). It is one the negotiation parameters. Parameters less thanthe default value can be concatenat

Seite 43

137MaxTurnAroundTimeSets the maximum turnaround time. It is one of the negotiation parameters. This is, however, fixedto 500 msec.Parameter

Seite 44 - 2.3.6 PC Card

138DeviceNameSets the device name to be registered as the "DeviceName" of the IAS attribute. A maximum ofsixteen 1-byte characters can be se

Seite 45 - Card Lock Switch

1397.9.4 Installation MethodThe method used to install the IrDA driver in Windows is described here. Using WINST.EXE it isalso possible to install it

Seite 46 - 2.3.7 Clock Timer

14If an LB1 event (low main battery voltage) occurs, the alarm buzzer starts sounding and systemoperation is suspended about 10 minutes later. If the

Seite 47 - 2.3.8 Buzzer

140Add the following to the WIN.INI file. For information about the setup value of each entryrefer to Chapter 7.9.3 "Setting Up WIN.INI File"

Seite 48 - 2.3.9 Barcode Reader

1418. Application Development8.1 OverviewThis terminal uses the IBM PC/AT architecture. Though the actual display size is 192 (H) x 384 (V)pixels, i

Seite 49 - IrDA 1.1

1428.2 Notes on Developing ApplicationThe use of double clicks on this terminal extremely difficult. Develop your application programso that only s

Seite 50 - 2.3.11 Keys

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

Seite 51 - 2.3.12 Sensors

144These libraries do not have to be always used. And, in as far as standard MS-Windows is pursued,they do not have to be used at all. The sole except

Seite 52 - 3. System Menu

1458.4 Program Development ProcedureThe following diagram shows the basic procedural flow used to develop an application program thatruns on this ter

Seite 53 - 3.3 List of Functions

1468.4.1 Creation of Execution FileApplication developers should develop programs using various application development libraries.The following sam

Seite 54 - 3.4 Key Click Sound Setup

1478.4.2 Debugging Through SimulationBefore the debugging, SysCall.DLL (for simulation) must be copied to the directory ofWindows System. Since the s

Seite 55 - 3.5 Buzzer Volume Setup

148 Fig. 8.5The outline of the operation test using the simulation driver is summarized above. Debugging can ofcourse be performed using Microsof

Seite 56 - 3.6 Contrast Adjustment

1498.4.3 Operation Check on IT-2000 (Using COM2KEY/XY)If software coordination through simulation has been completed, it should be transferred onto

Seite 57 - 3.7 Auto Backlight Setup

15The backlight is turned off by means of the ABO (Auto Backlight OFF) function. However, itis turned off 1.3 seconds after the setup time. This is be

Seite 58 - 3.8 Auto Power OFF Setup

1508.4.4 Installation of Application ProgramThis section describes how to install the application program, after it has been debugged, on theactual

Seite 59 - 3.9 Touch Panel Calibration

151Installation work :In the slot, insert the ATA card that has been created for installation and lock the cardlock switch.If the terminal power is cu

Seite 60

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

Seite 61 - 3.10 YMODEM Utility

1538.5.1 System Library Simulator (SysCall.DLL)OverviewThis system library simulator can be called by various libraries and application program and

Seite 62

154 Fig. 8.7On the IT-2000 the backlight can be turned on and off by means of Fn + '7'. Namely, the backlightstatus can be changed not

Seite 63 - Operations

155 Fig. 8.8SYS_SetThresholdOfABCSYS_GetThresholdOfABCSYS_GetBuzzerVolumeSYS_SetBuzzerVolumeSYS_GetLcdContrast

Seite 64

156Note on the simulation:As explained previously, this simulator does not exactly simulate the IT-2000 operations. Moreover,some operations can not b

Seite 65 - 3.11 FLINK Command

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

Seite 66 - Operation

1588.6.2 System LibraryOverviewThe IT-2000 has various dedicated functions that can control the backlight and the power of variousdevices by software

Seite 67

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

Seite 68 - 3.12 System Date/Time Setup

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

Seite 69 - 3.13 Command Prompt

160Acquisition of BIOS VersionAcquires the ROM BIOS version number, which consists of the following three numbers:major number, minor number, sub-numb

Seite 70 - 3.14 RAM Disk Size Change

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

Seite 71

162Setting/Acquisition LCD ContrastThe contrast of the LCD display is affected and varied by the ambient temperature. Therefore,this terminal automati

Seite 72 - 3.15 Disk Format

163Increasing/Decreasing LCD ContrastThe contrast of the LCD display varies with the ambient temperature. Therefore, this terminalautomatically detect

Seite 73

164Switching 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

Seite 74 - 3.16 System Initialization

165Setting/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

Seite 75 - 3.17 Password Entry

166Reboot RequestThis function is used to restart (reboot) the system without suspending IT-2000 operations.SYNTAXint SYS_Reboot(int nMode);INPUTnMode

Seite 76 - 4.1 Overview

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

Seite 77 - Basic Drive

168Acquisition of ABO TimeThis function is used to read the ABO setting. SYNTAXint SYS_GetAboTime();INPUTNoneOUTPUT= 0 Not activate ABO= 1 to

Seite 78 - Example of CONFIG.SYS

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

Seite 79

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

Seite 80 - Example of AUTOEXEC.BAT

170Acquisition of ABC (Auto Backlight Control) StatusThe ABC (Auto Backlight Control) function is used to sense the ambient light intensity andautomat

Seite 81 - 4.3 Card Boot

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

Seite 82

172Backlight 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

Seite 83

173Acquisition of Backlight StatusThis function acquires the current backlight status.SYNTAXint SYS_GetBacklight();INPUTNoneOUTPUT= 0 Backlight

Seite 84 - 5.1 Overview

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

Seite 85

175Acquisition of Buzzer VolumeAcquires the buzzer volume as one of four levels: Large/Medium/Small/OFF.SYNTAXint SYS_GetBuzzerVolume();INPUTNoneOUTPU

Seite 86

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

Seite 87 - 6.1 Overview

177Device Power ON/OFFUsed to turn ON and OFF the power of each device. SYNTAXint SYS_SetDevicePower(int Device, int OnOff);INPUTDevice = device t

Seite 88 - 6.2 Keyboard Control

178Software 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

Seite 89

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

Seite 90

182.1.3 Drive ConfigurationThe drive configuration differs for each model as described in the following table:RAM diskDrive A:[Read and Write]This dr

Seite 91 - 6.4 Sensor Control

180Key Click Sound ON/OFFSets the key click sound to ON or OFF. SYNTAXint SYS_SetKeyClck(int OnOff);INPUTnOnOff = 0 OFFOther than 0

Seite 92 - 6.5 Backlight Control

181Acquisition of Key Click Sound StatusAcquires the key click sound ON/OFF setting. SYNTAXint SYS_GetKeyClick();INPUTNoneOUTPUT= 0 OFF= 1 ON=

Seite 93

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

Seite 94

183Acquisition of OFF ReasonAcquires the reason that the system was most recently turned OFF.SYNTAXint SYS_GetPowerOffFactor();INPUT NoneOUTPUT

Seite 95 - 7.1 Overview

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

Seite 96 - 7.2.2 Startup Method

185Acquisition of Cancellation Status of Next Resume ProcessAcquires the power-on process setting (Resume On/Boot) for each power-off reason.SYNTAXint

Seite 97 - 7.3.1 Function

186Request 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

Seite 98 - 7.3.2 Startup Method

187Acquisition of Low Battery Voltage StatusAn APM (Advanced Power Management) BIOS has been installed in this terminal. This function isused to direc

Seite 99 - 7.4.1 Function

188Setting APO TimeUsed to set a time until APO (Auto Power OFF) occurs.SYNTAXint SYS_SetApoTime (int nValue);INPUTnValue = APO time 0 Does not cau

Seite 100 - 7.5.1 Overview

189Acquisition of APO TimeAcquires the currently set APO time. SYNTAXint SYS_GetApoTime();INPUTNoneOUTPUT0 Disable the APO.1 to 15 Enab

Seite 101 - 7.5.2 Startup Method

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

Seite 102 - 7.6.1 Function

190Setting Status of AlarmThis function is used to set the alarm so that Int4Ah will be executed at the specified time. If the settime precedes the cu

Seite 103 - 7.6.2 Startup Method

191Acquisition of Alarm SettingThis function is used to acquire the current alarm setting made for the RTC (Real Time Clock). SYNTAXvoid SYS_GetAlarm

Seite 104 - 7.7.2 Operation Method

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

Seite 105 - 7.8.2 Startup Method

193Setting/Acquisition of Power ON AlarmThis terminal has a function to automatically turn on the power to the main unit at the specified time.This fu

Seite 106

194Setting/Acquisition of Status of Power Control FunctionThis terminal has incorporated unique power control functions: the auto power OFF mode andDO

Seite 107 - 7.9.1 Overview

195Setting 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

Seite 108

1968.6.3 Keypad LibraryOverviewThe keypad library (Padctrl.vbx) is used to perform key input with the keyboard that is graphicallydisplayed in the sc

Seite 109

197Input acceptance modeThere are two acceptance modes for key input. Down acceptance modeWhen the pen is down on the keypad, the touched area change

Seite 110 - BuildCommDCB

198(1) Initiate AppStadio, then select "File"- "InstallControls".Fig. 8.12(2) Move to the directory where the keypad library is

Seite 111 - ClearCommBreak

199(3) A new button is added in the lower section of the toolbox. However, if other controls have beenregistered already, the left hand-side figure

Seite 112 - CloseComm

2Table of ContentsPreface5Chapter 1Overview61.1Features of System61.1.1Development Concept61.1.2Hardware61.1.3Software61.1.4Basic Specifications71.1.5

Seite 113 - EnableCommNotification

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

Seite 114

200(2) As the following dialog is displayed, select "Dialog" and click on the "OK" button. Fig. 8.16With the above operation

Seite 115 - EscapeCommFunction

201(4) Modify the keypad size so that all keys can appear within the screen.Fig. 8.18(5) Subsequently, layout the necessary controls such as the

Seite 116 - FlushComm

202Note:The keypad library will transmit characters to the control which is focused at. Accordingly, if thefocus is placed in other control than the e

Seite 117 - GetCommError

203Where VB3 is used, select "Add File..." from the "File" menu.Fig. 8.21(2) When the following dialog appears for VB4, click o

Seite 118 - CE_TXFULL

204(3) When the following dialog is displayed, move to the directory where the keypad library isplaced and select "padctrl.vbx" as the fil

Seite 119 - COMSTAT structure

205(4) In the case of VB4, clicking on the "OK" button makes the previous dialog restored.Make sure that the check box at the right of "

Seite 120 - GetCommEventMask

206Explained next is the method of registering the "keypad" in the dialog.(1) First double-click on the "keypad" button (the lo

Seite 121 - OpenComm

207(3) Subsequently, layout the optional controls such as the edit box, etc. properly in the dialog.Because the size of the IT-2000 display is 384

Seite 122

208Explanation of propertiesList of propertiesProperty Name DescriptionPadStatus Key acceptance property Specifies Up or Down acceptance.PadShow Keypa

Seite 123 - GetCommState

209Keypad display/non-display propertyFunction This is a property to switch between display and non-display of the keypad.Property name PadStatusType

Seite 124 - ReadComm

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

Seite 125 - SetCommBreak

210Expansion keycode propertyFunction This is a property to set up the keycode of the expansion key to be registered.Property name KeyCodeType shortVa

Seite 126 - SetCommEventMask

211Example of expansion pad operation Registration of expansion key pad <In case of VC>void Cclass::SetProp( void ){ HBITMAP hBmp;PIC pic;HP

Seite 127

212 Deletion of expansion key pad<In case of VC>void Cclass::DeleteProp( int KeyNo, int ExtNo ){m_PadCtrl->SetNumProperty( "KeyNo"

Seite 128 - SetCommState

2138.6.4 OBR LibraryOverviewThe OBR library is used to control the OBRs (Barcode Reader) from application programsdeveloped by the user with the C la

Seite 129 - DCB structure

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

Seite 130

215Data FormatThe reception data format is defined as follows:Barcode OFig. 8.32

Seite 131

216List of Available FunctionsPage. Function Description216 OBR_Open Initialization of COM port and power on217 OBR_Close Release of COM port and powe

Seite 132 - TransmitCommChar

217Release of COM PortReleases the COM port and turns off the power to the COM port.SYNTAX#include "obrlib.h"void FAR PASCAL _export OBR_Clo

Seite 133 - UngetCommChar

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

Seite 134 - WriteComm

219Acknowledgment of Received DataValidates barcode data in the reception buffer of the Library. If data is not received completely asbarcode data aft

Seite 135

22 System Menu Boot ProcessPress the RESET switch to set the drive C as the current drive, and load MS-DOS from thatdrive. As a result, the System Me

Seite 136 - DisconnectThresholdTime

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

Seite 137 - DeviceNickName

221Invalidating Code in BufferInvalidates a barcode in the reception buffer and clears the reception buffer.SYNTAX#include "obrlib.h"void FA

Seite 138 - ServiceType

222Setting event of reception completionWhen a barcode data is received completely, specified message can be sent as user event to thespecified handle

Seite 139 - 7.9.4 Installation Method

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

Seite 140

224Example: To set the CODE39 C/D to "Prevent check (without changing the transferfunction)" with the corresponding expanded commandsOB

Seite 141 - 8.1 Overview

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

Seite 142

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

Seite 143 - 8.3 Development Environment

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

Seite 144 - 8.3.3 Simulation Driver

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

Seite 145

229Command ListItemCommandDefault Read all codes A0 -- UPC only J1 -- UPC + 2 digits of supplemental only J2 -- UPC + 5 digits of supplemental onl

Seite 146

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

Seite 147

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

Seite 148

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

Seite 149 - D: WINDOWS>WIN aplic

232 CODE93 Not transfer Transfer2M3MYes-- CODE128 N

Seite 150

2338.6.5 YMODEM LibraryOverviewThis library is used to transfer files from Windows applications using the YMODEM/bat protocol.The YMODEM library cons

Seite 151

234Error codesEach function of this library will return the following values as the error code. Error code Description1 Dialog box creation error, et

Seite 152 - 8.5 Simulation Driver

235SendByYMODEMThis function is used to transmit a file by means of the YMODEM/bat protocol. Before this functionis called, the OpenYMODEM function mu

Seite 153 - Function

236RecieveByYMODEMThis function is used to receive a file by means of the YMODEM/bat protocol. Before this functionis called, the OpenYMODEM function

Seite 154 - Monitor window

237SetCommForYMODEMThis function is used to set up the communication parameters (baud rate, parity, and stop bit) to beused by the YMODEM library.Befo

Seite 155

238CloseYMODEMIf this function is called, the use of YMODEM library is completed, and the COM port is closed.SYNTAX#include "ymodem.h"short

Seite 156 - Note on the simulation:

2398.6.6 FLINK LibraryOverviewThe FLINK library (FLINK.DLL) is a utility used to perform communication between two IT-2000terminals or between the te

Seite 157 - 8.6 Library

24This terminal has the Auto Power ON function which automatically starts the system. This AutoPower ON function can operate in one of the following t

Seite 158 - 8.6.2 System Library

240 Setup values of WIN.INI fileSet up the IrDA section of the WIN.INI as follows;[IrDA.COM2]IrDA=ONMaxBaudRate=115200 *To be set according to the

Seite 159 - List of Libraries

241 int DoFlink(int argc, char** argv)This executes the FLINK protocol and various processes.SYMTAXint DoFlink(int argc, char** argv)INPUTargc = Numb

Seite 160 - Acquisition of BIOS Version

242ExampleThis is an example of using the DoFlinkForVB function to transmit the "C: test temp.c"file on the source side so that it overwrite

Seite 161

243 File deletionint argc = 3;char* argv[] = {“fl”, “/d”, “c: dstn_sir *.dat”} File moveint argc = 4;char* argv[] = {“fl”, “/n”, “c: src_dir src

Seite 162

244Communication CommandsFile Transmission (/S)FunctionThis function transmits a file on the execution-side machine to the communication partner. If t

Seite 163

245Parameter setup examplesargc = 4argv[] = {“fl” , ”/S” , ”a: info *.dat” , ”d: data ”}With this specification all files with a "DAT" ext

Seite 164 - Switching Over COM2 Channel

246File Reception (/R)FunctionThis function is used to receive a file that exists on the communication partner side by specifying therequest pathname.

Seite 165

247Parameter setup examplesargc = 5argv[] = {“fl” , ”/R” , ”a: test *.dat” , ”d: info *.*” , ”b: data ”}With this specification all files with a &qu

Seite 166 - Reboot Request

248File Append (/A)FunctionThis function appends the contents of a file that is specified by the append file pathname to a file thatis specified by th

Seite 167 - Setting ABO Time

249File Deletion (/D)FunctionThis function deletes a file that exists on the communication partner side.Starting methodint argc = Number of parame

Seite 168 - Acquisition of ABO Time

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

Seite 169

250File Move/File Rename (/N)FunctionThis function is used to move the specified file (move source pathname) on the communicationpartner side to the m

Seite 170

251Idle StartFunctionThis function is used to transfer the request right to the partner side. This function will be terminatedif it is abnormally term

Seite 171

252IrDA Environment Setup CommandsWait Time Setup (/L)FunctionThis function sets up the Wait time for communication. Starting methodint argc

Seite 172 - Backlight ON/OFF

253COM Environment Setup (/Y)FunctionThis function sets up the environment of COM port. Starting methodint argc = Number of parameter arg

Seite 173

254Following the parameter setting shown on the previous page as example, the communicationspecifications can be set according to the details listed i

Seite 174 - Setting Buzzer Volume

255List of termination codesThe following table shows the termination codes returned by FLINK.DLL. Note that only thetermination code (i.e. with no me

Seite 175 - Acquisition of Buzzer Volume

256End CodeCategory Detail CodeProtocolErrorDescription01h 00h Command error (undefined function code).01h 01h Command error (undefined sub-function c

Seite 176

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

Seite 177 - Device Power ON/OFF

2589.2 Calculator UtilityOverviewUse this calculator utility for decimal calculations. This utility provides arithmetic calculations,memory calculati

Seite 178 - Software Card Lock

259Startup MethodThis utility is not stored in the basic drive (C: ). It must be copied to RAM disk (A: ) or FROMdrive (D: ) and can be started up fro

Seite 179

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

Seite 180 - Key Click Sound ON/OFF

2609.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

Seite 181

261Setup FileThe display formats for date and time, and logo can be specified at this setup file (WCLOCK.INI).The setup file must be stored in the dir

Seite 182 - Acquisition of Reboot Reason

2629.4 Calendar UtilityOverviewUse this calendar utility for referring to dates. This utility is provided as a Windows utility. Fig. 9.3File Nam

Seite 183 - Acquisition of OFF Reason

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

Seite 184

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

Seite 185

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

Seite 186

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

Seite 187

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

Seite 188 - Setting APO Time

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

Seite 189 - Acquisition of APO Time

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

Seite 190 - Setting Status of Alarm

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

Seite 191 - Acquisition of Alarm Setting

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

Seite 192 - Resetting Alarm

2719.6.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

Seite 193

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

Seite 194

2739.6.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

Seite 195 - Setting Key Click Sound ON

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

Seite 196 - Keypad Library

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

Seite 197 - Key click sound

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

Seite 198

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

Seite 199

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

Seite 200

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

Seite 201

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

Seite 202

280Other parametersSpecify the options immediately after (without inserting a space) the command. Options must bespecified in the following order:/N

Seite 203 - Fig. 8.21

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

Seite 204

2829.8 Reverse Video UtilityOverviewThis utility is used to change the entire screen to reverse video.From the nature of the FSTN semi-transparent ty

Seite 205

2839.9 COM2KEY UtilityOverviewThis utility is a debug tool that allows key input at the DOS prompt from the personal computer.If this utility is resi

Seite 206

2849.10 Windows Installation UtilityOverviewMS-Windows has been installed on the MASK ROM drive (E:). However, MS-Windows cannot bebooted directly fr

Seite 207

285Operation at Menu StartupWINST.EXE can run either on the IT-2000 or on a personal computer. However, since the IT-2000is not provided with an arrow

Seite 208 - Key acceptance property

286WINST.INFThe WINST.INF file is used to make installation procedure specifications for WINST.EXE. Themethod used to write the WINST.INF file is the

Seite 209 - Expansion key number property

287Specifies the keyboard to be used. From the Setting column of the tableshown below select a value to be placed on the right side of the equation.Co

Seite 210 - Expansion key image property

288Example of Using WINST.EXEPreparation of necessary filesThe table shown below includes files essential for setting up WINST.INF. If, for example, t

Seite 211 - <In case of VB>

289MD G: WINDOWSCOPY E: WINDOWS LOCAL G: WINDOWSIf the IrDA interface is used to load COMM.DRV with the following procedure.COPY E: WINDOWS COMM.DRV

Seite 212

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

Seite 213 - 8.6.4 OBR Library

290Example of execution on the IT-2000Directly set up the environment by executing WINST.EXE on the IT-2000. If WINST.EXE and theother essential files

Seite 214 - Reception Buffer

291 APPENDIX A: TFORMAT.EXE In this chapter, TFORMAT.EXE, the formatter for F-ROM drive (D:) of IT-2000, is explained.The TFORMAT.EXE is necessary t

Seite 215 - Data Format

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

Seite 216 - Initialization of OBR

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

Seite 217 - Release of COM Port

294Refer 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

Seite 218 - Transmission of Command

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

Seite 219

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

Seite 220 - Readout of Received Data

297DX = 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

Seite 221 - Invalidating Code in Buffer

33.10 YMODEM Utility 613.11 FLINK Command 653.12 System Date/Time Setup 683.13 Command Prompt 693.14 RAM Disk Size Change 703.15 Disk Format 723.16 Sy

Seite 222 - #include “obrlib.h”

30Sub-battery Voltage MonitoringThe sub-batteries are used for system backup while the main battery is being replaced. The sub-batteries consists of t

Seite 223

312.2.5 Low Consumption Current ProcessThis terminal has the APM BIOS installed to provide a low-power consumption capability.It works in combinati

Seite 224 - Writing Set Values to EEPROM

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

Seite 225

33DOZE/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,

Seite 226

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

Seite 227

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

Seite 228

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

Seite 229 - Command List

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

Seite 230

382.3.2 EL BacklightOverviewThis terminal has the following functions to control the backlight. For more information refer toChapter 6 “Keyboard Cont

Seite 231

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

Seite 232

48.4.2 Debugging Through Simulation 1478.4.3 Operation Check on IT-2000 (Using COM2KEY/XY) 1498.4.4 Installation of Application Program 1508.5 Simulat

Seite 233 - 8.6.5 YMODEM Library

402.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

Seite 234 - OpenYMODEM

41F-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

Seite 235 - SendByYMODEM

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

Seite 236 - RecieveByYMODEM

43COM2Either 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

Seite 237 - SetCommForYMODEM

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

Seite 238 - CloseYMODEM

45Card 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

Seite 239 - 8.6.6 FLINK Library

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

Seite 240 - Interface to DLL

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

Seite 241 - /* Code in C++ */

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

Seite 242

492.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

Seite 243 - File move

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

Seite 244 - File Transmission (/S)

502.3.11 KeysHardware OverviewKey configuration 5 (column) x 3 (row) keysIRQ IRQ1Key repeat function availableSimultaneous pressing of multiple keys

Seite 245

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

Seite 246 - File Reception (/R)

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

Seite 247

533.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

Seite 248 - File Append (/A)

543.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

Seite 249 - File Deletion (/D)

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

Seite 250 - File Move/File Rename (/N)

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

Seite 251 - Idle Start

573.7 Auto Backlight SetupFunctionSets the auto backlight control ON or OFF (refer to Chapter 6 “Keyboard Controller"). Fig. 3.6Opera

Seite 252 - Wait Time Setup (/L)

583.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").

Seite 253 - COM Environment Setup (/Y)

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

Seite 254

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

Seite 255 - List of termination codes

60Note: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 incorrect p

Seite 256

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

Seite 257 - 9.1 Overview

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

Seite 258 - 9.2 Calculator Utility

63Operations(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

Seite 259 - Basic Function

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

Seite 260 - .3 Clock Utility

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

Seite 261 - Setup File

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

Seite 262 - 9.4 Calendar Utility

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

Seite 263

683.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

Seite 264 - 9.6 FLINK Utility

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

Seite 265 - IrDA communication speed

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

Seite 266 - Example of specification

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

Seite 267 - 9.6.2 File Transmission (/S)

71Key Operation Function8 key Increases the RAM disk size.2 key Decreases the RAM disk size.RET key Confirms the currently selected RAM disk size and

Seite 268 - Example of specifications

723.15 Disk FormatFunctionFormats the RAM disk and F-ROM drive. Fig. 3.18OperationIn the screen shown above, use the “2” or “8” key to select wh

Seite 269 - 9.6.3 File Reception (/R)

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

Seite 270

743.16 System InitializationFunctionSets all the system setups to their default settings. Fig. 3.21OperationThe following table shows the availabl

Seite 271 - 9.6.4 File Append (/A)

753.17 Password EntryFunction When "FILE TRANSFER" or "MAINTENANCE" is selected for the first time after the systemmenu is initi

Seite 272 - 9.6.5 File Deletion (/D)

764. MS-DOS4.1 OverviewIn general, if a personal computer is booted-up with a floppy disk in the drive, first an attempt willbe made to read MS-DOS

Seite 273 - 9.6.6 File Move/Rename (/N)

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

Seite 274 - 9.6.7 Idle Start

784.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

Seite 275 - BREAK KEY INTERRUPT ENDING

79(1) DOS=HIGH,NOUMBThis specifies that the main part of DOS is to be loaded in the HMA and, consequently, theUMB (Upper Memory Block) is not used. T

Seite 276

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

Seite 277 - 9.7 XY Utility

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

Seite 278 - Function and operation method

814.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

Seite 279

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

Seite 280 - File name

83CONFIG.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

Seite 281

845. MS-Windows5.1 OverviewThe MASK ROM drive (E:) of this terminals has MS-Windows installed in it.However, MS-Windows cannot be booted directly fr

Seite 282 - 9.8 Reverse Video Utility

855.2 Installation of MS-WindowsAs explained on the previous page, it is necessary to move (copy) some files onto the write-permitdrive before bootin

Seite 283 - 9.9 COM2KEY Utility

86Note:The contents of the latest version of E: WINDOWS LOCAL may be released as SDK. If this isthe case, use the files in SDK instead of those stored

Seite 284 - Start Option

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

Seite 285 - Operation at Menu Startup

886.2 Keyboard ControlThe keyboard control of IT-2000 is compatible with the IBM PC/AT. The keyboard controllersenses if a key has been pressed and s

Seite 286 - WINST.INF

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

Seite 287 - Keyboard=Setting

91.2 System Configuration1.2.1 Hardware Block DiagramCPUi486GX1Power switchA/DconverterBufferDRAMFLASH ROM(DINOR)BIOS/DOSMASK ROMLithium-ionbatteryS

Seite 288 - Example of Using WINST.EXE

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

Seite 289

916.4 Sensor ControlThis terminal has the following three types of sensors installed to serve as dedicated devices forhandy terminal.Sensor Purpose o

Seite 290

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

Seite 291 - APPENDIX A: TFORMAT.EXE

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

Seite 292 - APPENDIX B: PC Card Driver

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

Seite 293 - IDE/ATA Support (ATADRV.EXE)

957. Drivers7.1 OverviewThe following drivers are supplied for this terminal. Install them as required for operation.Driver File name PurposeSystem

Seite 294

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

Seite 295 - APPENDIX C:

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

Seite 296 - Acquisition of Power Status

987.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

Seite 297 - End of the Manual

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

Kommentare zu diesen Handbüchern

Keine Kommentare