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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:d6c480d80f84 | 2014-07-06 | johnb | Updated to use constructor rather than method calls to set up TX frame |
3:8fea787c2199 | 2014-03-28 | johnb | Correct condition in error check |
2:a553ea23194b | 2014-03-25 | johnb | Use frame of type XBeeApiTxFrame rather than XBeeApiTxFrameEx |
1:953e5affd67a | 2014-03-25 | johnb | Use some defines/consts to make the code more readable |
0:99422855f301 | 2014-03-25 | johnb | Initial version - simple program to set up an XBee, a P2P network and transmit a frame. |