digidotcom / xbee-csharp

C# library to interact with Digi International's XBee radio frequency modules from mobile devices.
Mozilla Public License 2.0
14 stars 8 forks source link

Error forming IMEIAddress #7

Closed RobDevAthena closed 3 years ago

RobDevAthena commented 3 years ago

Great library!! Thanks for the work!! I am trying to transfer data between two XBEE3 devices. Setup and connected to cellular system correctly, can connect to DIGI echo server etc so I know that is all working well. When running any of your communication examples (connecttoEchoServerSample is easiest) I set the correct com port but when the sample runs it throws an error at this section

IMEIAddress = new XBeeIMEIAddress(XBee64BitAddr.Value);

XBee64BitAddr.Value is null so it errors out, but in the documentation it says that cellular devices should always return null. I'm a little confused as to what to do. Any help would be appreciated

image

Visual Studio 2019, DIGI XBEE3 LTE/NB-IoT Dev kit

Rob

rubenmoral commented 3 years ago

Hi @RobDevAthena,

Thanks for reporting this issue. We have verified that it was a bug affecting XBee Cellular devices, it's now fixed on the master branch.

Best regards.