home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / qmodem / hst20.arc / WHATSNEW.20 < prev   
Text File  |  1989-01-19  |  3KB  |  63 lines

  1. WHATSNEW.20 - Fixes, Changes, and new features in HST20
  2. -------------------------------------------------------
  3.  
  4. Note: the last published release of the HST script was 1.8.
  5. Release 1.9 of the script was never publicly distributed.
  6.  
  7. FIXES
  8.  
  9. - A number of cosmetic fixes were made to insure consistency.
  10. - Unusually long timeout delays were shortened to more realistic
  11.   values.
  12. - Default COM parameters are now set to 19200-N-8-1 upon exit,
  13.   and a message is displayed advising the user that the Qmodem
  14.   Alt-P command must be used to change these settings if they
  15.   are not the system's default. The Qmodem script language can
  16.   set communicaitons parameters unconditionally but cannot
  17.   determine their current values.  Certain script operations
  18.   require a 2400bps serial rate, and previous versions of the
  19.   script left the serial port at the lower rate upon exit.
  20. - Changes were made by USR within ROM level 964.  Early 964
  21.   upgrades did not document certain 964 features, and these were
  22.   not implemented in release 1.8.  All known 964 features
  23.   (specifically, s-register 15 settings) are in release 2.0
  24. - The word "abort" was changed throughout the script to the word
  25.   "cancel" or "terminate" after I was told by well-meaning people
  26.   that computer or not, problem or not, DOS precedent or not,
  27.   this term was despicable.
  28. - Certain portions of script code were relocated in an effort to
  29.   improve execution speed.  Frequently-executed code should
  30.   always be located at or near the top of the script, something
  31.   I found out the hard way.
  32.  
  33. CHANGES
  34.  
  35. - Other than change in copyright and a couple minor cosmetic
  36.   changes, the biggest change to the HST18 code was the removal
  37.   of the PC option, used for HST setup for PCBoard 14.x
  38.   operations.  HST17/18 have been criticized for not being
  39.   fully consistent with CDC's official PCBModem program.  So as
  40.   to avoid conflict or misunderstandings, this option was
  41.   removed.  The only official setup option is now QM, for Qmodem
  42.   4.0 originate / receive operations (Qmodem 4.0 has a built-in
  43.   Host mode and QM settings appear to work just fine).
  44.  
  45. NEW FEATURES
  46.  
  47. - Addition to S15 settings mentioned earlier in the fix section.
  48.  
  49. - Addition of S13 register settings as option 21 of main menu.
  50.  
  51. - Modem command files and external script programmability.
  52.   External files can now be used to store modem as well as
  53.   user-defined Qmodem 4.0 script commands, which will be
  54.   executed dynamically by HST20.  This includes an AUTOEXEC-like
  55.   feature, which, coupled with the programmability feature of
  56.   the script, can be used for totally unattended script
  57.   operations.  Operation of the HST20 script can be altered
  58.   externally via these command files.  Read the documentation
  59.   for additional details.
  60.  
  61.  
  62. Dan Moore
  63. 1/19/89