??? 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???? |
Topic | Author | Date |
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 |