Digi XBee Cellular 3G Global --------------- Customer Release Notes ---------------------- Copyright (C) 2018, Digi International - - - - - - - - - - - - - - - - - - - - ### Overview: These release notes document changes made to the XBee Cellular 3G Global. ### Compatible Hardware: * Digi XBee Cellular 3G Global ### Links: [Product Information] https://www.digi.com/lp/digi-xbee-cellular ### Current Known Issues / Errata: * Module with SPI mode enabled and pending Status frames to send to the SPI Master will not go to sleep. * Transparent mode connections that are closed by timeout (TM value) will sometimes show different then expected CI values. * 3257 Receiving large UDP datagrams (> 1024 bytes) can cause the frame to be split into multiple API frames on the serial interface, with the second portion delayed. * 3736 Server certificates programmed previously on the system may still be used to authenticate servers despite configuration change or being removed from the file system. ---------------------------------------------------------------------- ### Release Version 1130B - XBee Cellular 3G Global ### Release Date * June 2018 ### New Features: * File system support * ATFS command to access through Command Mode * MicroPython file interfaces for programmatic access * Provides MicroPython module import support * Allows storage of TLS certificates for authentication * Secure encrypted file storage to protect MicroPython code and TLS private keys * TLS Authentication * Accessed in MicroPython with the ussl.wrap_socket method * Configurable with the $0/$1/$2 commands * Uses certificates stored on the filesystem * New API frame 0x23 to access multiple authentication profiles ---------------------------------------------------------------------- ### Release Version: * 11309 - XBee Cellular 3G Global ### Release Date: * 2017-October-09 ### New Features: * Feature Highlights * MicroPython XBee Sleep Control. * Better integration between MicroPython and XBee Sleep modes. * API for entering low power modes. * MicroPython Secondary UART. * Configure DIO Lines to use as a second UART usable by MicroPython. * I2C Master Support. * Pin 7 and 19 on the XBee can be used as an I2C Master bus by MicroPython. * Incoming TCP/UDP connections. * Incoming connections can be used with API, Transparent and MicroPython. * PWM0/RSSI support. * SPI. * The XBee can be configured as a SPI Slave device. ### Bug Fixes (XBCELL): * 3 Failed socket attempts will no longer cause the module to leave then rejoin the network. ---------------------------------------------------------------------- ### Release Version: * 11308 - XBee Cellular 3G Global ### Release Date: * 2017-June-08 ### New Features: * Initial release * Feature Highlights * MicroPython! * On-module programmability to add local intelligence. * Many examples in the Digi MicroPython Programmer Guide. * AT commands for managing run-time behavior. * Digital I/O support. * Analog Input support. * API & Transparent mode * AT command mode * Bypass to raw cellular modem * SMS * TCP/UDP (up to 7 sockets) * TLS/TCP (up to 4 sockets) * Deep sleep mode. * Pin sleep support. * Cyclic sleep support. * Airplane mode sleep support. * DNS lookup command (ATLA). * Domain names now supported in DL command. * Operating Destination Address (ATOD) support. * SMS UTF-16/UCS-2 encoding support. ### Bug Fixes (XBCELL): * None