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
Diff: Socket/TCPSocketConnection.cpp
- Revision:
- 37:f3a2053627c2
- Parent:
- 34:8c3527b8f44e
- Child:
- 38:f13e4e563d65
--- a/Socket/TCPSocketConnection.cpp Thu Jun 19 10:15:47 2014 +0000
+++ b/Socket/TCPSocketConnection.cpp Tue Jun 24 06:24:23 2014 +0000
@@ -51,7 +51,6 @@
printf("createSocket error : %d\r\n", ret);
return -1;
}
- printf("socket created : %d\r\n", mSocketID);
int ip_addr = resolveHostName( host_p );
//lcd_printf("connect to [%s](%08x)\r\n", host_p, ip_addr);
muRata

Murata TypeYD