SNIC UART Interface library: Serial to Wi-Fi library for Murata TypeYD Wi-Fi module. For more information about TypeYD: http://www.murata.co.jp/products/microwave/module/lbwb1zzydz/index.html

Dependents:   SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more

Fork of YDwifiInterface by Takao Kishino

Revision:
13:53e6471d5753
Parent:
12:0254eaccfda2
Child:
14:54378c96d285
--- a/Socket/Socket.cpp	Tue Mar 25 01:42:25 2014 +0000
+++ b/Socket/Socket.cpp	Tue Mar 25 02:21:11 2014 +0000
@@ -73,10 +73,12 @@
     req_len++;
     if( bind != 0 )
     {
+/*
         req.local_addr = local_addr;
         req_len++;
         req.local_port = port;
         req_len++;
+*/
     }
 
     unsigned char command_array[UART_REQUEST_PAYLOAD_MAX];