xbee-java icon indicating copy to clipboard operation
xbee-java copied to clipboard

Set of Java APIs to interact with Digi International's XBee radio frequency modules.

Results 38 xbee-java issues
Sort by recently updated
recently updated
newest added

Hi there! I have found some weird behavior. Let me explain. I'm working with a network which has different channels but the same ID. So I have a method that...

When pulling dependency `com.digi.xbee:xbee-java-library:1.2.0` maven complains missing deps for ``` org.rxtx:rxtx:2.2 org.rxtx:rxtx-native:2.2 com.digi:android-sdk:5.1.1 com.digi:android-sdk-addon:3 ``` Looks like for `rxtx` latest release is `2.1.7` so I don't know where you got...

enhancement

Hi Digi, I am using xbee-java-library-1.2.1, Jar version = RXTX-2.2pre1, native lib Version = RXTX-2.2pre2 I need some clarifications regarding com.digi.xbee.api.exceptions.InterfaceNotOpenException: The connection interface is not open. I have attached...

Hello, I am using the DIGI XBEE CELLULAR 3G GLOBAL Development Kit.The following details are mentioned on the digiXbee module : DIGI XBee Cellular 3G XBC-M5-UT-101 B 357520072985670 S# 08J8BAP87NQ4...

Hi, couldnt find a repo for XCTU itself, so i'm adding this here as it's Java. ``` ./launcher Serialio Library: version 10.2.3: build 9233 Copyright (c) 1996-2015 Serialio.com, All Rights...

The code seems to not work with popular SparkFun XBee Explorer USB adapter. Upon looking into it I found this is because the USB Product Id of the expected FTDI...

Hi, I have a doubt when working with the receive timeout parameter. I'm trying to get a parameter from a remote XBee using Digimesh protocol, with the XBee PRO model....

I have made an application in eclipse to send certain messages based on user input. The application works fully when run in Eclipse. When I try to export the app...

Hi, xbjlib-1.1.1 Zigbee IAS Zone end device (not digi) on occasion has different 16bit address than what is returned from ExplicitXBeeMessage getDevice get16BitAddress(). This occurs on different ZEDs from different...

Hello, I have encountered a weird bug when using the XBeeJavaLibrary and HTTP. I am developing an application with an XBee connected to a PC that is supposed to collect...