Hi!

Ich hab ein Problem mit dem RN-Control. Ich möchte dem Controller in BASIC sagen, dass er Pind.6 zu + machen soll und Pind.7 zu Ground. Wie bekomme ich dass hin?

Mit

Code:
$regfile = "m32def.dat"
$crystal = 16000000
$baud = 9600

Config Pind.6 = Output
Config Pind.7 = Input

Do

Pind.6 = 1
Pind.7 = 0

Loop
End
geht's jedenfalls nicht!

Gruß

Torrent