Program TCPClient
This demo contains the exact same source code and programs as demo TCPServer, but the roles of the respective programs have been exchanged. TCPClient now runs on the target and connects to TCPServer running on Windows.
This demo can obtain its IP address from a DHCP server. If you have purchased the DHCP add-on for RTIP-32, you can define preprocessor symbol DHCP in the source code or on the compiler command line and add library Dhcpc.lib to enable this feature.
Demo Programs
Program TCPServer
Program SSLServer
|