home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / SYSUTL / 16550S13.ZIP / 16550.DOC < prev    next >
Encoding:
Text File  |  1991-03-29  |  988 b   |  28 lines

  1.  
  2. 16550 - A TPBoard utility for toggling the 16550's FIFO buffer
  3.  
  4. USAGE:  16550 [1-4] [on/off/?]
  5.  
  6.         Where '1' thru '4' is the COM port,  'on' or 'off' will toggle
  7.         the FIFO buffer's state, and '?' will show it's status. Turning
  8.         the buffered mode on is guaranteed to lock up your system if you
  9.         are using OpusCom, and may cause problems with other programs.
  10.         It WILL work with X00 version 1.09b, TPBoard, and ProComm Plus.
  11.  
  12. Toad Hall Tweak, 19 Apr 90
  13.   Removed "Turbo Professional" compile requirements,
  14.   other tweaks.
  15.   No functional changes.
  16.  
  17. v1.3, 29 Mar 91
  18.   Finally found some code (on the FIDO Assembly Language echo)
  19.   to identify 16550-family UARTs.
  20.   Threw in a new function so we only go fiddling FIFO buffers of the
  21.   16550 UART.  (Does a 16450 have a FIFO buffer?)
  22.  
  23.   Sorry, no way to test this myself, being the owner of a mere 8250.
  24.   (Well, it *does* identify that 8250 anyway!)
  25.  
  26.   David Kirschbaum
  27.   Toad Hall
  28.