A libery to connect to telegesis zigbee module. Bassed on implemtation of XBEE

Fork of xbee_lib by Tristan Hughes

Revision:
23:8a7329b46e95
Parent:
22:e8a8edf8b45c
Child:
24:5ed5311266b0
diff -r e8a8edf8b45c -r 8a7329b46e95 telegesis.cpp
--- a/telegesis.cpp	Sun Oct 20 20:22:19 2013 +0000
+++ b/telegesis.cpp	Thu Nov 07 20:05:17 2013 +0000
@@ -274,6 +274,7 @@
         GotFrame=1;
         _responseFrameString[_pos]=0; //Nul terminate
         _pos=0;
+     //   printf(_responseFrameString);
         if (strstr(_responseFrameString,"+UCAST:")) { //returns on that we have sendt something
             //Do something
         } else if (strstr(_responseFrameString,"UCAST:")) { //checke for incoming UCAST data