home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 18 / cd.iso / PLANETE / CYBERCOM / CYBERCOM.TXT < prev    next >
Text File  |  1994-07-05  |  3KB  |  100 lines

  1. CyberCom V1.14                      
  2.  
  3. The High Speed Serial Communications Driver for Windows 3.1
  4. Designed for 386 (and above) systems using the 16550 serial port
  5. chip. (C) CyberSoft Corp 1994                  
  6.  
  7. Requires Windows 3.1, Enhanced Mode, a 16550 UART
  8.  
  9.  
  10. INTRODUCTION.
  11. -------------
  12. CyberCom is a direct replacement for the standard Windows 
  13. Communications Driver (COMM.DRV).
  14.  
  15. * Transfer at up to 115,200 KB with a 16550 serial port chip
  16. * Great for V.FAST and Voice modems that require 57,600 Kb
  17. * More reliable Transfer with less overhead on your system - Better
  18.   background operation. 
  19. * Fewer (if any) over/under runs.
  20.  
  21.  
  22. HOW DOES IT WORK?
  23. -----------------
  24. Don't worry if the following sounds too complicated - just skip over
  25. it and move on to the Installation...
  26.  
  27. * CyberCom enables the FIFO buffer on the 16550 to be enabled for both
  28. receive AND transmit - COMM.DRV only enables the FIFO for receive. 
  29.  
  30. * The 'interrupt trigger level' has been set to 8 for both transmit and
  31. receive. This gives your applications a lot more time to process
  32. incoming information. COMM.DRV sets the trigger level to 14 which
  33. means that your application only has 2 characters in which read from
  34. the FIFO buffer.
  35.  
  36. What this means is that your communications applications will get far 
  37. fewer (if any) 'under runs' or 'over runs' when sending or receiving.
  38.  
  39.  
  40. INSTALLATION
  41. ------------
  42. 1. Copy CYBERCOM.DRV into your Windows\System directory.
  43.  
  44. Edit the Windows\SYSTEM.INI file and change the following line:
  45.  
  46. From  comm.drv=comm.drv
  47. To    comm.drv=cybercom.drv
  48.  
  49. 2. If you previously have not taken advantage of the 16550 installed
  50. in your computer then ensure that the Windows\SYSTEM.INI file has the
  51. following information:
  52.  
  53. [386Enh]
  54. COMnFIFO=1
  55.  
  56. where n is the number of the COM port.
  57.  
  58. if your 16550 is installed on, say, COM 1 then 
  59.  
  60. [386Enh]
  61. COM1FIFO=1
  62.  
  63. 3. Start or Restart windows.
  64.  
  65.  
  66. LICENCE
  67. -------
  68. CyberCom is provided free for non-commercial use. 
  69.  
  70. You may not distribute CyberCom for profit. If you wish to include
  71. CyberCom with your applications then contact CyberSoft at the address
  72. below for details about royalty-free licences.
  73.  
  74. ----------------------------------------------------------------------
  75. For further information, upgrades, problems  etc please contact us at:
  76.  
  77. Attention: Douglas I. Scadlock
  78. CyberSoft Corporation Pty Ltd,
  79. PO BOX 407 Vaucluse,
  80. New South Wales
  81. 2030 Australia
  82. Phone +61 2 805 1077
  83. Fax   +61 2 805 0897
  84. CIS   100033,1723
  85.  
  86.  
  87. CAVEAT
  88. ------
  89. THE INFORMATION AND COMMUNICATIONS DRIVER PROVIDED HEREUNDER 
  90. (COLLECTIVELY REFERRED TO AS "SOFTWARE") IS PROVIDED AS IS WITHOUT 
  91. WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT 
  92. LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
  93. FOR A PARTICULAR PURPOSE. 
  94.  
  95. (C) CyberSoft Corp 1993
  96. (C) Microsoft Corp
  97.  
  98. **********************************************************************
  99.                Sydney 2000 - Home of the Millennium Games
  100.