Jo ist es...

Ich habe eben das mit der Baudrate auf 9600 stellen gemacht geht aber nich...

Wo muss ich das denn überal einstellen?

Ich habe es so gemacht:

Am Pc in dem Easy Radio Program und im Terminal.

Im Mega32:

Code:
 $regfile = "m32def.dat"
$crystal = 16000000
$baud = 19200
$hwstack = 32
$swstack = 10
$framesize = 40

 Print "ER_CMD#U3"
  Waitms 100
  Print "ACK"
  Wait 1
und dann

Code:
' Beispielprogramm
$regfile = "m32def.dat"

$crystal = 16000000                                        
$baud = 9600


                                              
Enable Urxc                                                 
Enable Interrupts                                           
Dim Name As String * 15


 Print "Hallo hier ist das RN-Controll 1.4!"
Waitms 1000
Print "Das ist ein Test"
Waitms 1000
Print "123456789101112131415161718192021222324252627282930"
Waitms 500
Print "Input Test..."
Waitms 1000
Input "Geben sie eine belibige Zahl ein!" , Name
Print "Sie haben die Zahl " ; Name ; "Ausgesucht"
Waitms 1000
Print "Input Test ist abgeschlossen!"
Waitms 1000
Print "Test Abgeschlossen! Easy-Radio ist einsatzbereit!"

End
Ach ja ich hab das RN-Control 1.4.