Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/21/09 03:50
Read: times


 
#168426 - IT IS NOT WORKING
hi..... i am doing a password based door lock system using microcontroller..... i am using keypad of phone to enter password, i used cm8870 to decode dtmf signals into binary code.... once i switch on the power it is taking the values itself... i used the loop


again:mov a,P0
anl a,#0fh
cjne a,#0fh,next
sjmp again
next:.........
..............

but this loop is not working.... Port 0 is stored with the previous value.... how to make all bits of port 0 high????

List of 4 messages in thread
TopicAuthorDate
IT IS NOT WORKING            01/01/70 00:00      
   Link to previous thread            01/01/70 00:00      
   little error            01/01/70 00:00      
   make P0 high            01/01/70 00:00      

Back to Subject List