TCP Client, WIZwiki-W7500. It will get weather of South Korea from openweathermap.org

Dependencies:   WIZnetInterface mbed

Fork of TCPClient_HelloWorld by jehoon song

Revision:
2:00baa8aaaaf1
Parent:
1:3550659bd872
Child:
4:19ee5010a9e9
--- a/main.cpp	Fri Nov 04 02:29:00 2016 +0000
+++ b/main.cpp	Fri Nov 04 02:46:55 2016 +0000
@@ -22,7 +22,6 @@
 bool out=false;
 
 int main() { 
-    pc.baud(115200);
     int phy_link;
     pc.printf("Wait a second...\r\n");
     uint8_t mac_addr[6] = {0x78, 0x08, 0xDC, 0x1c, 0xa8, 0x95};