[net.micro.cpm] New UMODEM35.C

LCG.CONN@DEC-MARLBORO.ARPA@sri-unix.UUCP (08/30/83)

Hi --

	I have just uploaded a new version to UMODEM to AR43:CPM.
CRCs check.

	Version 3.5 incorporates two new features:
		1) the option to compile for UNIX SYSTEM III is now
available; to use it, compile with SYS3 defined --
			cc -o umodem -DSYS3 umodem.c
This makes the third type of UNIX system supported.  JHU
and VER7 (Version 7) are the other two.
		2) UMODEM now has a multiple-command mode, similar to Bill
Westfield's MODEM.  Invoked as "umodem -c", the user is given a prompt
like --
			3  L  UMODEM>
The user can type ? for help, "st filename" to send a text file,
"y filename" to display file status, etc, as well as "1" to select
FTP 1, "7" to enable a 7th bit mask, "M" to toggle the ability to
overwrite files, "L" to toggle logging to umodem.log, etc, as
described in the built-in help.  The letters prefixing "UMODEM>" tell the
user which options are invoked.  In the above example, FTP 3 and logging
of output are enabled (FTP 3 is the Christensen protocol).

	Enjoy!

		Rick Conn
-------