i have an arduino mega2560 connected to xbee s1 pro and intended to send to other pc via xbee s1 pro
when i send by pc via xbee2 its lamp lights and rssi and DOUT on xbee1 shield lamps light and that means message recieved but arduino `s tx and rx lamps show no signs of life
tried different shield but no difference
when i try to move the wire inside the arduino it reads noise and strange letters thats as far as i could get and that means arduino mega can recieve through pin also but seems to have no regards for xbee s serial
thx in advance
for xbee 1 rx and tx i have tried changing their places
You will need to provide a great deal more information - we are not mind readers here.
How about providing a diagram showing how everything is wired up and the code that you are using. Be sure to use code tags - the # button above the edit screen. A photo of a hand drawn wiring diagram is fine, as long as it is easy to follow.
How about providing a careful. detailed and unambiguous description of what you expect to happen and what is actually happening.
What have you been doing to try to find where the problem lies. Your description of what you have been doing does not suggest a careful systematic approach. You should start by assuming that all the hardware and the Arduino system works perfectly and problems are due to how you have used them. Swapping identical parts hoping to discover one of them is broken is 99.9999% a waste of time. Focus your energies on something more useful.
If you haven't already done so you need to include debugging code in your sketch so you can be sure things are doing what they should.