Will it be possible for the ports to read the output of another ports?
Like for example, there's a connection between porta.f0 and portb.f0 and between those connections, there's a switch. So if the switch is toggled(ON), and send a data/value of 1 toporta.f0, the portb.f0 will then read the 1 value, but if the switch is off or not toggled, the portb.f0 will not be able to read the 1 value and instead, read it as 0.. is that possible? i've tried combinations of connections in proteus but to no avail. If switch is toggled, portb.f0 is not receiving a value of 1 and instead its just either blue or gray color in proteus which is i believe is 0. Sorry for my grammar, still a newbie as well in microc pic programming. Thanks in advance. Any simple circuit provided is appreciated. Thanks