Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!BILLW@sri-kl From: BILLW@sri-kl@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: Re: MODEM7 on Unix Message-ID: <3588@sri-arpa.UUCP> Date: Thu, 28-Jul-83 13:49:00 EDT Article-I.D.: sri-arpa.3588 Posted: Thu Jul 28 13:49:00 1983 Date-Received: Mon, 1-Aug-83 08:30:52 EDT Lines: 9 actually UMODEM will do almost what you want with only minor modifications. Thanks to the unix miracle of redirected IO, all you have to do is something like UMODEM -ST FOO.BAR >/dev/tty11 The only problem is that tha umodem banner is also sent to primary output, messing up the transfer. We got around this by making the banners go to stderr instead. Contact knutsen@sri-unix for more details... BillW