1
1
XBee Java Library
2
2
3
3
Release Notes (PN 93000776)
4
- Build 1.0.0
5
- 21 November , 2014
4
+ Build 1.0.1
5
+ 10 December , 2014
6
6
7
7
(c) 2014, Digi International
8
8
http://www.digi.com
@@ -14,77 +14,85 @@ This document provides the latest release information for the XBee Java
14
14
Library, which allows customers to easily develop Java applications
15
15
that communicate with XBee modules.
16
16
17
+
18
+ XBee Java Library v1.0.1, December 2014
19
+ ----------------------------------------------------------------------
20
+ 1. Changes with respect to previous version:
21
+ * Included RxTx 2.2 libraries. This allows the use of the library in linux on 64 bit JVM.
22
+ * Added third party license agreements to the README.md file.
23
+ * Minor cosmetic bug fixes.
24
+
17
25
XBee Java Library v1.0.0, November 2014
18
26
----------------------------------------------------------------------
19
- 1.- Supported Hardware:
20
- * XBee® /XBee-PRO® RF Module Family
21
- - XBee 802.15.4
22
- - XBee-PRO 802.15.4
23
- - XBee ZB
24
- - XBee-PRO ZB
25
- - XBee ZB SMT
26
- - XBee-PRO ZB SMT
27
- - XBee-PRO 900HP
28
- - XBee-PRO 900
29
- - XBee-PRO DigiMesh 900
30
- - XBee DigiMesh 2.4
31
- - XBee-PRO DigiMesh 2.4
32
- - XBee-PRO 868
33
- - XBee 865LP
34
- - XBee 868LP
27
+ 1. Supported Hardware:
28
+ * XBee� /XBee-PRO� RF Module Family
29
+ * XBee 802.15.4
30
+ * XBee-PRO 802.15.4
31
+ * XBee ZB
32
+ * XBee-PRO ZB
33
+ * XBee ZB SMT
34
+ * XBee-PRO ZB SMT
35
+ * XBee-PRO 900HP
36
+ * XBee-PRO 900
37
+ * XBee-PRO DigiMesh 900
38
+ * XBee DigiMesh 2.4
39
+ * XBee-PRO DigiMesh 2.4
40
+ * XBee-PRO 868
41
+ * XBee 865LP
42
+ * XBee 868LP
35
43
36
- 2.- Changes with respect to previous version:
37
- * Library features:
38
- - Support for API and API Escaped operating modes. Application
39
- Transparent (AT) operating mode is not supported by the library.
40
- - Management of local (attached to the PC) and remote XBee device objects.
41
- - Discovery of remote XBee devices that are associated to the same
42
- network as the local one.
43
- - Configuration of local and remote XBee devices:
44
- · Configure common parameters with specific setters and getters.
45
- · Configure any other parameter with generic methods.
46
- · Execute AT commands.
47
- · Apply configuration changes.
48
- · Write configuration changes.
49
- · Reset the device.
50
- - Transmission of data to all the XBee devices of the network or to a
51
- specific one.
52
- - Reception of data from remote XBee devices:
53
- · Data polling.
54
- · Data reception callback.
55
- - Reception of network status changes related to the local XBee device.
56
- - IO lines management:
57
- · Configure IO lines
58
- · Set IO line value.
59
- · Read IO line value.
60
- · Receive IO data samples from any remote XBee device of the network.
44
+ 2. Changes with respect to previous version:
45
+ * Library features:
46
+ * Support for API and API Escaped operating modes. Application
47
+ Transparent (AT) operating mode is not supported by the library.
48
+ * Management of local (attached to the PC) and remote XBee device objects.
49
+ * Discovery of remote XBee devices that are associated to the same
50
+ network as the local one.
51
+ * Configuration of local and remote XBee devices:
52
+ * Configure common parameters with specific setters and getters.
53
+ * Configure any other parameter with generic methods.
54
+ * Execute AT commands.
55
+ * Apply configuration changes.
56
+ * Write configuration changes.
57
+ * Reset the device.
58
+ * Transmission of data to all the XBee devices of the network or to a
59
+ specific one.
60
+ * Reception of data from remote XBee devices:
61
+ * Data polling.
62
+ * Data reception callback.
63
+ * Reception of network status changes related to the local XBee device.
64
+ * IO lines management:
65
+ * Configure IO lines
66
+ * Set IO line value.
67
+ * Read IO line value.
68
+ * Receive IO data samples from any remote XBee device of the network.
61
69
62
70
* Set of examples demonstrating the functionality of the API.
63
- - Communication:
64
- · Receive data example.
65
- · Receive data polling example.
66
- · Receive data Modem Status example.
67
- · Send data example.
68
- · Send asynchronous data example.
69
- · Send broadcast data example.
70
- - Configuration:
71
- · Manage common parameters example.
72
- · Reset the module example.
73
- · Set and get parameters example.
74
- - IO:
75
- · IO sampling example.
76
- · Local ADC example.
77
- · Local DIO example.
78
- · Remote ADC example.
79
- · Remote DIO example.
80
- - Network:
81
- · Discover devices example.
71
+ * Communication:
72
+ * Receive data example.
73
+ * Receive data polling example.
74
+ * Receive data Modem Status example.
75
+ * Send data example.
76
+ * Send asynchronous data example.
77
+ * Send broadcast data example.
78
+ * Configuration:
79
+ * Manage common parameters example.
80
+ * Reset the module example.
81
+ * Set and get parameters example.
82
+ * IO:
83
+ * IO sampling example.
84
+ * Local ADC example.
85
+ * Local DIO example.
86
+ * Remote ADC example.
87
+ * Remote DIO example.
88
+ * Network:
89
+ * Discover devices example.
82
90
83
91
* Comprehensive online documentation including:
84
- - Getting Started Guide.
85
- - Users Guide.
86
- - API Reference Manual.
92
+ * Getting Started Guide.
93
+ * Users Guide.
94
+ * API Reference Manual.
87
95
88
- 3.- Known issues and limitations:
89
- * Serial ports cannot be found by the RxTx library in Linux machines
90
- running a 64-bit JVM.
96
+ 3. Known issues and limitations:
97
+ * Serial ports cannot be found by the RxTx library in Linux machines
98
+ running a 64-bit JVM.
0 commit comments