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:
Tue Mar 27 14:13:12 2018 +0000
Parent:
9:780db84ce891
Commit message:
Slave V1.0

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
diff -r 780db84ce891 -r 273032d9299a DigiLogger.lib
--- 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/#
diff -r 780db84ce891 -r 273032d9299a XBee/XBee.h
--- 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 */