Library to easily communicate with XBee modules.

Fork of XBeeLib by Digi International Inc.

Files at this revision

API Documentation at this revision

Comitter:
basvuyk
Date:
Mon Mar 26 13:45:24 2018 +0000
Parent:
9:780db84ce891
Commit message:
xbee changes

Changed in this revision

DigiLogger.lib Show diff for this revision Revisions of this file
XBee/XBee.h Show annotated file Show diff for this revision Revisions of this file
--- a/DigiLogger.lib	Fri Jul 29 13:10:07 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://developer.mbed.org/teams/Digi-International-Inc/code/DigiLogger/#
--- a/XBee/XBee.h	Fri Jul 29 13:10:07 2016 +0200
+++ b/XBee/XBee.h	Mon Mar 26 13:45:24 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 */