Outputing Base Xbee data

Dear Forum,

I am using two Xbee modules, one is being used as a remote module to measure and sample using ADC and send it to a base Xbee connected using RS232 and a X CTU.

I was just wondering how i can use this data on the pc lets say if i wanted to put this data to excel or in general automatically have it put on a file or anything.

Hope someone can help me in this point.

Best,

Kaisi

You may try to use libraries such as xbee-api (http://code.google.com/p/xbee-api/) or python-xbee (http://code.google.com/p/python-xbee/) to write a program to receive data from the serial port connected with the XBee Module.
The data could be saved as .csv file. Then you can open it with excel.