PC Coordinator + XBee Arduino + API mode

nicklars3n:
Turns out that I needed to disable escaping characters on the commander xbee. (Set AP to 1)

Right. API MODE is one of the things that should be double-checked when troubleshooting XBee API communication.

hello,

i have use 2 xbee device and coordinator in API mode and router in AT mode when i communication using XCTU terminal then it work fine, but when i connect XBee coordinator to hyper terminal then i send same frame to router which is generated by XCTU frame maker but it can received by router. IF any of the changes are in API frame??

Please anyone can give me solution of my problem....

Hello,

I am working on the project, where i am designing a simple star network using arduino and Xbee S2 boards in API mode.
My project should do below things,

(1) The base station broadcast the message to all the receivers. At base station I should send the text message from what ever I type from my keyboard in arduino serial text monitor.
(2) At the receivers end I should reply to the base station in the same manner.

The main thing is I don't want send predefined message from the code. I should type the text message and then it should send and display on arduino serial monitor at the receiver end.

For now if someone can help me with the transmitter and receiver code to achieve above requirements, would be great.

Its urgent!!!

Thank you.....