home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / 5 / 550_util.zip / IS16550.DES < prev    next >
Text File  |  1992-11-30  |  995b  |  24 lines

  1. IS16550.COM is a simple utility to determine if the UART in the serial port
  2. of your PC is the new NS16550AN.  The advantage of this chip, for the PC user,
  3. is in its internal buffer which is important for the new fast machines,
  4. especially those built around the 80386 microprocessor.
  5.  
  6. IS16550 will determine whether an NS16550AN UART is installed in a system. It
  7. can check serial ports COM1 - COM4.  If you do not specify the port(s), COM1
  8. will be checked.  You can specify one or more ports to be tested.
  9.  
  10. For example, if your system has two serial ports, you could enter:
  11.  
  12.         IS16550 at COM1 and COM2 ?
  13.  
  14. Yes, you can type it as a whole sentence if you wish. Or you can make it as
  15. terse as:
  16.  
  17.         IS16550 1234
  18.  
  19. to check all four ports.
  20.  
  21. Note that there exists an NS16550 UART. This one has all the advantages of
  22. the NS16550AN, except for the buffers. The IS16550 program can distinguish
  23. between the two and will suggest a replacement if it detects the older chip.
  24.