home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / online / wwcall / wg1001.exe / README.TXT next >
Text File  |  1994-03-02  |  5KB  |  97 lines

  1. ======================================================================
  2.   Microsoft(R) Product Support Services Application Note (Text File)
  3.    WG1001: UPDATED SERIAL.386 DRIVER FOR WINDOWS(TM) FOR WORKGROUPS
  4. ======================================================================
  5.                                                    Revision Date: 3/94
  6.                                                        1 Disk Included
  7.  
  8. The following information applies to Microsoft Windows for Workgroups,
  9. version 3.11.
  10.  
  11. -----------------------------------------------------------------------
  12. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY     |
  13. | ACCOMPANY THIS DOCUMENT (collectively referred to as an Application |
  14. | Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER      |
  15. | EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED      |
  16. | WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR       |
  17. | PURPOSE. The user assumes the entire risk as to the accuracy and    |
  18. | the use of this Application Note. This Application Note may be      |
  19. | copied and distributed subject to the following conditions:  1) All |
  20. | text must be copied without modification and all pages must be      |
  21. | included;  2) If software is included, all files on the disk(s)     |
  22. | must be copied without modification (the MS-DOS(R)  utility         |
  23. | diskcopy is appropriate for this purpose);  3) All components of    |
  24. | this Application Note must be distributed together;  and  4) This   |
  25. | Application Note may not be distributed for profit.                 |
  26. |                                                                     |
  27. | Copyright (C) 1994 Microsoft Corporation.  All Rights Reserved.     |
  28. | Microsoft and MS-DOS are registered trademarks and Windows is a     |
  29. | trademark of Microsoft Corporation.                                 |
  30. | Pentium is a trademark of Intel Corporation                         |
  31. |---------------------------------------------------------------------|
  32.  
  33. Introduction
  34. ------------
  35.  
  36. When you use Windows for Workgroups version 3.11 with serial
  37. communications software, you may experience the following problems:
  38.  
  39.  - If you are using a Pentium(TM)-based machine with a 16550 UART chip,
  40.    your system stops responding (hangs) if there is data in the chip
  41.    when the serial communications application attempts to open the
  42.    communications port.
  43.    
  44.    A problem with the 16550 UART implementation causes the chip to
  45.    become trapped in a mode in which data is always detected in its
  46.    FIFO buffer.
  47.  
  48.  - When you are using communications software, you may be able to make
  49.    one connection after starting Windows for Workgroups, but any
  50.    subsequent connections fail and may hang your system.
  51.    
  52.    This problem occurs when SERIAL.386 sends an extra NUL character
  53.    through the port when the communications software calls the
  54.    CloseComm application program interface (API) function. While this
  55.    does not normally cause problems, your second connection may fail
  56.    with some modems.
  57.  
  58. The WG1001 disk included with this Application Note contains an
  59. updated SERIAL.386 driver that corrects both of these problems.
  60.  
  61. To install the updated SERIAL.386 file
  62. --------------------------------------
  63.  
  64. 1. Quit Windows for Workgroups.
  65.  
  66. 2. Make a backup copy of the currently installed SERIAL.386 file by
  67.    typing the following at the MS-DOS command prompt and then pressing
  68.    ENTER
  69.  
  70.       ren <drive>:<path>\serial.386 serial.old
  71.  
  72.    where <drive>:<path> is the location of your Windows SYSTEM
  73.    subdirectory.
  74.  
  75.    For example, if your Windows directory is called WINDOWS and is on
  76.    drive C, type the following at the MS-DOS command prompt and then
  77.    press ENTER:
  78.  
  79.       ren c:\windows\system\serial.386 serial.old
  80.  
  81. 3. Insert the enclosed WG1001 disk in the appropriate floppy disk
  82.    drive.
  83.  
  84. 4. To copy the file to the Windows SYSTEM subdirectory, type the
  85.    following at the MS-DOS command prompt and then press ENTER
  86.  
  87.       copy <drive>:\serial.386 <destination>
  88.  
  89.    where <drive> is the floppy disk drive containing the WG1001 disk
  90.    and <destination> is the drive and directory of your Windows SYSTEM
  91.    subdirectory.
  92.  
  93.    For example, if the WG1001 disk is in drive A and your Windows
  94.    directory is called WINDOWS and is on drive C, type the following
  95.    at the MS-DOS command prompt and then press ENTER:
  96.  
  97.       copy a:\serial.386 c:\windows\system