Code:
void serial_isr() {
   empfangen=getc();
}

void main() {

   enable_interrupts(int_rda);
....
while(1)
{
...
}