home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 8939 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  797 b 

  1. Path: sparky!uunet!cs.utexas.edu!usc!rpi!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!uicvm.uic.edu!u24226
  2. Organization: University of Illinois at Chicago
  3. Date: Tuesday, 1 Sep 1992 08:08:03 CDT
  4. From: <U24226@uicvm.uic.edu>
  5. Message-ID: <92245.080949U24226@uicvm.uic.edu>
  6. Newsgroups: comp.os.msdos.programmer
  7. Subject: Simple Terminal in QBASIC
  8. Lines: 13
  9.  
  10. Hi! I'm trying to write a simple terminal
  11. program in QBASIC. I've managed to get
  12. the COM port set up and can get the
  13. program to dial. I'm having problems
  14. getting data from the modem. Every time
  15. I use the get command (GET #22,t) I
  16. get a bad record error. I think it's
  17. because at the time I get the data
  18. there is nothing to get. I tried using
  19. the ON COM GOSUB routine. It goes to
  20. my GET command I still get the same
  21. error though.
  22. Any Suggestions?
  23.