@@ -10,12 +10,14 @@ v1.2.0 - 04/05/2019
1010* Add support to set AT parameters without applying them with the AT Command
1111 Queue packet.
1212* Improve the callbacks mechanism:
13+
1314 * Callbacks are now executed in parallel.
1415 * Internal callbacks are now defined when needed to avoid issues when more
1516 than one callback of the same type is defined.
1617* Add missing 'Transmit Status', 'Modem Status' and 'Cellular Association
1718 Indication Status' values to cover all XBee Cellular/XBee3 Cellular features.
1819* Bug Fixing:
20+
1921 * Fix some bugs related to package spec data.
2022 * Log an error when processing a wrong frame instead of stopping the reader.
2123 * Fix an issue parsing Explicit RX Indicator packets.
@@ -30,6 +32,7 @@ v1.1.1 - 04/25/2018
3032 the library instead of raising an exception.
3133* Change logging handler to log messages in the console.
3234* Bug Fixing:
35+
3336 * Fix a problem when closing the device connection in the reader.
3437 * Fix how is determined whether the module has entered in AT command mode
3538 or not.
@@ -41,10 +44,12 @@ v1.1.0 - 01/19/2018
4144-------------------
4245
4346* Add support for new hardware variants:
47+
4448 * XB8X
4549* Add missing 'Modem Status' values for Remote Manager connect and disconnect
4650 events.
4751* Bug Fixing:
52+
4853 * Fix timeouts on Unix platforms.
4954 * Fix the return source endpoint method from the 'ExplicitRXIndicatorPacket'
5055 class.
@@ -64,6 +69,7 @@ include:
6469* Discovery of remote XBee devices associated with the same network as the
6570 local device.
6671* Configuration of local and remote XBee devices:
72+
6773 * Configure common parameters with specific setters and getters.
6874 * Configure any other parameter with generic methods.
6975 * Execute AT commands.
@@ -73,11 +79,13 @@ include:
7379* Transmission of data to all the XBee devices on the network or to a
7480 specific device.
7581* Reception of data from remote XBee devices:
82+
7683 * Data polling.
7784 * Data reception callback.
7885* Transmission and reception of IP and SMS messages.
7986* Reception of network status changes related to the local XBee device.
8087* IO lines management:
88+
8189 * Configure IO lines.
8290 * Set IO line value.
8391 * Read IO line value.
0 commit comments