Skip to content

Commit

Permalink
Updated the release notesf for version 1.0.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Tatiana Leon <tatiana.leon@digi.com>
  • Loading branch information
tatianaleon committed Dec 10, 2014
1 parent c81759f commit bcebb30
Showing 1 changed file with 76 additions and 68 deletions.
144 changes: 76 additions & 68 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
XBee Java Library

Release Notes (PN 93000776)
Build 1.0.0
21 November, 2014
Build 1.0.1
10 December, 2014

(c) 2014, Digi International
http://www.digi.com
Expand All @@ -14,77 +14,85 @@ This document provides the latest release information for the XBee Java
Library, which allows customers to easily develop Java applications
that communicate with XBee modules.


XBee Java Library v1.0.1, December 2014
----------------------------------------------------------------------
1. Changes with respect to previous version:
* Included RxTx 2.2 libraries. This allows the use of the library in linux on 64 bit JVM.
* Added third party license agreements to the README.md file.
* Minor cosmetic bug fixes.

XBee Java Library v1.0.0, November 2014
----------------------------------------------------------------------
1.- Supported Hardware:
* XBee®/XBee-PRO® RF Module Family
- XBee 802.15.4
- XBee-PRO 802.15.4
- XBee ZB
- XBee-PRO ZB
- XBee ZB SMT
- XBee-PRO ZB SMT
- XBee-PRO 900HP
- XBee-PRO 900
- XBee-PRO DigiMesh 900
- XBee DigiMesh 2.4
- XBee-PRO DigiMesh 2.4
- XBee-PRO 868
- XBee 865LP
- XBee 868LP
1. Supported Hardware:
* XBee/XBee-PRO RF Module Family
* XBee 802.15.4
* XBee-PRO 802.15.4
* XBee ZB
* XBee-PRO ZB
* XBee ZB SMT
* XBee-PRO ZB SMT
* XBee-PRO 900HP
* XBee-PRO 900
* XBee-PRO DigiMesh 900
* XBee DigiMesh 2.4
* XBee-PRO DigiMesh 2.4
* XBee-PRO 868
* XBee 865LP
* XBee 868LP

2.- Changes with respect to previous version:
* Library features:
- Support for API and API Escaped operating modes. Application
Transparent (AT) operating mode is not supported by the library.
- Management of local (attached to the PC) and remote XBee device objects.
- Discovery of remote XBee devices that are associated to the same
network as the local one.
- Configuration of local and remote XBee devices:
· Configure common parameters with specific setters and getters.
· Configure any other parameter with generic methods.
· Execute AT commands.
· Apply configuration changes.
· Write configuration changes.
· Reset the device.
- Transmission of data to all the XBee devices of the network or to a
specific one.
- Reception of data from remote XBee devices:
· Data polling.
· Data reception callback.
- Reception of network status changes related to the local XBee device.
- IO lines management:
· Configure IO lines
· Set IO line value.
· Read IO line value.
· Receive IO data samples from any remote XBee device of the network.
2. Changes with respect to previous version:
* Library features:
* Support for API and API Escaped operating modes. Application
Transparent (AT) operating mode is not supported by the library.
* Management of local (attached to the PC) and remote XBee device objects.
* Discovery of remote XBee devices that are associated to the same
network as the local one.
* Configuration of local and remote XBee devices:
* Configure common parameters with specific setters and getters.
* Configure any other parameter with generic methods.
* Execute AT commands.
* Apply configuration changes.
* Write configuration changes.
* Reset the device.
* Transmission of data to all the XBee devices of the network or to a
specific one.
* Reception of data from remote XBee devices:
* Data polling.
* Data reception callback.
* Reception of network status changes related to the local XBee device.
* IO lines management:
* Configure IO lines
* Set IO line value.
* Read IO line value.
* Receive IO data samples from any remote XBee device of the network.

* Set of examples demonstrating the functionality of the API.
- Communication:
· Receive data example.
· Receive data polling example.
· Receive data Modem Status example.
· Send data example.
· Send asynchronous data example.
· Send broadcast data example.
- Configuration:
· Manage common parameters example.
· Reset the module example.
· Set and get parameters example.
- IO:
· IO sampling example.
· Local ADC example.
· Local DIO example.
· Remote ADC example.
· Remote DIO example.
- Network:
· Discover devices example.
* Communication:
* Receive data example.
* Receive data polling example.
* Receive data Modem Status example.
* Send data example.
* Send asynchronous data example.
* Send broadcast data example.
* Configuration:
* Manage common parameters example.
* Reset the module example.
* Set and get parameters example.
* IO:
* IO sampling example.
* Local ADC example.
* Local DIO example.
* Remote ADC example.
* Remote DIO example.
* Network:
* Discover devices example.

* Comprehensive online documentation including:
- Getting Started Guide.
- Users Guide.
- API Reference Manual.
* Getting Started Guide.
* Users Guide.
* API Reference Manual.

3.- Known issues and limitations:
* Serial ports cannot be found by the RxTx library in Linux machines
running a 64-bit JVM.
3. Known issues and limitations:
* Serial ports cannot be found by the RxTx library in Linux machines
running a 64-bit JVM.

0 comments on commit bcebb30

Please sign in to comment.