home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
ddjmag
/
ddj8910.arc
/
SMITH2.ARC
/
README
< prev
next >
Wrap
Text File
|
1989-08-30
|
1KB
|
31 lines
CTERM1: Demonstrates Finite State Machine driven Xmodem send and
receive as published in Doctor Dobb's Journal 10/89.
Donald W. Smith, Compuserve 76515,3406.
This ARChive includes all source and the PC/compatible executable
for the program as published. Minor changes to the source have
been made in the following areas:
More comments for each function in CTERM1, XMSEND and XMRECV.
Changes to prevent 4 warnings in CTERM1.C:
Argtab cur_config.speed now cast to (int *).
Catch_24() two params removed (not used), and errval reported.
The source provided was last compiled on 8/30/89 using the Turbo C 2.0
compiler. No attempt has been made to insure compatibility with other
C compilers. This code is PC specific and interfaces directly to
interrupt and UART hardware.
I don't believe the CTERM1 source code could make anybody rich as-is.
Therefore, no copyright or restrictions are imposed or implied.
Feel free to use these FSM techniques anywhere you can. I'd be
interested in learning of interesting applications of the paradigm.
Oh, and Don't forget to have fun!
Don Smith, August 30, 1989.