home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / programm / 10477 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.6 KB  |  39 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!think.com!yale.edu!spool.mu.edu!umn.edu!BUS24.mndly.umn.edu!halmrast
  3. From: halmrast@main.mndly.umn.edu (Ted Halmrast)
  4. Subject: Serial Port I/O...
  5. Message-ID: <halmrast.2.721418944@main.mndly.umn.edu>
  6. Lines: 26
  7. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  8. Nntp-Posting-Host: bus24.mndly.umn.edu
  9. Organization: the Minnesota Daily (U of MN Student Newspaper)
  10. Date: Tue, 10 Nov 1992 18:09:04 GMT
  11. Lines: 26
  12.  
  13.  
  14. I am attempting to write a BBS type of application that needs to access the 
  15. serial port at 57K baud and the only documentation I seem to possess refers 
  16. to the BIOS and DOS interface methods which are, of course, unacceptably 
  17. slow.  I have some documentation on how to use the COM1 and COM2 ports 
  18. beginning at 2F8h and 3F8h but it is lacking.  For example, I do not know 
  19. which bit in which port address to check to determine if the DSR is set, or 
  20. DTR is set, and so on.  If someone could post such information or mail me 
  21. such information, I would greatly appreciate it.
  22.  
  23. ALSO, if I initialize the UART to 57K baud and someone calls in at another 
  24. baud, such as 2400, 1200, 9600, 14.4K, does the UART automatically adjust?  
  25. And if so, is it even necessary to initialize the UART when you only going 
  26. to be answer the phone (and not calling out)?
  27.  
  28. Thank you.
  29.  
  30. Ted Halmrast
  31. halmrast@main.mndly.umn.edu
  32.  
  33.  
  34. ONE MORE THING...
  35.  
  36. Does anyone know how to access the Clarkson TCP/IP packet drivers from MD-
  37. DOS?  I am currently on a Novell network with an internet connection and
  38. we're using the 8003PKDR drivers on the network.
  39.