Example for XBeeAPI; a little more involved than XBeeApiSimpleBroadcastExample with report on failure to set up the XBee and on the transmit status of the message.
Dependencies: XBeeApi XBeeApiSimpleBroadcastExample mbed
Fork of XBeeApiSimpleBroadcastExample by
History
Update to report failure of xbeeSetNetworkTypeP2P() call
2014-07-05, by johnb [Sat, 05 Jul 2014 16:57:36 +0000] rev 5
Update to report failure of xbeeSetNetworkTypeP2P() call
Based on XBeeApiSimpleBroadcastExample, a slightly more involved version which reports failure to set up the XBee and on the transmit status of the message.
2014-06-27, by johnb [Fri, 27 Jun 2014 19:18:39 +0000] rev 4
Based on XBeeApiSimpleBroadcastExample, a slightly more involved version which reports failure to set up the XBee and on the transmit status of the message.
Correct condition in error check
2014-03-28, by johnb [Fri, 28 Mar 2014 22:31:04 +0000] rev 3
Correct condition in error check
Use frame of type XBeeApiTxFrame rather than XBeeApiTxFrameEx
2014-03-25, by johnb [Tue, 25 Mar 2014 22:19:34 +0000] rev 2
Use frame of type XBeeApiTxFrame rather than XBeeApiTxFrameEx
Use some defines/consts to make the code more readable
2014-03-25, by johnb [Tue, 25 Mar 2014 20:23:40 +0000] rev 1
Use some defines/consts to make the code more readable
Initial version - simple program to set up an XBee, a P2P network and transmit a frame.
2014-03-25, by johnb [Tue, 25 Mar 2014 18:39:34 +0000] rev 0
Initial version - simple program to set up an XBee, a P2P network and transmit a frame.