Giung Kim / Mbed OS WIZnet-IoTShield-WM-N400MSE-TCP

Files at this revision

API Documentation at this revision

Comitter:
AustinKim
Date:
Wed Sep 18 07:12:53 2019 +0000
Parent:
1:1c65b1dd9e7a
Commit message:
Update main.cpp

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Sep 18 05:52:10 2019 +0000
+++ b/main.cpp	Wed Sep 18 07:12:53 2019 +0000
@@ -68,10 +68,8 @@
 
 // Destination (Remote Host)
 // IP address and Port number
-// char dest_ip[] = "222.xxx.xxx.xxx";
-// int  dest_port = xxxx;
-char dest_ip[] = "222.98.173.214";
-int  dest_port = 8080;
+char dest_ip[] = "222.xxx.xxx.xxx";
+int  dest_port = 8000;
 int  protocol = 1;                  // 1 : TCP, 2 : UPD
 int  packet_type = 0;               // 0 : ASCII, 1 : HEX, 2 : Binary