home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / GPFA.DMS / in.adf / updates < prev    next >
Encoding:
Text File  |  1994-08-24  |  6.9 KB  |  156 lines

  1.     Update Notes Version 2.347  Generic Class 2  June 1994
  2.  
  3.      Update from 2.346 to 2.347 for Generic Class 2 of GPFax is designed
  4.      to fix the following problems
  5.  
  6.           a) Automatic re-dial on BUSY
  7.  
  8.           If 'Retry' in Environment was set to other than zero (0) and
  9.           GPFax 2.346 went into a delay loop followed by a resend of the
  10.           fax, it sometimes failed to correctly send a complete fax page.
  11.           Problem was most evident when using external AREXX control and
  12.           the number dialled reported a BUSY on the first attempt.
  13.  
  14.  
  15.           b) No End of Page Problems.
  16.  
  17.           Some modem manufacturers have partially implemented part of the
  18.           standard for more extensive reporting of errors at the end of
  19.           a page.  The type checking done by GPFax was too exacting. This
  20.           has been changed in attempt to reduce problems caused by this
  21.           with modems such as ZyXel.
  22.  
  23.      
  24.           c) Handshaking with XON/XOFF control
  25.  
  26.           Version 2.346 still opened the serial port with full 7 wire
  27.           handshaking even if XON/XOFF handshaking had been selected.
  28.           This was found to cause problems with some modems such as those
  29.           from NetComm and Avtek which have default register setting of
  30.           '&S1' which kept DSR low and this would prevent the Amiga's
  31.           serial port talking to the modem during the initial setup
  32.           phase.
  33.  
  34.           Setting XON/XOFF handshaking (HANDSHAKE=XONXOFF) or using the
  35.           MODEMTYPE=AVTEKC2 will now NOT use RTS/CTS handshaking at all.
  36.           (See 2.346 update notes for further details)
  37.  
  38.                      Dr Greg Perry, GPsoftware, 'D-Day' 1994
  39.  
  40.           ===============================================================
  41.  
  42.     Update Notes Version 2.346  February 1994
  43.  
  44.      GPFax Fax Class Versions
  45.  
  46.      GPFax version  2.346 is  now distributed  with both Class 1 and Class 2
  47.      versions combined into one archive on the distribution disk. To install
  48.      the version suitable for your modem, use the Installer script supplied.
  49.      Double-Click the 'Install-GPFax' icon  and follow  the directions. This
  50.      will  install  either  GPFax  Class  1  or  Class 2 version and set the
  51.      appropriate TOOLTYPES for your specific brand of modem.
  52.  
  53.      The Installer will install  either the  Class 1  or Class  2 version of
  54.      GPFax. You  cannot install  both versions  on the  same computer at the
  55.      same time.
  56.  
  57.      When  you  run  GPFax,  the  specific  modem  type  and  other specific
  58.      capabilities of  each modem  are handled  by the TOOLTYPES array in the
  59.      GPFax.info Icon. The ToolType of 'MODEMTYPE=' may be defined as follows
  60.  
  61.      Class 1 Modems:     Class 1  modems generally  use XON/XOFF handshaking
  62.                          between modem and Amiga except for the AC3 modems.
  63.  
  64.      MODEMTYPE Comments
  65.      USR            USRobotics Sporster or Courier modems
  66.      COMMA          Comma or Spirit using the Analog Devices chipsets
  67.      AVTEK          Avtek or NetComm Pocket using Rockwell 224 chipset
  68.      AC3            AutoIce  modem  using  Rockwell  224  chipset  but using
  69.                     RTS/CTS handshaking
  70.      SUPRA144LC     Supra 144LC specific with  Silent Answer
  71.      144LC          Generic 144LC modem using the Rockwell 144 chipset
  72.      G224           Generic modem using the Rockwell 224 chipset
  73.      GENERICC1      All other types of Class 1 modems
  74.  
  75.      Class 2 Modems:     Class 2 modems  generally  use  RTS/CTS handshaking
  76.                          between   modem    and   Amiga   except   for   the
  77.                          Avtek/NetComm modems.
  78.  
  79.      MODEMTYPE Comments
  80.      SUPRA          Supra Class 2 modems  such as  Supra Fax  Modem Plus and
  81.                     Supra Fax Modem V32
  82.      ZYXEL          Any Zyxel modem 1496 etc
  83.      AVTEK          Avtek CD930 or NetComm M7F modems with Class 2 but using
  84.                     XON/XOFF handshaking
  85.      PP             Practical.Peripherals  or  (some)   Micro   R&D  modems.
  86.                     Requires  special  receive  settings  or modem will only
  87.                     receive at 2400 baud. 
  88.      GENERICC2      All other types of Class 2 modems
  89.  
  90.      You also  may set  a specific  modem initialization  string if desired.
  91.      Normally let  GPFax set  its own  default value  according to the modem
  92.      type.
  93.  
  94.      Handshaking
  95.  
  96.      For sending and receiving faxes, GPFax  sets  the  speed  of  the Amiga
  97.      serial port  to 19200  or higher  (see BAUDRATE).  Since your fax modem
  98.      will actually transmit fax data at  a slower  rate of  9600 (or 14400),
  99.      some form of flow control handshaking is required between the Amiga and
  100.      the modem. Class 1 modems generally use XON/XOFF  while Class  2 modems
  101.      generally use RTS/CTS. However, this is not always the case. 
  102.  
  103.      When GPFax  is run  from Workbench  it reads the TOOLTYPES array, finds
  104.      the modem type and sets the handshaking mode accordingly.  However, you
  105.      can set the handshaking specifically if required.  Use the TOOLTYPE  
  106.  
  107.           HANDSHAKE=XONXOFF   to set Xon/Xoff handshaking
  108.           HANDSHAKE=7WIRE     to set RTS/CTS hardware handshaking
  109.  
  110.      If  this  ToolType  is  used,  it  must  be  placed AFTER the MODEMTYPE
  111.      setting.
  112.  
  113.      WARNING: DO NOT SET THE HANDSHAKE TOOLTYPE UNLESS ABSOLUTELY NECESSARY
  114.  
  115.       --------------------------------------------------------------------
  116.  
  117.      New AREXX Command for Class 2 version.
  118.  
  119.      With many BBS programs it is desired to know the  reported connet speed
  120.      from the  remote modem.   When using a constant locked baudrate between
  121.      the AMIGA and your modem  (see  LOCKBAUD),  GPFax  was  not  capable of
  122.      providing this  information. The new AREXX command CONNECTRATE has been
  123.      added to overcome this.
  124.  
  125.      AREXX COMMAND
  126.  
  127.      CONNECTRATE   Returns speed as reported by CONNECTxxxx from your modem.
  128.      This may depend on the exact brand of modem you are using.
  129.  
  130.      ---------------------------------------------------------------
  131.  
  132.      Support Enquiries
  133.  
  134.      Primary  support  for  GPFax  should  be  available from your dealer or
  135.      distributor, however, GPSofwtare does  provide  direct  support  to end
  136.      users. Please contact us at
  137.                                    GPSoftware
  138.                                    PO Box 570
  139.                                   Ashgrove, QLD
  140.                                  Australia 4060
  141.                         Phone/FAX +61 7 3661402 (GMT +10)
  142.  
  143.      or via electronic mail on USENET via the address
  144.  
  145.           INTERNET:      zzgperry@mailbox.uq.oz.au
  146.  
  147.           CBMNET:        gregp@gpsoft.adsp.sub.org
  148.  
  149.      There is also an AmiNet forum - GPFax-Support on many BBSs world wide.
  150.  
  151.      NOTE: Help  is only  available if  you quote  your program registration
  152.      number on the distribution disk when asking for technical support.
  153.      ===================================================================
  154.      Dr Greg Perry
  155.      GPsoftware, February 1994
  156.