MikroC question

Thread Starter

ibrahim hassan

Joined Mar 9, 2010
3
i am a beginner and iam using a 16f877A pic
my question is how i can take a username and a password from the user using a DTMF generator / DECODER , and to save this username and password using mikroC
 

symqwerty

Joined Feb 22, 2010
31
Do you means that you want to save the username and password in the PIC?

PIC16f877A has internal eeprom. you can save the passwd/username in the eeprom.

May I know what is the output of DTMF generator? I never use it before:)
 

retched

Joined Dec 5, 2009
5,207
You will need a DTMF decoder IC. That will "hear" the sounds and report them as a code you can use in the software.
 
Top