Zitat Zitat von Björn
Moin,

hab gelötet. Geht jedoch nicht. Ist dieser Code falsch?

Code:
 $regfile = "m8def.dat"                                     'Mega32
 $crystal = 7372800
 $baud = 9600

 Do
   Print "HELLO"
   Waitms 1000
 Loop
 End
Und noch eine Frage:
Wie finde ich heraus, welcher der 16 COM-Port es ist?

Gruß, Björn

ich denke mal wegen dem ($regfile = "m8def.dat") wird es nicht gehen, da es für einen atmega acht ist. Wenn du einen Atmgea 32 hast, muss da das $regfile = "m32def.dat" dahin schreiben. Probiere es mal.

gruß
patrick