|
1 | 1 | XBee Java Library |
2 | 2 |
|
3 | 3 | Release Notes (PN 93000776) |
4 | | - Build 1.2.1 |
5 | | - 29 August, 2017 |
| 4 | + Build 1.3.0 |
| 5 | + 4 July, 2019 |
6 | 6 |
|
7 | | - Copyright 2017, Digi International Inc. |
| 7 | + Copyright 2017-2019, Digi International Inc. |
8 | 8 | http://www.digi.com |
9 | 9 |
|
10 | 10 | Introduction |
|
14 | 14 | Library, which allows customers to easily develop Java applications |
15 | 15 | that communicate with XBee modules. |
16 | 16 |
|
| 17 | + XBee Java Library v1.3.0, July 2019 |
| 18 | +-------------------------------------------------------------------------------- |
| 19 | + 1. Changes with respect to previous version: |
| 20 | + * Added full support for XBee3 modules. |
| 21 | + * Added new methods to send and receive data from other XBee interfaces |
| 22 | + through User Data Relay frames. |
| 23 | + * Removed Android support. This functionality has been moved to a new |
| 24 | + Android-specific library based on this one, the XBee Library for Android: |
| 25 | + https://github.com/digidotcom/xbee-android |
| 26 | + * Added seven examples that demonstrate the new functionality of the API: |
| 27 | + * Send Bluetooth data example. |
| 28 | + * Send MicroPython data example. |
| 29 | + * Send User Data Relay example. |
| 30 | + * Receive Bluetooth data example. |
| 31 | + * Receive Bluetooth file example |
| 32 | + * Receive MicroPython data example. |
| 33 | + * Receive User Data Relay example. |
| 34 | + * Minor bug fixes and improvements. |
| 35 | + |
17 | 36 | XBee Java Library v1.2.1, August 2017 |
18 | 37 | -------------------------------------------------------------------------------- |
19 | 38 | 1. Changes with respect to previous version: |
|
0 commit comments