i am using a routine for transmmiting some data serially,it works properly,now i have to use serial interrupt for receving some other data. i must have to use interrupt for the reception of data as it can randomly occurs.i have written the c programe for the same but it not only receving any data but also not transmmiting any data which it transmit previously,
what is the reasion.