??? 04/05/07 15:00 Read: times |
#136685 - It really worked :-) MCu is stucked at ACK Responding to: ???'s previous message |
It really worked and now i have came to know that the MCu is stucked in Ack, well sir (its my habit to say sir), well does any one know that how to over come that ACK ?
the code is this ACK: SETB SDA BACK: SETB SCK JB SDA,LEDX ;if SDA is high then go to LEDX LABEL EXIT: CLR SCK ;if SDA is low then clear the SCK RET ;Go back LEDX: CLR LED ;Clear the LED pin for tracking SJMP BACK ;Go back to BACK and check it again DareDevil |