2015/05/16

Dependents:   Aigamozu_Robot_ver3_1 Aigamozu_Robot_ver3_2 Aigamozu_Robot_ver3_3 Aigamozu_Robot_ver3_4 ... more

Fork of XBee by Suga koubou

Revision:
8:a1bf1c09f7ab
Parent:
6:6f84e2840408
Child:
9:8e4a31b5eb94
--- a/XBee.cpp	Wed Dec 18 02:32:33 2013 +0000
+++ b/XBee.cpp	Sat May 16 14:06:50 2015 +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;