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