home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / azcomm.lzh / AZC.Readme < prev    next >
Text File  |  1988-11-22  |  3KB  |  72 lines

  1.                                                                  9/24/88
  2.  
  3.  
  4. AZComm 1.00 is a modified version of the COMMunicator version 1.34
  5. AZComm contains 3 extra functions in the File menu , Zmodem Receive,
  6. Zmodem send, and Zmodem Resume Receive. the zmodem routines are the
  7. latest implementation and contain full-data streaming with 32-bit CRC
  8. error checking.
  9.  
  10. these zmodem functions were coded for speed and are the ONLY routines
  11. for the Amiga that will send and receive with an ACTUAL throughput
  12. greater than 19,200 baud. new features include optional 7-wire serial
  13. handshaking and doublebuffered file writes at baud rates above 9600 to
  14. allow storage on slow devices. 
  15.  
  16. OPTIONS:
  17.  
  18. 3/7-wire handshaking - to enable 7-wire handshaking , you must select the
  19. RTS/CTS gadget under the serial menu in preferences. if this is set in the
  20. current preferences , the serial device will be opened with the SERF_7WIRE
  21. flag set, otherwise only 3-wire handshaking will be used (Transmit, Receive,
  22. and Ground).
  23.  
  24. xon/xoff - if you disable xon/xoff in the menu then during zmodem transfers,
  25. the serial device will be changed to accomodate SERF_RAD_BOOGIE. this is the
  26. fastest possible mode for the serial device to operate but will not allow
  27. for xon/xoff or parity checking. this usually isnt needed unless you expect
  28. transfers greater than about 16,000 baud throughput. xon/xoff is necessary
  29. if you are saving to a slow device (floppies) at high speeds or you will
  30. have overrun errors.
  31.  
  32. zmodem send - selecting this item will open up the standard file requestor
  33. and ask you for the filenames to send. you can select 1 file from the
  34. requestor and that will be the first file sent. to send batch , you must
  35. seperate the file names by a space in the filename string gadget.
  36.  
  37. zmodem receive - after selecting this menu you must select the output file
  38. path for the received files to be saved. only the pathname is used , any
  39. filename entered will be ignored.
  40.  
  41. zmodem resume receive - same as zmodem receive , but if an incoming file
  42. already exists , it will attempt to resume the transfer from the end of
  43. that file. 
  44.  
  45. -------------------------------------------------------------------------
  46. below are some measured statistics receiving different files
  47. to a Fast File System Hard Disk.
  48.  
  49.             ---------- Characters per Second -------
  50.  
  51. type        size    null modem    19,200 HST    9600 HST
  52. ------        ----    ----------    ----------    --------
  53. binary        606K       1836           1128           932
  54. text        681K       1903           1897           969
  55. binary        284K       1818           1112           920
  56.  
  57.  
  58. this is my attempt at bringing the Amiga 9600 modem community up to speed.
  59. Previously no terminal program could receive efficiently at baud rates
  60. above 9600.
  61.  
  62. if you have any questions or comments, contact me at the following number.
  63.  
  64.                                         SS. Patel  (412) 366-1849
  65.                                         North Hills, Pennsylvania
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.