i made a simple circuit of receiver and transmitter with this code
كود:
void main()
{
trisd=0;
trisc=0xff;
loop:
if(portc.f0==1)portd.f1=0;
if(portc.f0==0)portd.f1=1;
goto loop;
}
but the proplem is it doesnt work!
i tried everything and it still doesnt work does it require more coding?
anyways please respond to my question
and please respond in arabic i am talking english because i just formatted my computer and arabic isnt installed yet thx for anyhelp