home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / dcom / modems / 18893 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.5 KB  |  48 lines

  1. Newsgroups: comp.dcom.modems
  2. Path: sparky!uunet!nwnexus!davego
  3. From: davego@halcyon.com (Dave Oliphant)
  4. Subject: Re: UART
  5. Message-ID: <1993Jan4.190911.25082@nwnexus.WA.COM>
  6. Sender: sso@nwnexus.WA.COM (System Security Officer)
  7. Organization: The 23:00 News and Mail Service
  8. References: <sg8swB3w165w@willard.UUCP>
  9. Date: Mon, 4 Jan 1993 19:09:11 GMT
  10. Lines: 36
  11.  
  12. In article <sg8swB3w165w@willard.UUCP> matttrem@willard.UUCP (Matthew Trembley) writes:
  13. >I've heard that you only need the UART when the modem is external unless 
  14. >you don't have it in the port you put it in.
  15. >How does one know what kind and if that UART is IN the actual port?
  16. >
  17. >-- 
  18. >matttrem@willard.UUCP (Matthew Trembley)
  19. >gatech!vdbsan!willard!matttrem
  20. >emory!uumind!willard!matttrem
  21. >Willard's House BBS, Atlanta, GA -- +1 (404) 664 8814
  22.  
  23. I recently got the program IS16550.ZIP from hobbes (ftp-os2.nmsu.edu);
  24. its a dos-based program to detect which type of uart is on your serial
  25. port; I quote the following from the docs:
  26.  
  27. IS16550 will determine whether an NS16550AN UART is installed in a
  28. system. It can check serial ports COM1 - COM4. If you do not specify the
  29. port(s), COM1 will be checked. You can specify one or more serial ports
  30. in one run of the program. 
  31.      
  32. For example, if your system has two serial ports, you could enter:
  33.      
  34.   IS16550 at COM1 and COM2 ?
  35.  
  36. Yes, you can type it as a whole sentence if you wish. Or you can make it
  37. as terse as:
  38.  
  39.   IS16550 1234
  40.  
  41. to check all four ports.
  42.  
  43. end quote;
  44.  
  45. I think its in /pub/os2/all/comm but don't quote me!
  46.  
  47.  
  48.