home *** CD-ROM | disk | FTP | other *** search
/ PC-Test Pro / PCTESTPRO.iso / commtls / uart / entp / uart.use < prev   
Encoding:
Text File  |  1993-06-16  |  1.1 KB  |  27 lines

  1. UART 1.2 tells COMx: hex i/o port, type of UART, and IRQ.
  2. usage: UART Com4:
  3. returns:
  4. COM4: is at hex port address: 02E8.
  5. AT style 16450 unbuffered UART.
  6. Port correctly configured to IRQ 3.
  7.  
  8. Works on Com1: through Com4: It can discriminate XT style 8250,
  9. AT unbuffered 16450, AT buffered 16550AF, and PS/2 style Type 3
  10. DMA.  It displays a message and sets the errorlevel.
  11.  
  12. It can be fooled by OS/2 which virtualizes all chips to look
  13. like the old 8250.  DESQview can prevent UART from accessing COM
  14. ports if you don't give permission in the PIF.  Don't use UART
  15. on com ports that are actively being used by a mouse or modem.
  16. UART works by temporarily reprogramming the port and sending it
  17. a NUL character.
  18.  
  19. UART will tell if the hex port address configured is correct and
  20. what it should be.
  21.  
  22. Copyrighted by Roedy Green of Canadian Mind Products.  May be
  23. distributed freely for non-military use only.  OPTASM/MASM
  24. included.  Version 1.2 now tells you if the IRQ is correctly
  25. configured, and provides more detailed information on use and
  26. troubleshooting.
  27.