home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / programm / misc / 3633 < prev    next >
Encoding:
Text File  |  1992-11-24  |  899 b   |  23 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!news.service.uci.edu!ttinews!soldev!moss
  3. From: moss@soldev.TTI.COM (Les Moss)
  4. Subject: Re: Serial Communications and Windows ?
  5. Message-ID: <1992Nov24.015112.8098@ttinews.tti.com>
  6. Sender: usenet@ttinews.tti.com (Usenet Admin)
  7. Nntp-Posting-Host: soldev.tti.com
  8. Reply-To: moss@soldev.TTI.COM (Les Moss)
  9. Organization: Citicorp/TTI
  10. References: <20NOV92.17743545.0023@VM.MPG.MCGILL.CA> 
  11. Date: Tue, 24 Nov 1992 01:51:12 GMT
  12. Lines: 9
  13.  
  14. You don't need the interrupt srvicing and buffering stuff from 
  15. your DOS program. The Windows Comm API takes care of all this.
  16. Just process the data using ReadComm when it is available (based
  17. on a WM_TIMER, or the new 3.1 notification message.)
  18.  
  19. Les Moss                      moss@tti.com
  20. Citicorp TTI
  21. 3100 Ocean Park Blvd.   (310) 450-9111, ext. 2982
  22. Santa Monica, CA  90405
  23.