home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / fossil / t2kcom52.arc / T2KCOMM.DOC < prev    next >
Encoding:
Text File  |  1988-03-17  |  3.1 KB  |  67 lines

  1. T2KCOMM - A FOSSIL Driver For The Tandy 2000
  2.  
  3.  
  4. Written by Rick Moore
  5. Copyright 1987, 1988 by Solar Wind Computing,  ALL RIGHTS RESERVED
  6.  
  7.      This code is may be used and distributed in its unmodified form for ANY
  8. NONCOMMERCIAL USE WHATEVER.  Modified versions of this software are NOT to
  9. be distributed without the express written consent of the author.  You are
  10. not allowed to sell or otherwise make money from the use of this software
  11. without specific license from the author.  You may contact the author at:
  12.  
  13.          Solar Wind Computing
  14.          P.O. Box 1204
  15.          Homewood,  IL  60430
  16.  
  17.      You may contact the author with bug reports or suggestions for improvement
  18. via FidoNet mail at Net 115 Node 333 - Solar Wind Opus - for non-commercial
  19. purposes only.
  20.  
  21.      If you wish to distribute this driver with a commercial communications 
  22. package,  just write.  I will be glad to authorize free usage of this
  23. type,  as long as no extra money is charged above the regular price of
  24. package.  I wish to keep track of this kind of usage so that regular
  25. updates can be distributed.
  26.  
  27.      If you wish to use the source code for a non-commerical software package,
  28. feel free.  You can not charge for software based on this code.  Please
  29. be polite enough to credit me for my work.  I  would also appreciate being
  30. file attached a copy of your work,  as a courtesy.
  31.  
  32.      This program implements the Fido/Opus/SEAdog Standard Inferface Layer
  33. (FOSSIL) functions for the the Tandy 2000.  It is a complete implementation
  34. of the FOSSIL driver as defined by version 5 of the FOSSIL specification.
  35.  
  36.      This driver implements all 27 functions defined in the current FOSSIL
  37. spec.  It also implements the user appendage functions (the extended 
  38. dispatcher).
  39.  
  40.      The current version of this driver ignores the port number passed in DL.
  41. Future versions of the driver will be expanded to include support for the
  42. T2K 4 port serial port expansion board.
  43.  
  44.      T2KCOMM is upwardly compatible with the Tandy 2000 BIOS,  int 14h,  
  45. functions 0 - 4.  FOSSIL function 4 is a superset of int 14h,  function 4.
  46.  
  47.      T2KCOMM in now an installable device driver.  Put T2KCOMM.SYS in your
  48. root directory and add the following statement to your CONFIG.SYS file:
  49.  
  50.   Device=T2KCOMM.SYS
  51.  
  52.      T2KCOMM completely replaces the standard Tandy driver for devices AUX
  53. and COM1,  and adds a device named FOSSIL$.  All i/o to these devices 
  54. automatically is routed through the FOSSIL driver,  including redirected
  55. console i/o.
  56.  
  57.      T2KCOMM has been tested fully in production use with BinkleyTerm 1.40,
  58. Opus 1.10.iii,  and SEAdog v4.1.  It has also been fully tested for
  59. proper operation with GT-PowerComm v13.00F and Mex-PC 1.65A with the Tandy
  60. 2000 overlay,  which uses standard int 14h BIOS calls.  The driver uses a
  61. 4k receive buffer and a 1k transmit buffer.  The .com file contained in this
  62. archive was assembled with Pasm 2.0 and linked with PlinkPlus 2.2.
  63.  
  64.  
  65.                                                            Rick Moore
  66.                                                            03/16/88
  67.