WeiserDruide
20.02.2010, 17:37
Hallo
ich versuche über ein Terminal einen Wert von 0-100 zu senden mein AVR wiederholt die eingaben bis zur 6 stelle und macht dan garnichts er bleibt auch in der Schleife bei Input stehen.
Kann mir da jemand helfen Danke
$regfile = "m8515.dat"
$framesize = 32
$swstack = 32
$hwstack = 32
$crystal = 8000000
$baud = 9600
Config Portc.0 = Output
Config Portc.1 = Output
Config Portd.5 = Output
Config Porte.2 = Output
Config Timer1 = Pwm , Pwm = 8 , Compare A Pwm = Clear Up , Compare B Pwm = Clear Up , Prescale = 1
Dim X As Integer
Portc.0 = 1
Portc.1 = 1
Do
Input "" , X
Portc.0 = 0
Portc.1 = 0
Print X
Loop
ich versuche über ein Terminal einen Wert von 0-100 zu senden mein AVR wiederholt die eingaben bis zur 6 stelle und macht dan garnichts er bleibt auch in der Schleife bei Input stehen.
Kann mir da jemand helfen Danke
$regfile = "m8515.dat"
$framesize = 32
$swstack = 32
$hwstack = 32
$crystal = 8000000
$baud = 9600
Config Portc.0 = Output
Config Portc.1 = Output
Config Portd.5 = Output
Config Porte.2 = Output
Config Timer1 = Pwm , Pwm = 8 , Compare A Pwm = Clear Up , Compare B Pwm = Clear Up , Prescale = 1
Dim X As Integer
Portc.0 = 1
Portc.1 = 1
Do
Input "" , X
Portc.0 = 0
Portc.1 = 0
Print X
Loop