control led wirelessly by xbee s2

,

how to control wirelessly with this module
anyone know pls tell me step

which one in which mode and from what router send api mode .pls tell me brifly.

For that product you must do it via API mode and Remote AT commands. That is I need to tell the remote module to switch the respective line from an output high to an output low via remote AT commands.

i already did that but getting problem can you pls elaborate,

i tell what i did

1 as cordinator api mode
2 as router at
i am sending api frame from router at mode to cordinator api radio i get recieve packet but can`t change my remote radio state.
i am getting error in remote at command response.
erro is 03 invalid parametre

What is the API frame you are sending and what firmware version and modem part numbers are you working with?

017 REMOTE AT COMMAND FRAME FROM FRAME GENERATOR AND ADDRESS IS OF REMOTE RADIO,
XCTU 6.3 AND I HAVE XBEE SERIES S2 (ZB)

What I mean is can you provide the full API frame you are sending?

7E 00 11 17 01 00 13 A2 00 40 F9 6F 14 FF FE 02 44 30 30 35 9E

THIS ONE

I think I see the reason why. Instead of providing an ASCII 05 (0x30 0x35) make it a Hex 05 for the value.

7E 00 10 17 01 00 13 A2 00 40 F9 6F 14 FF FE 02 44 30 05 FE

thanks for your support
you solved my problem