home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / xprszmod.lha / SuperZModem.doc next >
Text File  |  1992-06-25  |  2KB  |  50 lines

  1. Original translation by Jarrod Karau
  2. Further translation and editing by George Coulouris
  3.  
  4.                            Super ZModem XPR library
  5.                            ~~~~~~~~~~~~~~~~~~~~~~~~
  6.                         By Ueli Kaufmann, October '91
  7.  
  8. This library is 95% identical to the xprzmodem.library from Rick Huebner.
  9. On the assumption that every xpr user would have the xprzmodem.library and
  10. its accompanying documentation, I did not include this documentation in this
  11. archive.
  12.  
  13. Changes:
  14.  
  15. I.
  16.  
  17. The maximum block size is determined by BPS rate, as follows:
  18.   <= 300 BPS =  512 bytes
  19.     1200  "  =  1k
  20.     2400  "  =  2k
  21.     4800  "  =  4k
  22.   >=9600  "  =  8k
  23.  
  24. Note that not all terminal programs have implemented the xpr standard as well
  25. as term (by Olaf Barthel) or LR-Comm (by myself); this can cause problems when
  26. a false baud rate is signaled to the library.
  27.  
  28. Therefore, I worked together with Manfred Seiler to develope an 'M' option,
  29. which signifies the maximum block size to send.
  30.  
  31. Examples:
  32.  
  33. 'M0'    Block size is determined by BPS rate (Default).
  34. 'M1'    Sets a max block size of 128 bytes.
  35. 'M1024'  Sets a max block size of 1k.
  36. 'M2033'  Sets a max block size of 2k. (In this example, an odd block size
  37. of 2033 is given by the user. This size is considered nonsense by the library
  38. and the next largest block is chosen.)
  39.  
  40. These options only affect uploading. Downloading will always try for 8k
  41. block sizes.
  42.  
  43. NOTE:  If you use the 'M1024' option with this library, your will
  44.        be 100% compatible with the normal Zmodem.
  45.  
  46.   - 11:37 / 17. Okt. 1991 / Ueli Kaufmann
  47.        FIDO: 2:302/801.39
  48. FIDO/MATRIX: 2:302/810/Ueli Kaufmann
  49.    ZERBERUS: U.KAUFMANN@LINK-CH1.ZER
  50.