Gut ist echt toll da du ihn mal testest für mich!!
Hir der aktuelle Code:

#include <avr/io.h>
#include <stdio.h>
#include <avr/delay.h>


int main (void)
{



UBRRH = 0;
UBRRL = 51;
UCSRC = 0x86;
UCSRB = 0x18;

while(1)
UDR = 's';


return 0;
}

MFG
Thomas