home *** CD-ROM | disk | FTP | other *** search
- *********************************************************************
- THIS ARTICLE IS BEING PRESENTED THROUGH THE PIP ONLINE CP/M MAGAZINE
- OF THE NATIONAL CP/M ROUNDTABLE ON GENIE. copyright (c) 1989 BY
- BILL JULIANI. ALL RIGHTS RESERVED. PERMISSION IS HEREBY GRANTED
- TO NON-PROFIT ORGANIZATIONS ONLY TO REPRINT THIS ARTICLE OR PASS IT
- ALONG ELECTRONICALLY AS LONG AS PROPER CREDIT IS GIVEN TO BOTH THE
- AUTHOR AND GENIE.
- *********************************************************************
-
- NEW FOR 8-BITS
-
- File # 6415 ZMP11.LBR, ZMODEM for CP/M
- By Bill Duerr
-
- Two recent additions to the CP/M RoundTable's Software Libraries
- provide ZMODEM file transfers to and from CP/M systems.
-
- ZMP (ZMP11.LBR and it's update ZMP13.LBR) is a
- communications/file transfer program for CP/M which performs Xmodem,
- Xmodem-1k, true Ymodem, and Zmodem file transfer protocols.
-
- ZMP was written by Ron Murray and Lindsay Allen from Perth,
- Western Australia. It was developed from Hal Maney's Heath-specific
- HMODEM II. It is written in "C" and was compiled with the Hi-Tech C
- compiler. The files contained in the libraries are placed in the
- public domain.
-
- The latest version of ZMP is version 1.3, (file # 6468) which is
- distributed as a library containing an un-installed ZMP.COM and four
- required overlays. The program requires a Z80 processor, with at
- least 45k of TPA. ZMP must be customized to suit your system. This
- involves overlaying the un-installed copy of ZMP.COM with a user-
- written installation overlay. An example M80 assembler language
- overlay is included in the library. There are overlay files for
- several CP/M systems available in the software libraries.
-
- ZMODEM supports batch file transfers, software flow control,
- error recovery, and is easy to use. ZMODEM file transfers are already
- available with many operating systems. See ZMODEM8.DZC for more
- information about the protocol.
-
-
-