Skip to content

XBee Java Library v1.1.0

Compare
Choose a tag to compare
@tatianaleon tatianaleon released this 03 Jun 07:46
· 144 commits to master since this release

Introduction

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.1.0, May 2015

  1. Changes with respect to previous version:
    • Added support for explicit frames and application layer fields
      (Source endpoint, Destination endpoint, Profile ID, and Cluster ID).
    • Added five examples that demonstrate the new functionality of the API:
      • Receive explicit data example.
      • Receive explicit data polling example.
      • Send explicit data example.
      • Send explicit data asynchronously example.
      • Send broadcast explicit data example.
    • Minor cosmetic bug fixes.