Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 2:2e1002e6798a, committed 2019-09-18
- 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