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 / 16550.DES next >
Text File  |  1993-02-04  |  1KB  |  22 lines

  1. 16550.EXE turns the 16550 UART 16-character FIFO buffer on or off.  It is 
  2. intended to be used with software that cannot do this.
  3.  
  4. 16550 is especially useful when software (including TELIX) leaves the FIFO 
  5. buffer turned on upon program exit.  A subsequent system warm restart can 
  6. cause the BIOS Power-On Self-Test to NOT find the UART.  As a result, the 
  7. system fails to recognize the port.  Using 16550.EXE in a batch file to 
  8. positively turn the buffer off upon exit from the software fixes the problem.
  9.  
  10. NOTE:  16550JHH.EXE is identical to 16550.EXE, except that J. H. Horwitz used
  11. Norton Disk Editor to modify it slightly to facilitate its use in a batch 
  12. file.  The 16550.EXE report string 
  13.  
  14.         "FIFO buffer is turned " ("ON" or "OFF" as appropriate)
  15.  
  16. was edited in 16550JHH.EXE to
  17.  
  18.         "       FIFO buffer is " ("ON" or "OFF" as appropriate)
  19.  
  20. to provide leading space suitable for a box border in one of the batch file
  21. enhancement utilities (such as Norton Utilities Batch Enhancer).
  22.