hi all

I have created a phone connection using mscomm32.ocx and AT hayes commands.
so the phone dials, the recepient picks up, that's where it starts... How do I send further subsequent dial tones through the line while the line is connected?

i have tried

MSComm1.Output = "ATDT" & tone & ";" & VbCr

but to no avail...

this same command generates tones before dialing and as the phone is being dialed, but not after the connection has been established.

Am I barking up the wrong tree here? How am I able to send tones down the line?

Thanks!