Customized

Dependents:   MurataTypeYD_RPC_Sample

Fork of SNICInterface_mod by Toyomasa Watarai

Files at this revision

API Documentation at this revision

Comitter:
komoritan
Date:
Thu Mar 12 12:26:43 2015 +0000
Parent:
49:5a5cae02bdf0
Commit message:
Fixed

Changed in this revision

SNIC/MurataObject.h Show annotated file Show diff for this revision Revisions of this file
Socket/TCPSocketConnection.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SNIC/MurataObject.h	Sat Jan 31 13:41:56 2015 +0000
+++ b/SNIC/MurataObject.h	Thu Mar 12 12:26:43 2015 +0000
@@ -20,7 +20,10 @@
 #define _MURATA_OBJECT_H_
 #include "mbed.h"
 
+// KTEC MOD START
 //#define _DEBUG      /* If this definition is enabled, debug log is output. */
+#define _DEBUG      /* If this definition is enabled, debug log is output. */
+// KTEC MOD END
 //#define _FUNC_TRACE
 
 #ifdef _DEBUG
--- a/Socket/TCPSocketConnection.cpp	Sat Jan 31 13:41:56 2015 +0000
+++ b/Socket/TCPSocketConnection.cpp	Thu Mar 12 12:26:43 2015 +0000
@@ -229,6 +229,10 @@
         return -1;
     }
     con_info_p->is_receive_complete = true;
+// KTEC ADD START
+// データの受信処理が間に合わないケースが存在するため、追加
+    wait(0.1);
+// KTEC ADD START
     if( con_info_p->is_received == false )
     {
         // Try receive