home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5365 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.0 KB

  1. Path: sparky!uunet!gatech!purdue!mentor.cc.purdue.edu!sage.cc.purdue.edu!kilgore
  2. From: kilgore@sage.cc.purdue.edu (Michael Kilgore)
  3. Newsgroups: comp.lang.pascal
  4. Subject: RS232 ports and Modems
  5. Message-ID: <BuJ69H.9on@mentor.cc.purdue.edu>
  6. Date: 13 Sep 92 19:03:17 GMT
  7. Sender: news@mentor.cc.purdue.edu (USENET News)
  8. Organization: Purdue University Computing Center
  9. Lines: 12
  10.  
  11. Being that this maybe a FAQ, but since I haven't seen a FAQ for this newsgroup,
  12. I am going to ask anyways.  I have written some functions that write, 
  13. initialize, and get the status of RS232 ports or a modem using registers and 
  14. calling the bios interrupt $14.  My problem is: I can't figure out how to read
  15. from the port.  I tried using the same method as I did with the other functions,
  16. Is there someway I can read from these ports or am I out of luck?  Also, is
  17. there an easier way to read and write to these ports?
  18.  
  19. Any help would be appreciated.
  20.  
  21. PS:  BTW, I am using Microsoft's QuickPascal which I think is supposed to be
  22. compatible with Turbo Pascal.
  23.