Simple example of how to use XBeeApi - set up the XBee, configure P2P networking then transmit a frame.
Dependents: XBeeApiBroadcastExample
See also the the API page
History
Updated to use constructor rather than method calls to set up TX frame
2014-07-06, by johnb [Sun, 06 Jul 2014 21:01:14 +0000] rev 4
Updated to use constructor rather than method calls to set up TX frame
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.