WindowsAPI for Xbee

First, sorry for posting a Xbee related article here as I know that there are many Xbee Experts here.

I'm going to create a MFC Windows Application Interface with C++ but I can't get any Xbee library in C++ through internet. I plan to display temperature reading received from xbee which is connected serially to my PC in a self created windows interface.

Do you know where can get such library? Your help is well appreciated. Thanks!

The XBee itself manages the sending of data to the serial port. You don't need any kind of XBee library to be able to read data from the serial port.

But is there any special C++ library that needed to be downloaded for serial communication?

MFC includes a CSerial class that handles communication with the serial port. So, no you don't get to download anything. Sorry.