Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top