PC-Xbee c++ communication

Hello everyone,

I’m trying to right a program in c++ to communicate with my xbee via a Droids 990.002 XBee USB Board.

I have installed the FTDI driver to create a virtual com port, and I searched about libxbee, but I can’t find any tutorial or clues of how to do that.

Someone could tell me the steps to create this program ?

I just want to send simple values trought serial communication to another xbee module connected to an arduino.

Try going to http://members.ee.net/brey/Serial.pdf or looking for C++ COM port examples in Google. You should be able to find what you are looking for quickly.

How I can use CString with Qt?
I have included the library but I can’t use it.
Thanks