|
-
Feb 24th, 2000, 08:04 AM
#1
Thread Starter
Hyperactive Member
Using the code below I have had no luck in even getting the modem to initalize. What else do I need, or what can I do?
Private Sub cmddial_Click()
MSComm1.CommPort = 2
MSComm1.PortOpen = True
MSComm1.Settings = "28800,N,8,1"
MSComm1.Output = "ATDT 555-5555" & vbCr
End Sub
-Long live renault
Matt 
-
Feb 24th, 2000, 08:16 AM
#2
Addicted Member
Hi,
Check this link from the Tips pages of this site:
http://www.vb-world.net/tips/tip143.html
This is another approach, maybe this is not what you need but it's just one click away...
-
Feb 24th, 2000, 09:10 AM
#3
Or you could try....
)Sound Dialer
Category: Complete Applications
Description: This program dials a person's number and then when they pick up
press play and it will play a wav file to them, all you have to make sure is
that you have cable attached from your sound card to your modem mic input.
Its that simple.
Complete source code is at:
http://www.planet-source-code.com/vb/default.asp?lngCId=6220&lngWId=1
Probably a bit too much information there
-
Feb 24th, 2000, 06:58 PM
#4
PowerPoster
may be it cause by the "-" sign in your phone number:
MSComm1.Output = "ATDT 555-5555" & vbCr
if you really need to master in modem, why no just drop by to this web site:
http://www.modemhelp.org/sets.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|