Date : Thu, 02 Jun 1983 03:01:00 EDT
From : Keith Petersen <W8SDZ@mit-mc>
Subject: Unix UMODEM version 3.2 now available
UMODEM, the Unix "C" version of Ward Christensen's MODEM program
has just been updated to version 3.2 and is now available on MIT-MC
AR43:CPM;UMODEM 32C the C source code
AR43:CPM;UMODEM 32HIS the history of updates
This program is NOT intended to run under CP/M, is for mainframe
UNIX systems. It uses a protocol compatible with MODEM2, MODEM7,
MDM7xx, etc. There is NO batch mode - only one file can be sent
each time to the program is invoked. UMODEM does deal with the
differences between UNIX end-of-line (only LF) and CP/M end-of-line
(CRLF) in ASCII files. Binary files are transferred intact.
Details of this update:
-- UMODEM Version 3.2 Mods by Michael M Rubenstein, 5/26/83
. fixed bug in readbyte. assumed that int's are ordered
from low significance to high
. added LOGDEFAULT define to allow default logging to be
off. compile with -DLOGDEFAULT=0 to set default to no
no logging.
--end--