Results 1 to 4 of 4

Thread: Dialing phone

  1. #1

    Thread Starter
    Hyperactive Member MPrestonf12's Avatar
    Join Date
    Jun 1999
    Location
    NY
    Posts
    330

    Post

    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

  2. #2
    Addicted Member pardede's Avatar
    Join Date
    Jan 2000
    Posts
    232

    Post

    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...

  3. #3
    Guest

    Post

    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

  4. #4
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Post

    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
  •  



Click Here to Expand Forum to Full Width