Send data

This sample Java application shows how to send data from the XBee device to another remote device on the same network using the XBee Java Library. In this example, the application sends data using a reliable transmission method. The application blocks during the transmission request, but you are notified if there is any error during the process.

The application sends data to a remote XBee device on the network with a specific node identifier (name).

You can locate the example in the following path:

examples/communication/SendDataSample

Note For more information about how to send data, see Send data.