home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / q / qkterm42.zip / QKTERM.DOC next >
Text File  |  1992-12-12  |  3KB  |  80 lines

  1. Scrabble Door - QkTerm Terminal Program v4.2
  2.  
  3. Changes:
  4.  
  5. 12/12/92
  6.  
  7.   Recompiled under Borland Pascal v7.0 & updated Async Professional.
  8.   Added raising of RTS line on opening.
  9.  
  10. 9/19/92
  11.  
  12.   Changed the Single Node Gameboard Screens to support the <N>ext command.
  13.   Some minor changes in initializing the comm port.
  14.  
  15. 7/04/92
  16.  
  17.   Added support for the new Single Node v4.0 and MultiNode v1.0N+ screens.
  18.  
  19.  
  20. 1/15/92
  21.  
  22.   Finally got around to correcting some minor bugs in the code.  These
  23. had to do primarily with recognizing that a connection was already
  24. established and initializing the Port with the current settings.  Also,
  25. made some modifications to how I was handling the FIFO buffering for
  26. 16550 UARTS.
  27.  
  28. 10/21/91
  29.  
  30.   Comm routines are now provided exclusively by Turbo Power's Async
  31. Professional.  A FOSSIL driver is no longer supported.  Built-in Ansi
  32. support as been added (Ansi.Sys no longer required in the Config.Sys).
  33.  
  34. 05/21/90
  35.  
  36.   Added support for the new GameBoard Display for the MultiNode Version
  37. of Scrabble.  QkTerm will automatically determine if a MultiNode vs a
  38. Single Node Version is running and display the appropriate screens.
  39.  
  40. Purpose:
  41.  
  42.   The purpose of this program is for the remote Scrabble player to have
  43. an instant display of the Scrabble Game Board on his/her terminal
  44. (without having to wait for the entire Ansi/Ascii file to be sent across
  45. the Comm Port).  This will be especially noticeable to the 300/1200 baud
  46. callers.
  47.  
  48. How To:
  49.  
  50.   -  Simply UnZip the QkTerm.Exe program and put in your Comm program's
  51.      sub-directory.
  52.   -  Add whatever is necessary for your Comm Program to run an external
  53.      program. (Off of a Hot Key, Macro or just Shell to DOS)
  54.   -  Log on to your favorite BBS that is running Scrabble Door.
  55.   -  Run QkTerm  (Command Line:  QkTerm Port Baud_Rate [Y])
  56.        Port       - Port Number 1-8
  57.        Baud_Rate  - 300-38400
  58.        Optional Y - If present, will enable CTS handshaking.
  59.                     (SHOULD be used for Locked High Speed COMM Ports!)
  60.        Eg.  QkTerm 2 19200 Y
  61.             QkTerm 1 2400
  62.   -  QkTerm will clear your screen and display a message that it is
  63.      Active. (Or, will abort if unable to initialize Comm driver)
  64.   -  Open the Scrabble Door and Play as usual.  Whenever the game would
  65.      display the Game Board - QkTerm will intercept the request to draw
  66.      the board and display it instantly on your screen.
  67.   -  You may exit QkTerm at any time by hitting <ESC>.  Scrabble will
  68.      also terminate QkTerm for you when you Quit the Door.
  69.  
  70. That's about it!  Any problems or questions/suggestions contact:
  71.  
  72.        Christopher Hall
  73.        P.O. Box 26025
  74.        Austin, Tx  78755-0025
  75.  
  76.        PC Network -Unlisted-
  77.        Fido (1:382/29.4)
  78.        CompuServe: 72150,752
  79.  
  80.