PDA

Click to See Complete Forum and Search --> : Detecting a ring (MSComm)


Dafly
Nov 22nd, 1999, 09:25 AM
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

------------------
Dafly98@aol.com

JOSEENOC
Mar 12th, 2000, 09:50 AM
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

------------------
Dafly98@aol.com