abend dirk
,erst mal danke
auch mit:
Code:
$regfile = "m32def.dat"
$framesize = 32
$swstack = 32
$hwstack = 32
$crystal = 16000000
$baud = 9600


Config Servos = 1 , Servo1 = Porta.0 , Reload = 10

Config Porta = Output

Enable Interrupts

Servo(1) = 100

Waitms 1000
dreht sich nichts, inzwichen weiß ich aber das strom am servo ankommt, beim einstecken zuckt er
übrigens erkennt Bascom die ganze erste code zeile als fehler?:
Code:
Config Servos = 1 , Servo1 = Porta.0 , Reload = 10
ich bekomm den "code" auch gar nich mehr aufs board wenn die reset chip anweisung kommt und ich resete kommt "com1 can not beopend" und Bascom stürzt ab
"Bascom AVR 1.11.8.7"