C routine for interfacing pic's and a dtmf decoder?

Status
Not open for further replies.

iampic

Newbie level 1
Joined
Sep 9, 2003
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
6
dtmf pic

Anyone have a c driver to interface pic devices to a dtmf decoder (like Zarlink MT 8880 or MT 8870)?
Thanks, Iampic.
 

pic 8880 8870 8880 dtmf

iampic:
It's a 4bit BCD output, and the STD pin that informs you with a logic high level, that a DTMF tone was detected. Why do you need a driver ???
2 possibilities:

first: poll STD pin until you get a logical 1, this means a tone was received

second: put STD on a interrupt pin, if the interrupt occur, a tone was received

In both scenarios look for the BCD output, this will give you the information which tone was received.

Simple ... isn't it???

Greetings
 

pic dtmf with c

May This link can help you, sir.

**broken link removed**
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…