
void serial1Service(void) interrupt 4{
	if(RI_0==1){
		RI_0=0;
	}
	if(TI_0==1){
		TI_0=0;
	}
}