Program UDPClient
This demo contains the exact same source code and programs as demo UDPServer, but the role of the respective programs have been exchanged. UDPClient now runs on the target and connects to UDPServer 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 UDPServer
Program TCPServer
|