Help with programming:P

So what i want to do is i want to send a signal through pin 11 and make it come out in pin 12 but i don't seem to be able to figure out how to so could anyone perhaps tell me how to if its possible? :astonished:

i want to send a signal through pin 11 and make it come out in pin 12

You need a jumper wire, not code.

I want to do it in software not hardware:/

digitalWrite (11, digitalRead (12));

Don't forget the appropriate pinMode calls.

What baffles me is why you would want this or need it.
If you know what to send out, you do not need it to be read and processed.

Please cure my curiousity... :~