Truncated match.
PICList
Thread
'send DTMF tones'
1999\10\24@145708
by
Duilio Foschi
Using an external modem, I need to do the following things:
1. dial a number
2. detect if the call is answered
3. send DTMF tones to the remote phone
I can do 1. with the command ATDT...
I can do 2. detecting when the ringback signal stops
I don't know how to do 3.
Any hint ?
Thank you
Duilio Foschi
1999\10\24@150539
by
Dan Tye
there is an appnote on uchip's website on producing DTMF from a pic, but I
use a tel-tone device (m-8880) to do DTMF send and receive and it works
quite well
-dan
-----Original Message-----
From: Duilio Foschi [spam_OUTfoschidTakeThisOuT
SHUTTLE.ETRURIA.NET]
Sent: Sunday, October 24, 1999 2:56 PM
To: .....PICLISTKILLspam
@spam@MITVMA.MIT.EDU
Subject: send DTMF tones
Using an external modem, I need to do the following things:
1. dial a number
2. detect if the call is answered
3. send DTMF tones to the remote phone
I can do 1. with the command ATDT...
I can do 2. detecting when the ringback signal stops
I don't know how to do 3.
Any hint ?
Thank you
Duilio Foschi
1999\10\24@154109
by
Byron A Jeff
>
> Using an external modem, I need to do the following things:
>
> 1. dial a number
> 2. detect if the call is answered
> 3. send DTMF tones to the remote phone
>
> I can do 1. with the command ATDT...
> I can do 2. detecting when the ringback signal stops
>
> I don't know how to do 3.
Sending DTMF is just like dialing, you can use an ATDT. Instead of doing 2)
though you can simply put a bunch of commas between the dial and the
DTMF tones you want to send so:
ATDT8005551212,,,,,,,,,,,,,1234567
Should accompish the task. This is what I used to do to automatically send
pager messages. Worked like a champ.
BAJ
1999\10\24@164944
by
Steve
I assume you are going to detect the answering of the call somehow external
to the modem? One suggestion I would have is to append a semicolon (I
think - Check your modem manual) to the dial string because it will return
it to command mode after dialing, so that you can then send another ATDT
command once you have detected the call being answered. If you don't, then
the next character you send to the modem will cause the modem to hang up
unless it has already received carrier.
-Steve
{Original Message removed}
1999\10\26@103334
by
eplus1
1999\10\27@051232
by
Don McKenzie
More... (looser matching)
- Last day of these posts
- In 1999
, 2000 only
- Today
- New search...