//#ifndef F_CPU #define F_CPU 16000000UL // Clock Speed //#endif #define BAUD 57600 #define MYUBRR F_CPU/16/BAUD-1 // MYUBRR = 16,4 void USART_Init(ubrr) { UCSR0C &= (~(3<>8); UBRR0L = (unsigned char)ubrr; //UBRR0H = 0; //UBRR0L = 16; // s.Seite 190 /*Enable receiver and transmitter */ UCSR0B = (1<