Ich hab mit Bascommal etwas herumexperimentiert und bin bis hieher gekommen, nun zu meiner Frage:
Funktioniert dieses Programm?
Was ist falsch in diesem programm??


Programm::

$regfile = M8def.dat
$crystal = 7372000
$baud = 9600
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Dim I As Byte
I = 1to 2
Dim T As Byte
T = 2 To 4
Dim U As Byte
U = 4to 6

Config Pina.3 = Output
Config Pina.4 = Output
Config Pina.5 = Output

Porta.3 = I
Porta.4 = T
Porta.5 = U
Do
Loop