home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / text / pipmag3.arc / ZMODEM.PIP < prev   
Encoding:
Text File  |  1988-11-14  |  2.3 KB  |  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.      ********************************************************************* 
  9.  
  10.                             NEW FOR 8-BITS
  11.  
  12.               File # 6415  ZMP11.LBR,    ZMODEM for CP/M
  13.                             By Bill Duerr
  14.  
  15.      Two recent additions to the CP/M RoundTable's Software  Libraries 
  16. provide ZMODEM file transfers to and from CP/M systems.
  17.  
  18.      ZMP    (ZMP11.LBR    and   it's   update    ZMP13.LBR)    is    a 
  19. communications/file  transfer program for CP/M which performs  Xmodem, 
  20. Xmodem-1k, true Ymodem, and Zmodem file transfer protocols.
  21.  
  22.      ZMP  was  written  by Ron Murray and Lindsay  Allen  from  Perth, 
  23. Western  Australia.  It was developed from Hal Maney's  Heath-specific 
  24. HMODEM  II.  It is written in "C" and was compiled with the Hi-Tech  C 
  25. compiler.   The  files contained in the libraries are  placed  in  the 
  26. public domain.
  27.  
  28.      The latest version of ZMP is version 1.3, (file # 6468) which  is 
  29. distributed  as a library containing an un-installed ZMP.COM and  four 
  30. required  overlays.   The program requires a Z80  processor,  with  at 
  31. least  45k of TPA.  ZMP must be customized to suit your system.   This 
  32. involves  overlaying  the un-installed copy of ZMP.COM  with  a  user-
  33. written  installation  overlay.   An example  M80  assembler  language 
  34. overlay  is  included  in the library.  There are  overlay  files  for 
  35. several CP/M systems available in the software libraries.
  36.  
  37.      ZMODEM  supports  batch file transfers,  software  flow  control, 
  38. error recovery, and is easy to use.  ZMODEM file transfers are already 
  39. available  with  many  operating systems.  See  ZMODEM8.DZC  for  more 
  40. information about the protocol.
  41.  
  42.  
  43.