Hallo

habs jetzt auch mal umgebaut mit einerr brücke kommt das echo also funktioniert es.... nur mit meinem Attiny2313 board funktionierts nicht...

hier mal den code
Code:
$regfile = "ATtiny2313.dat"
$baud = 9600

Enable Interrupts

Config Portb.4 = Output

Portb.4 = 1

Do

  Print "Hallo Welt"
  Wait 1

Loop

End
bitte wenns geht mal drüberschauen..

Gruß Max