Library to easily communicate with XBee modules.

Dependencies:   DigiLogger

Dependents:   WaterLogger XbeeGateway XBee_Cooker ProjetReceiver ... more

Issue: Library has issues with mbed OS5

While the library is working fine with OS2, it shows errors for OS5. I have tried to update the script in library files, but nothing works so far.

1 comment:

16 Jan 2023 This post is awaiting moderation

Issue is resolved by adding the following lines in the XBeeLib>XBee>XBee.cpp file.

  1. define FRAME_BUFFER_SIZE 2
  2. define MAX_FRAME_PAYLOAD_LEN 254
  3. define SYNC_OPS_TIMEOUT_MS 1000