terminal.bas

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators: Administrator, Global Moderator

Post Reply
wdtomlinson
Newbie
Posts: 1
Joined: Sun Aug 15, 2010 1:49 pm

terminal.bas

Post by wdtomlinson »

I am trying to run terminal.bas on my IBM thinkpad R-31 in order to send AT codes to the built-in modem. The program runs, but I can't open the correct com port to talk to this modem. I want to modify this program to call a phone number on an external alarm. Any suggestions are welcome.
EkriirkE
Newbie
Posts: 6
Joined: Sat Aug 06, 2016 5:11 am
Location: SFBA, CA
Contact:

Re: terminal.bas

Post by EkriirkE »

I believe DOS can only see COM ports 1-4, has windows assigned it a higher #?
Also, are you sending a carriage return CHR$(13) at the end of each command?

Check out the `change port` command as well: https://www.microsoft.com/resources/doc ... eport.mspx
I take things apart. I break them. Then I put things that don't belong back inside them.
Post Reply