Click here to Skip to main content
15,919,245 members

Comments by kangory2012 (Top 1 by date)

kangory2012 14-Sep-13 17:22pm View    
Yeah i have tried this but it still the same :(

static void interrupt isr(void)
{
if(RCIF==1){
data[z]=uart_rec();
if(z<29) z++;
y=z;
counter=0;
send=1;}
if(TMR0IF==1){
TMR0IF=0;
if(counter