Viktor Shin
/
WIZnet-IoTShield-AMM592-TCP
WIZnet-IoTShield-AMM592-TCP example
Revision 5:5254d0016504, committed 2019-09-17
- Comitter:
- vikshin
- Date:
- Tue Sep 17 01:11:16 2019 +0000
- Parent:
- 4:5638a7186930
- Commit message:
- Initial Release
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5638a7186930 -r 5254d0016504 main.cpp --- a/main.cpp Tue Sep 17 01:06:45 2019 +0000 +++ b/main.cpp Tue Sep 17 01:11:16 2019 +0000 @@ -94,7 +94,7 @@ // Destination (Remote Host) // IP address and Port number -char dest_ip[] = "222.98.173.228"; +char dest_ip[] = "222.xx.xxx.xxx; int dest_port = 5000; void serialPcInit(void)