hi guys
i have a pic micro and connected to it is a card reader
now when a card is inserted,the pic goes to a particular address of the card for authentication say addr 0x0000.
the problem is ,if a wrong card is inserted or anything at all is inserted,since the pic cannot read address 0x0000,it gets stucked.
i want to put a time limit on the code that reads from the card at address 0x0000,so that if that time elapses ,the micro will skip that instruction and move on to the next, but i dont know how to do that?
any suggestions? or if u have a better idea....u are welcome