Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!rconn@brl From: rconn@brl@sri-unix.UUCP Newsgroups: net.micro Subject: Re: UMODEM-28 Message-ID: <4705@sri-arpa.UUCP> Date: Tue, 30-Aug-83 17:53:41 EDT Article-I.D.: sri-arpa.4705 Posted: Tue Aug 30 17:53:41 1983 Date-Received: Fri, 2-Sep-83 21:16:51 EDT Lines: 19 From: Rick Conn The doc for UMODEM is invoked by simply giving the command name with no arguments. The basic idea is to issue command lines of the following forms: umodem -st file <-- send from UNIX to CP/M umodem -sb file <-- send binary (st was send text) umodem -rt file <-- receive on UNIX from CP/M umodem -rb file <-- receive binary The text options are available so that automatic text file format conversion can be done between UNIX and CP/M formats. Depending on the implementation (UMODEM 2.8 is quite old now), other options are available for performing functions such as not generating a log of the activity (l (ell) opion) or for masking out the 7th bit (7 option). Again, the command "umodem" with no arguments tells you the format of the command line. Rick