REMOTE CONFIGURATION

Hi everybody!! i have an issue…I would like to send remote command to a RF module XBEE…I tried with these features:
-1 XBIB USB board with RF module connected to PC
-1 XBIB RS232 board with RF module

everything works…fantastic!! but in my application I cannot use 2 boards…cause I’D like to use my atmel microcontroller with its evaluation board connected with a RF module XBEE
so i make this connections:
-vdd
-gnd
-DATA out of XBEE MODULE with RXD USART of Pic
-Data in of XBEE module with TXD USART of PIC…

After making these connection I tried the procedure in order to send remote program…So

-ENABLE API ON MODULE CONNECTED TO PC
-Enable Api in XCTU
-OPEN COM PORT AND DISCOVER network nodes…
-When I try ro read and set module discovered, i Read on screen…

Reading time out…
so my question is…How can I send remote configuration to module…?? I want to make a wireless sensor network so I would like to program modules without using XBIB BOARDS…

For example…how could I change baudrate of remote device? HELP!!!

david,

Remote AT commands are talked about in the xbee guide (pg. 108):
http://ftp1.digi.com/support/documentation/90000976_L.pdf

AT commands talked about on pg. 128. Changing baudrate would be the BD command.

Keith

but i want to use graphic way with XCTU!! I want to use XCTU to configure remot node

SOLVED BY MYSELF…thanks anyway