home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / TEXT / PIPMAG3.ARC / ZMODEM.PIP < prev   
Text File  |  1988-11-14  |  2KB  |  39 lines

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