TCP send example

Dependencies:   FXOS8700CQ mbed

Fork of StarterKit by Rick McConney

Revision:
48:401a797a695f
Parent:
46:733edf15f9e8
--- a/main.cpp	Mon Jan 09 19:48:35 2017 +0000
+++ b/main.cpp	Thu Feb 02 15:41:15 2017 +0000
@@ -96,7 +96,7 @@
     seqNum++;
     char data[len+1];
     for(int i = 0;i<len;i++)
-        data[i] = 'a';
+        data[i] = 'b';
     data[len] = 0;
     sprintf(modem_string, "%s", data);
 }