hi gusse guess SDA PORTD.1 is always input what will happens ? u did set SDA port input only read .u have to leave trisd alone and set portd = 0 , i can say trisd s gone to charge you lol
im newbe hope this helpsCode:TRISD.0 = 0 TRISD.1 = 1 '<<<should be TRISD.1 = 0 or only PORTD = %0000 TRISD.3 = 0 TRISE.4 = 0 SCL VAR PortD.0 SDA VAR PortD.1 LED VAR PortD.3 END
hope u get better gusse
regards
Bookmarks