home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / bp_3_94 / vbwin / comm / serial / serial.txt < prev   
Text File  |  1994-05-03  |  2KB  |  65 lines

  1. Introduction
  2.  
  3. When you use Windows for Workgroups version 3.11 with serial
  4. communications software, you may experience the following problems:
  5.  
  6.  - If you are using a Pentium(TM)-based machine with a 16550 UART chip,
  7.    your system stops responding (hangs) if there is data in the chip
  8.    when the serial communications application attempts to open the
  9.    communications port.
  10.    
  11.    A problem with the 16550 UART implementation causes the chip to
  12.    become trapped in a mode in which data is always detected in its
  13.    FIFO buffer.
  14.  
  15.  - When you are using communications software, you may be able to make
  16.    one connection after starting Windows for Workgroups, but any
  17.    subsequent connections fail and may hang your system.
  18.    
  19.    This problem occurs when SERIAL.386 sends an extra NUL character
  20.    through the port when the communications software calls the
  21.    CloseComm application program interface (API) function. While this
  22.    does not normally cause problems, your second connection may fail
  23.    with some modems.
  24.  
  25. The WG1001 disk included with this Application Note contains an
  26. updated SERIAL.386 driver that corrects both of these problems.
  27.  
  28. To install the updated SERIAL.386 file
  29. --------------------------------------
  30.  
  31. 1. Quit Windows for Workgroups.
  32.  
  33. 2. Make a backup copy of the currently installed SERIAL.386 file by
  34.    typing the following at the MS-DOS command prompt and then pressing
  35.    ENTER
  36.  
  37.       ren <drive>:<path>\serial.386 serial.old
  38.  
  39.    where <drive>:<path> is the location of your Windows SYSTEM
  40.    subdirectory.
  41.  
  42.    For example, if your Windows directory is called WINDOWS and is on
  43.    drive C, type the following at the MS-DOS command prompt and then
  44.    press ENTER:
  45.  
  46.       ren c:\windows\system\serial.386 serial.old
  47.  
  48. 3. Insert the enclosed WG1001 disk in the appropriate floppy disk
  49.    drive.
  50.  
  51. 4. To copy the file to the Windows SYSTEM subdirectory, type the
  52.    following at the MS-DOS command prompt and then press ENTER
  53.  
  54.       copy <drive>:\serial.386 <destination>
  55.  
  56.    where <drive> is the floppy disk drive containing the WG1001 disk
  57.    and <destination> is the drive and directory of your Windows SYSTEM
  58.    subdirectory.
  59.  
  60.    For example, if the WG1001 disk is in drive A and your Windows
  61.    directory is called WINDOWS and is on drive C, type the following
  62.    at the MS-DOS command prompt and then press ENTER:
  63.  
  64.       copy a:\serial.386 c:\windows\system
  65.