a

Dependents:   GPSLOG_program

Fork of XBee by aigamozu

Files at this revision

API Documentation at this revision

Comitter:
kityann
Date:
Tue Aug 09 13:03:47 2016 +0000
Parent:
8:a1bf1c09f7ab
Commit message:
comitto

Changed in this revision

XBee.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r a1bf1c09f7ab -r a686f64fd3cd XBee.cpp
--- a/XBee.cpp	Sat May 16 14:06:50 2015 +0000
+++ b/XBee.cpp	Tue Aug 09 13:03:47 2016 +0000
@@ -1420,7 +1420,7 @@
     checksum+= request.getApiId();
     checksum+= request.getFrameId();
 
-    std::cout << "frame length is " << static_cast<unsigned int>(request.getFrameDataLength()) << std::endl;
+    //std::cout << "frame length is " << static_cast<unsigned int>(request.getFrameDataLength()) << std::endl;
 
     for (int i = 0; i < request.getFrameDataLength(); i++) {
 //        std::cout << "sending byte [" << static_cast<unsigned int>(i) << "] " << std::endl;