Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!wivax!linus!allegra!eagle!harpo!seismo!hao!hplabs!sri-unix!W8SDZ@mit-mc From: W8SDZ%mit-mc@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: Unix UMODEM version 3.2 now available Message-ID: <1682@sri-arpa.UUCP> Date: Thu, 2-Jun-83 03:01:00 EDT Article-I.D.: sri-arpa.1682 Posted: Thu Jun 2 03:01:00 1983 Date-Received: Wed, 8-Jun-83 23:08:51 EDT Lines: 27 From: Keith PetersenUMODEM, 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--