Casio Cassiopeia PA-2400 Manual de usuario

Busca en linea o descarga Manual de usuario para Pdas Casio Cassiopeia PA-2400. Casio Cassiopeia PA-2400 User Manual Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir

Indice de contenidos

Pagina 1 - C Library Manual

PA-2400C Library Manual(Version 1.00 )March 1998Casio Computer Co., Ltd.Copyright ©1998. All rights reserved.

Pagina 2 - Table of Contents

10where the system power was turned off by the Power-ON resume function.A disconnection from I/O Box should

Pagina 3

112.4 Source ListThis section introduces the IOBOX1.C program and its reference sources, and show a list of

Pagina 4

12 wc.cbWndExtra = 0; wc.hInstance = hInstance; wc.hIcon = NULL; wc.hCursor

Pagina 5 - 1. Supported Files

13{ HDC hdc; PAINTSTRUCT ps; RECT rect; DWORD ThreadID; switch (me

Pagina 6 - 1.1.3 File Check Utility

14 default: MessageBox( hWnd, TEXT( "Function call Failed!") , TEXT( "Messag

Pagina 7 - 2.2 Function

153. File Transfer Utility3.1 OverviewThis file utility performs file transfer either between a PC and PA-

Pagina 8

163.2 List of FunctionsWith this file transfer utility the following functions related to the file transfer

Pagina 9 - iobox_chk

173.3 Communication FunctionsOperational specifications for the FLCE should be made by initiating an approp

Pagina 10

183.4 Pathname Description Method1) Enclose every pathname in a pair of parentheses. A pathname must have

Pagina 11 - 2.4 Source List

19each slot, for example, " Storage Card" and " Storage Card2", thus no differentiation

Pagina 12

2Table of ContentsPreface 4Chapter 1. Supported Files 51.1 List of Dedicated Libraries 61.1.1 I/O Bootup Lib

Pagina 13

203.5 Rules of Describing Arguments Separate each parameter by inserting a space after each piece.

Pagina 14

213.6 Conditions on Communication Partner3.6.1 Rules of Naming Files and Directory PathsSpecify the pa

Pagina 15 - 3.1 Overview

223.6.3 /D (delete) Command OptionThese options (O: Forced deletion, R: Recursive call) of the delete com

Pagina 16 - 3.2 List of Functions

23 Default if the command-to-response interval time-out registry has no setup : 30 seconds Registry posi

Pagina 17 - 3.3 Communication Functions

243.7.2 Setting Up Registry with User ApplicationModify the registry as required from your application whil

Pagina 18

25err=FALSE;}else {err=FALSE;}if( err==TRUE)MessageBox( NULL, TEXT( "Success setting registry!") ,

Pagina 19

263.8 Termination CodesThe FLCE returns one of the codes listed in Table 3.7 as the termination code if com

Pagina 20

27 Table 3.7 List of Termination CodesError codeCategorycodeDetailcodeMeaning Possible cause Remedy00h 00h

Pagina 21

28Either the cable wasunplugged duringcommunication or the IrDAconnection is broken (wherethe H/PC is unmoun

Pagina 22 - 3.7.1 Setup Items

29 3.9 Log FileThe FLCE will create a log file to record communication logs.Log File NameThe current log f

Pagina 23

3Chapter 4. File Check Utility 454.1 Overview 454.2 List of Functions 454.3 Pathname Describing Method

Pagina 24

303.10 RestrictionsThe file transfer utility is subject to the following restrictions: The FLCE does not

Pagina 25

313.12 Details of Functions FLCE /Y< Description > Used to set up the device, baud rate, and co

Pagina 26 - 3.8 Termination Codes

32 If mode specification is omitted, the normal mode with the connection-wait time-

Pagina 27

33 FLCE /S< Description >Used to transmit a file on the local machine to the communication partner si

Pagina 28

34 To specify all files enter "*.*" as the file name. A wild card can be

Pagina 29 - 3.9 Log File

35 FLCE /R< Description > Uses a pathname request to specify a file that exists on the communicati

Pagina 30 - 3.11 Precautions

36Destination directory pathname As the last input parameter of this command describe the desti

Pagina 31 - FLCE /Y

37 FLCE /A< Description > Used to transmit the contents of a file that exists on the local machine

Pagina 32

38< Examples >FLCE /A " MY casio.dat " "b: your master.dat"This appends the con

Pagina 33 - FLCE /S

39 FLCE /D< Description > Used to delete a specified file or directory that exists on the communic

Pagina 34

4PrefaceThis manual describes the C language-dedicated library functions and utilities that run on the Casio

Pagina 35 - FLCE /R

40< Examples >FLCE /D "a: 12 *.dat" "b: casio 970613.dat"This deletes files und

Pagina 36

41 FLCE /N< Description > Used to move a file that is specified by the move source pathname and th

Pagina 37 - FLCE /A

42 FLCE /T< Description > This function transmits the system date and time of the local machine to

Pagina 38

43 FLCE (Idle Start)< Description > Passes the request right to the communication partner side and

Pagina 39 - FLCE /D

44 FLCE "casio.scr" Communication partner: Up/down utility for host PC (server mode)

Pagina 40

454. File Check Utility4.1 OverviewThe file check utility is used to check if an objective file has been s

Pagina 41 - FLCE /N

464.3.2 Rules of Naming Files and Directory Paths Table 4.28.3 Format Long File Name Drive letterWin

Pagina 42 - FLCE /T

474.5 Functions4.5.1 List File Generating Function If the names of files to be transferred (copied) f

Pagina 43 - FLCE (Idle Start)

484.5.2 List File ComparisonWith this function the following comparison will be made: Comparison betwe

Pagina 44

494.6 Format of List FilesThe format of list files to be generated with the file check utility is shown b

Pagina 45 - 4.2 List of Functions

51. Supported FilesThe following files will be supported by the C-library functions and utilities described

Pagina 46

504.7 Syntax Analysis of Script FilesIf a script file name is specified when generating a list file, the

Pagina 47 - 4.5 Functions

51<TIME_CMD> :: = 'T'<END_CMD> :: = '/'<PATHNAME_PAIR> :: = <PATHNA

Pagina 48 - 4.5.2 List File Comparison

524.8 Error Messages/CodesCode Message Meaning RemedyThe making of a list file completed.00The contents of

Pagina 49 - 4.6 Format of List Files

534.9 RestrictionsBecause of the Windows CE specifications some of the files contained in the Windows fold

Pagina 50

544.10 Details of Functions FCHKCE /G< Description >If the names of files to be transferred (copie

Pagina 51

55 abnormally terminated.) This append output is achieved in such a simple way that a

Pagina 52 - 4.8 Error Messages/Codes

56 FCHKCE /C< Description >This function will perform the following comparisons: a comparison between

Pagina 53 - 4.9 Restrictions

61.1 List of Dedicated Libraries1.1.1 I/O Bootup Library Function Table 1.1 I/O Bootup libraru funct

Pagina 54 - FCHKCE /G

72. I/O Bootup Library2.1 OverviewThe I/O bootup library monitors the connection status of the dedicated I

Pagina 55

8Because the interrupt signals are detected by their signal levels, they can be detected even if theorder of

Pagina 56 - FCHKCE /C

92.3 Details of Function iobox_chk< Description >Monitors the connection status between two PA-24

Comentarios a estos manuales

Sin comentarios