Library to easily communicate with XBee modules.

Dependencies:   DigiLogger

Dependents:   WaterLogger XbeeGateway XBee_Cooker ProjetReceiver ... more

Issue: Bee with SoftSerial

I'm using a Nucleo F031K6 which has only one Serial port, that is connected to the USB. I've tried using this library with an STM32F746ZGT6 and that works just fine. But that one has multiple serial ports available.

So I would like to know if it is possible to use this library with the SoftSerial library to communicate with the XBee module. And if so, how that would be done?