home *** CD-ROM | disk | FTP | other *** search
/ PC-Test Pro / PCTESTPRO.iso / commtls / uart / entp / uart.gar < prev    next >
Encoding:
Text File  |  1995-08-23  |  2.0 KB  |  62 lines

  1. File name:uart12.zip
  2. One line description:Tests COM port configuration
  3. Replaces:
  4. Suggested Garbo directory:/PC/COMM
  5. Uploader name & email: Roedy Green Roedy@bix.com
  6. Author or company: Canadian Mind Products
  7. Email address: Roedy@bix.com
  8. Surface address: #601 - 1330 Burrard Street, Vancouver BC CANADA V6Z 2B8
  9. Special requirements: MS DOS
  10. Shareware payment required from private users: No
  11. Shareware payment required from corporates: No
  12. Distribution limitations: Non-military use only
  13. Demo: No
  14. Nagware: No
  15. Self-documenting: Yes
  16. External documentation included: Yes
  17. Source included: Yes
  18. Size: 15K/30K
  19.  
  20. 10 lines description:
  21. UART tests your COM port configuration.
  22. UART 1.2 tells COMx: hex i/o port, type of UART, and IRQ.
  23. usage: UART Com4:
  24. returns:
  25. COM4: is at hex port address: 02E8.
  26. AT style 16450 unbuffered UART.
  27. Port correctly configured to IRQ 3.
  28.  
  29. UART will tell if the hex port address
  30. configured is correct and what it
  31. should be.
  32.  
  33.  
  34. Long description:
  35. UART 1.2 tells COMx: hex i/o port, type of UART, and IRQ.
  36. usage: UART Com4:
  37. returns:
  38. COM4: is at hex port address: 02E8.
  39. AT style 16450 unbuffered UART.
  40. Port correctly configured to IRQ 3.
  41.  
  42. Works on Com1: through Com4: It can discriminate XT style
  43. 8250, AT unbuffered 16450, AT buffered 16550AF, and PS/2
  44. style Type 3 DMA.  It displays a message and sets the
  45. errorlevel.
  46.  
  47. It can be fooled by OS/2 which virtualizes all chips to
  48. look like the old 8250.  DESQview can prevent UART from
  49. accessing COM ports if you don't give permission in the
  50. PIF.  Don't use UART on com ports that are actively being
  51. used by a mouse or modem.  UART works by temporarily
  52. reprogramming the port and sending it a NUL character.
  53.  
  54. UART will tell if the hex port address configured is
  55. correct and what it should be.
  56.  
  57. Copyrighted by Roedy Green of Canadian Mind Products.  May
  58. be distributed freely for non-military use only.
  59. OPTASM/MASM included.  Version 1.2 now tells you if the
  60. IRQ is correctly configured, and provides more detailed
  61. information on use and troubleshooting.
  62.