home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / fossil / syocom50.arc / SANYCOMM.DOC next >
Text File  |  1988-01-30  |  3KB  |  58 lines

  1. SanyCOMM - A FOSSIL Driver For The Sanyo MBC-55x
  2.  
  3.  
  4. Written by Paul Kelly
  5. Copyright 1987 by Paul A. Kelly,  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.
  12.  
  13.          Paul A. Kelly
  14.          20 Forbes Road
  15.          Trafford, PA  15085
  16.  
  17.      You may contact the author with bug reports or suggestions for improvement
  18. via FidoNet mail at Net 129 Node 11 - First Sanyo 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.      This program implements the Fido/Opus/SEAdog Standard Inferface Layer
  28. (FOSSIL) functions for the the Sanyo MBC-55x.  It is a complete implementation
  29. of the FOSSIL driver as defined by version 5 of the FOSSIL specification.
  30.  
  31.      This driver implements all 27 functions defined in the current FOSSIL
  32. spec.  It also implements the user appendage functions (the extended 
  33. dispatcher).
  34.  
  35.      The current version of this driver ignores the port number passed in DL.
  36.  
  37.      SanyCOMM is upwardly compatible with the Sanyo MBC-55x BIOS,  int 14h,  
  38. functions 0 - 4.  FOSSIL function 4 is a superset of int 14h,  function 4.
  39.  
  40.      SanyCOMM is now an installable device driver.  Put SanyCOMM.SYS in your
  41. root directory and add the following statement to your CONFIG.SYS file:
  42.  
  43.   Device=SanyCOMM.SYS
  44.  
  45.      SanyCOMM completely replaces the standard Sanyo driver for devices AUX
  46. and COM1,  and adds a device named FOSSIL$.  All i/o to these devices 
  47. automatically is routed through the FOSSIL driver,  including redirected
  48. console i/o.
  49.  
  50.      SanyCOMM has been tested fully in production use with BinkleyTerm 1.30,
  51. Opus 1.10.ii/gamma,  and SEAdog v4.1.  It has also been fully tested for
  52. proper operation with GT-PowerComm v13.00F.  The driver uses a 4k receive
  53. buffer and a 1k transmit buffer.
  54.  
  55.  
  56.                                                            Paul Kelly
  57.                                                            01/30/88
  58.