Zigbee capabilities

I’m interested in the capabilities of the Zigbee addon. Is there code included to allow the XBee component to act as a Zigbee coordinator or node. Can we make it do anything the Digi Connectport can but using C# instead of Python. Here’s some info on the Digi Connectport product http://www.digi.com/pdf/ds_connectportx.pdf



Thx



Brent…

FEZ offers you a connection to XBee and a UART driver, from there you can do about anything XBee can do!

There is this library that Michael made that include some XBee stuff. We never used it before but you can give it a try. It is available at http://mftoolkit.codeplex.com/. If you try it, please let us know what you find.



You can also just get any C code and convert it to C#, should be very easy.