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: YDwifi/YDwifi.cpp
- Revision:
- 5:ef3befe3edad
- Parent:
- 3:9f90024d7fb2
- Child:
- 6:70f522934032
--- a/YDwifi/YDwifi.cpp Thu Mar 13 03:38:25 2014 +0000
+++ b/YDwifi/YDwifi.cpp Thu Mar 13 08:44:33 2014 +0000
@@ -100,7 +100,7 @@
printf("%02x ", gUART_RCVBUF.buf[i]);
}
printf("\r\n");
-*/
+*/
unsigned char command_id;
// Get payload from received data from UART.
int payload_len = C_YD_UartMsg::getResponsePayload( gUART_RCVBUF.size, gUART_RCVBUF.buf
@@ -112,7 +112,7 @@
printf("%02x ", gUART_TEMP_BUF[i]);
}
printf("\r\n");
-*/
+*/
// Check scan results indication
if( (command_id == UART_CMD_ID_WIFI) || (gUART_TEMP_BUF[0] == UART_CMD_SID_WIFI_SCAN_RESULT_IND) )
{
muRata

Murata TypeYD