Ymodem Library; List Of Libraries - Casio IT-2000W Technical Reference Manual

Casio pda technical reference manual
Table of Contents

Advertisement

8.6.5 YMODEM Library

Overview
This library is used to transfer files from Windows applications using the YMODEM/bat protocol.
The YMODEM library consists of a group of the following files.
YMODEM.H
LibYMOD.LIB
YMODEM.DLL
Relations between the files are summarized as follows. When developing your application program
with the C language, never fail to link LibYMOD.LIB with the developed source program. This
LibYMOD.LIB will automatically call YMODEM.DLL, which is the main program of the system
library, at each execution of the program. Visual BASIC can directly call this DLL by means of a
declaration.
Application Program
written by VC
Other PC

List of libraries

The YMODEM library supports the following functions:
Function name
OpenYMODEM
SendByYMODEM
SendByYMODEMforVB
RecieveByYMODEM
SetCommForYMODEM
CloseYMODEM
Header file for system library (for C language)
YMODEM library for C language (for C language)
Main program of the YMODEM library
LibYMOD.LIB
YMODEM.DLL
Fig. 8.37
Opening the YMODEM library
File transmission with the YMODEM/bat protocol
File transmission with the YMODEM/bat protocol
(for Visual Basic)
File reception with the YMODEM/bat protocol
Setting up communication parameters
Closing the YMODEM library
233
Application Program
written by VB
Description
Page
234
235
235
236
237
238

Advertisement

Table of Contents
loading

Table of Contents