W7500P TCP UART 예제

Dependencies:   mbed WIZnetInterface

W7500P 개발보드의 TCP 서버 예제 입니다.

텔넷포트(23)를 기본설정으로 사용중이며, DHCP를 통해 인터넷 연결설정이 됩니다.

Revision:
4:35efc8506987
Parent:
3:4bfea09eabf8
--- a/main.cpp	Tue Oct 12 13:35:30 2021 +0000
+++ b/main.cpp	Tue Oct 12 13:37:40 2021 +0000
@@ -10,7 +10,7 @@
     pc.baud(115200);
 
     pc.printf("안녕 세상!\n");
-    pc.printf("잠깐만...\r\n");
+    pc.printf("잠깐만... DHCP 설정중...\r\n");
 
     uint8_t mac_addr[6] = {0x00, 0x11, 0x22, 0x11, 0xAB, 0xAB};
     //uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x00, 0x01, 0x02};