XBee library for Flash / Flex (actionscript)

Hello. Does anyone knows if there is a library for actionscript to develop apps to communicate with Xbee module? My idea is to communicate with several wireless devices.

Thank you

As far as I know, serial port access is not directly supported by Flash/Actionscript. There is a third-party commercial library, MDM Zinc, that does provide that capability.

alexandre_fs:
Hello. Does anyone knows if there is a library for actionscript to develop apps to communicate with Xbee module? My idea is to communicate with several wireless devices.

Thank you

XBee can be simply a transparent serial port wireless extension. From A to B and back. Where A and B are user changeable on the fly, network addressed XBee modules. Just like a LAN with MAC addresses for source and destination NICs.

So, what I could do is simply create a socket connection in flash. Then with an application like SerProxy http://freshmeat.net/projects/serproxy/ I would transmit/receive data.

I will try that… thanks!

Good idea. Your serial proxy just might work. I’ll have to give it a try later today.