Test to demonstrate that TCP sockets lock up

Dependencies:   EthernetInterface mbed-rtos mbed

Fork of TCPSocket_HelloWorld by mbed official

EthernetInterface to revision 32 (mbed-rtos to revision 12, mbed to revision 63)

Files at this revision

API Documentation at this revision

Comitter:
mbed714
Date:
Tue Jul 16 12:50:26 2013 +0000
Parent:
13:52706c2a28f4
Child:
16:9a1409b1a7fc
Commit message:
lpc1768-picotcp-eth to revision 8, PicoTCP to revision 41 (mbed-rtos to revision 12, mbed to revision 63)

Changed in this revision

EthernetInterface.lib Show diff for this revision Revisions of this file
PicoTCP.lib Show annotated file Show diff for this revision Revisions of this file
lpc1768-picotcp-eth.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/EthernetInterface.lib	Thu Mar 28 22:15:12 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/EthernetInterface/#9b2d10dc0392
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PicoTCP.lib	Tue Jul 16 12:50:26 2013 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/daniele/code/PicoTCP/#4c18c62b31b9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lpc1768-picotcp-eth.lib	Tue Jul 16 12:50:26 2013 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/tass/code/lpc1768-picotcp-eth/#0b675bdd074f
--- a/main.cpp	Thu Mar 28 22:15:12 2013 +0000
+++ b/main.cpp	Tue Jul 16 12:50:26 2013 +0000
@@ -3,14 +3,14 @@
 
 #define RETRIES_ALLOWED 5
 
-Serial pc(USBTX, USBRX);
+Serial pc2(USBTX, USBRX);
 EthernetInterface eth;
 DigitalOut led1(LED1);
 
 int main()
 {
 
-    pc.baud(115200);
+    pc2.baud(115200);
     printf("Initialising...\n");
     set_time(0);
 
--- a/mbed-rtos.lib	Thu Mar 28 22:15:12 2013 +0000
+++ b/mbed-rtos.lib	Tue Jul 16 12:50:26 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#53e6cccd8782
+http://mbed.org/users/mbed_official/code/mbed-rtos/#58b30ac3f00e
--- a/mbed.bld	Thu Mar 28 22:15:12 2013 +0000
+++ b/mbed.bld	Tue Jul 16 12:50:26 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/5e5da4a5990b
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/b3110cd2dd17
\ No newline at end of file