Get basic debug info from the WNC M14A21.

Dependencies:   JSON M2XStreamClient-JMF WNCInterface mbed-rtos mbed

Fork of WNCInterface_HTTP_example by Avnet

Revision:
1:7634d07c4310
Parent:
0:50979ffa39b6
Child:
2:8fb99c9f5075
--- a/main.cpp	Wed Sep 21 15:33:53 2016 +0000
+++ b/main.cpp	Mon Sep 26 18:32:48 2016 +0000
@@ -113,7 +113,7 @@
     printf("sent buffer to UDP IP/Port (ret=%d)" CRLF "Now try receiving." CRLF,ret);
 
 
-    usock.set_blocking (true, 1000);    
+    usock.set_blocking (false, 1000);    
     char in_buffer[50];
     int n = usock.receiveFrom(nist, in_buffer, sizeof(in_buffer));