/* SERIAL0.H */ #ifndef __SERIAL0__ #define __SERIAL0__ void serial(void); void serial0_init(void); char txs (void); /* SendeStatus */ #ifdef __C51__ char putchar (char c); /* Senden eines Zeichens */ #endif char rxs (void); /* EmpfangsStatus */ char _getkey(void); /* Empfang eines Zeichens */ #endif /* __SERIAL0__ */