gut, das schaut besser (?) aus:
alle 3 PCF draussen, cocontroller draußen, programm geladen:
Code:
$regfile = "m32def.dat"
$crystal = 8000000
$baud = 9600
Config Scl = Portc.0
Config Sda = Portc.1
CONFIG Pinc.0 = Output
CONFIG Pinc.1 = Output
DO
PortC.0 = 1
PortC.1 = 1
waitms 1000
PortC.0 = 0
PortC.1 = 0
waitms 1000
Loop
SCL: 0,02V bzw. 4,97V - wechselt im sekundentakt
SDA: 1,27V bzw. 2,42V - wechselt im sekundentakt
und weiter gehts:
alle 3 PCF draussen, cocontroller draußen, programm geladen:
Code:
$regfile = "m32def.dat"
$crystal = 8000000
$baud = 9600
Config Scl = Portc.0
Config Sda = Portc.1
CONFIG Pinc.0 = Input
CONFIG Pinc.1 = Input
PortC.0 = 1 ' (Pullup)
PortC.1 = 1 ' (Pullup)
DO
' nix ---
LOOP
SCL: 4,97V fix
SDA: 2,62V fix
Lesezeichen