home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / alt / msdos / programm / 3142 < prev    next >
Encoding:
Text File  |  1993-01-12  |  846 b   |  24 lines

  1. Newsgroups: alt.msdos.programmer
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!news.cs.indiana.edu!rdj@surgicad.com
  3. From: rdj@surgicad.com (Rodney Jacobson)
  4. Subject: Reading COM ports
  5. Message-ID: <9301121958.AA12161@Surgicad.COM>
  6. Sender: root@news.cs.indiana.edu (Operator)
  7. Organization: Computer Science, Indiana University
  8. Date: Tue, 12 Jan 93 14:58:14 EST
  9. Lines: 13
  10.  
  11. Hi,
  12.     I'm trying to get a program (using bcc) to do simple ascii
  13. modem communications.  I have been unable to read data from the modem.
  14. Is there an easy way to do this?
  15.  
  16.     Initializing the modem and sending characters is working using
  17. either bioscom() or bios interrupt 14h from Ralf Brown's interrupt
  18. list, but I haven't been able to figure out how to get either method
  19. to read reliably.
  20.  
  21. Thanks for any help.
  22.  
  23.  -Rodney Jacobson (rdj@surgicad.com)
  24.