Library to easily communicate with XBee modules.

Fork of XBeeLib by Digi International Inc.

Revision:
10:273032d9299a
Parent:
8:b5f4a0e92249
--- a/XBee/XBee.h	Fri Jul 29 13:10:07 2016 +0200
+++ b/XBee/XBee.h	Tue Mar 27 14:13:12 2018 +0000
@@ -145,7 +145,7 @@
          * @param baud the baudrate for the UART that will interface the XBee module. Note that the module has to be already configured
          * to this baud rate (ATBD parameter). By default it is configured to 9600 bps
          * */
-        XBee(PinName tx, PinName rx, PinName reset = NC, PinName rts = NC, PinName cts = NC, int baud = 9600);
+        XBee(PinName tx, PinName rx, PinName reset = NC, PinName rts = NC, PinName cts = NC, int baud = 115200);
 
         XBee(const XBee& other); /* Intentionally not implemented */
         /** Class destructor */