void __attribute__ ((interrupt, no_auto_psv)) _U1RXInterrupt(void) 
{
LATA = U1RXREG;
IFS0bits.U1RXIF = 0;
}