Reputation: 121
I'm sending frame using XCTU (Windows side) to mbed CPU, That process I need to do it using visual studio (windows side). Any API that compatible with visual c++? Any help is appreciated.
Upvotes: 2
Views: 2736
Reputation: 41
There is also a C++ API using C++11, you find it here xbee++ , you can try compatibility with visual C++
Upvotes: 0
Reputation: 11694
There's an Open Source, portable, ANSI C XBee Host Library that I worked on that should suit your needs. I'm pretty sure some people have made use of it with Visual C++.
There's also the Open Source libxbee3, "A C/C++ library to aid the use of Digi XBee radios in API mode".
Upvotes: 1