How to redirect data from Xbee = XB3-24Z8PT to Xbee3 USB Zigbee XU3-A11
Luis_P
Posts: 246
I have Data (strings) been sent to the Xbee Pro 3. I need to redirect that data to an USB Xbee3 connected on my computer. Is there a simple way to do that?
Basically when the Xbee receives something, redirect that data to the USB Stick.
I hope there is a way...
Thanks
Comments
In the laser-tag product I programmed with use an API mode to send a message from a tagger (weapon) to another (to acknowledge a hit, for example); we do a similar process when the tagger is "killed" bit it sends a broadcast message so that everybody knows it's dead. This is not hard to do, but may be tricking with the BASIC Stamp given the very limited memory. In API mode you have to build the message and then do a checksum calculation on it.