Working

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Fork of Sample_HTTPClient by David Smart

Revision:
1:e2d91c62f2b4
Parent:
0:fb5060c39dd1
--- a/main.cpp	Sun Feb 02 18:16:51 2014 +0000
+++ b/main.cpp	Wed May 21 04:07:24 2014 +0000
@@ -11,7 +11,7 @@
 DigitalOut myled(LED1);
 
 int main() {
-    pc.baud(460800);
+    pc.baud(9600);
     printf("HTTP Client - Build " __DATE__ " - " __TIME__ "\r\n");
     eth.init();
     eth.connect();