How to use two XBee Adapters in the same time

Hi, I wan use two XBee Adapters in my spider, one for Xbee 805.12.4, the other one for RN-
XV-WiFly. Could I use two XBee Adapters simultaneously? How to set the COM?
The RN-XV-WiFly driver use default COM1 .

Thanks

5 days pass, does anyone can help?

thanks

The only help I can be is by saying if you have the driver, you can change the COM port it uses. Include it as a code segment rather than just using the driver, and edit it as needed (better would be to change or extend the constructor to take a different COM port).

1 Like

Here is an example in codeshare of someone doing exactly that: http://www.ghielectronics.com/community/codeshare/entry/541

And here is the source code for the RN-XV Wifly driver: http://netmftoolbox.codeplex.com/SourceControl/changeset/view/23314

1 Like

Thank you Brett and FireyFate.