gut, das schaut besser (?) aus:
alle 3 PCF draussen, cocontroller draußen, programm geladen:
SCL: 0,02V bzw. 4,97V - wechselt im sekundentaktCode:$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
SDA: 1,27V bzw. 2,42V - wechselt im sekundentakt
und weiter gehts:
alle 3 PCF draussen, cocontroller draußen, programm geladen:
SCL: 4,97V fixCode:$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
SDA: 2,62V fix
![]()







Zitieren

Lesezeichen