Results 1 to 2 of 2

Thread: Detecting a ring (MSComm)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Location
    ca, usa
    Posts
    91

    Post

    I am dialing a number to another computer / person, using the mscomm ocx, I need to know if their is away to detect if it is ringing on the other side and if so how many rings, the same with a busy signal. is thier a way to do this with the mscomm ocx? if not what can I use to do it?

    Thank you,
    Jeremy

    ------------------
    [email protected]

  2. #2
    New Member
    Join Date
    Mar 2000
    Location
    REP.DOMINICANA
    Posts
    8

    Post

    try with this

    Dim buffer as variant
    Mscomm1.inputlen=0
    Buffer=Mscomm1.input

    If instr(buffer,"Busy") then

    put your code here
    end if
    ----------

    I am dialing a number to another computer / person, using the mscomm ocx, I need to know if their is away to detect if it is ringing on the other side and if so how many rings, the same with a busy signal. is thier a way to do this with the mscomm ocx? if not what can I use to do it?

    Thank you,
    Jeremy

    ------------------
    [email protected]

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