TCP Echo example of W5500 Ethernet Kit for IoT.
Dependencies: WIZnet_Library mbed W5500HelloWorld
Revision 1:4f6bcf445501, committed 2015-07-16
- Comitter:
- bangbh
- Date:
- Thu Jul 16 07:21:46 2015 +0000
- Parent:
- 0:412f9c1172b7
- Commit message:
- "mbed_mac_address()" does not work on W5500 Ethernet kit.
Changed in this revision
W5500HelloWorld.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 |
diff -r 412f9c1172b7 -r 4f6bcf445501 W5500HelloWorld.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/W5500HelloWorld.lib Thu Jul 16 07:21:46 2015 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/teams/WIZnet/code/W5500HelloWorld/#412f9c1172b7
diff -r 412f9c1172b7 -r 4f6bcf445501 main.cpp --- a/main.cpp Mon Apr 27 00:23:46 2015 +0000 +++ b/main.cpp Thu Jul 16 07:21:46 2015 +0000 @@ -20,8 +20,6 @@ int main() { - mbed_mac_address((char *)MAC_Addr); //Use mbed mac addres - //Set serial port baudrate speed: 115200 pc.baud(115200);