The Xbee s1 module was configured in AT mode, because my model don't allow the API Mode, and I try the Arduino Serial examples, but without success with Xbee, only work wich the USB.
The Xbee s2 pro module was configured in API 1 and 2 mode, but don't work either. To transmit data in this configuration, I use my own library to packed the data. I discarded as a possible problem because I got two computers communicate with it.
The parameter in each configuration is not much different from original, parameter like the parity bit and the data size are the default. I don't can put pictures of configuration now because i don't have the modules with me now, when i get him, I will send the print screen.
Rather than clarifying anything, your last response just made things worse. It now sounds like you have a Series 1 XBee that you are trying to get to talk to a Series 2 XBee. That is not possible. Series 1 models talk to Series 1 models only. Series 2 models talk to Series 2 models only.
PaulS:
Rather than clarifying anything, your last response just made things worse. It now sounds like you have a Series 1 XBee that you are trying to get to talk to a Series 2 XBee. That is not possible. Series 1 models talk to Series 1 models only. Series 2 models talk to Series 2 models only.
Sorry for my post, I will try explain better,
I tried first with one pair S1 modules and after with one pair S2 modules. But the result is the same, the modules xbee communicate with each other, I know because I received the confirmation of reception on X CTU software, but, the arduino don't receive, because the leds don't blink and the arduino program don't react.
Today i try send arduino msgs to pc with zigbees, but dont work either.
The Tx led of arduino blink, and I see the signal entering on xbee pin with osciloscope, but the xBee dont transmit.
Can be the serial configuration?