Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-16-2007, 09:52 AM   #11 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: QBASIC Modem

The port you use is only a variable in the context of your program. It will have no impact on how you write the program. Unless you're attempting to write malicious software, there shouldn't be an issue in prompting the user for the appropriate port number.

Quote:
If I say "Open comport1", but it is in fact a serial port for example, then it will send the info I tell it to send to whatever is connected to the serial port and potentially f**k up that peice of hardware.
Sending AT commands over an RS232 connection will not adversely affect a connected piece of hardware. Some older external modems actually do use a serial port.

Why do you want to dial phone numbers on other people's machines? What is the purpose of your program? Also, why use QBasic?
jaeusm is offline  
Old 05-17-2007, 03:36 AM   #12 (permalink)
 
True Techie

Join Date: Sep 2006

Location: Wouldn't you like to know?

Posts: 142

sir nerdalot

Default Re: QBASIC Modem

Quote:
Originally Posted by jaeusm View Post
Why do you want to dial phone numbers on other people's machines? What is the purpose of your program? Also, why use QBasic?
I think you may misunderstand me. I would give the software to other people. It would not only be for my use. With the last part, I would make it in QBASIC so that I could make it run standalone, without the need for an OS on the system. This would be achieved by editing "AUTOEXEC.BAT" and making it run my program. If I used Liberty BASIC, for example, then I would need Windows.
sir nerdalot is offline  
Old 05-17-2007, 09:59 AM   #13 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: QBASIC Modem

You'll definitely need an OS -- any OS unless you plan on coding this in assembly for specific processors. I think you mean OS independent. Batch files are Windows specific, though.
jaeusm is offline  
Old 05-18-2007, 02:31 AM   #14 (permalink)
 
True Techie

Join Date: Sep 2006

Location: Wouldn't you like to know?

Posts: 142

sir nerdalot

Default Re: QBASIC Modem

Quote:
Originally Posted by jaeusm View Post
You'll definitely need an OS -- any OS unless you plan on coding this in assembly for specific processors. I think you mean OS independent. Batch files are Windows specific, though.
oh yeah. thanks for pointing that one out
sir nerdalot is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting my access point direct to my modem deanos63 Computer Networking & Internet Access 3 04-25-2007 01:49 PM
One modem, two networks Greg Browser & General Internet Questions 2 04-15-2007 04:51 PM
NTL cable modem E08C007 USB driver for WinXP SirMille Computer Networking & Internet Access 2 04-14-2007 06:22 PM