UDP Send ( Text & Hex )
This is a simple and easy to use application
UDP Send ( Text & Hex )
This is a simple and easy to use application.the application can send text or hex via udp packets.and also receive text data as a response/reply.Data required for sending are:1. Host IP -- ip address of the destination server/pc/device. 2. Port number (destination port) -- a program on the host device must be listening for data on this port.3.Text to send -- the text that you want to send.Uses :1.Can be used to send commands to arduino ethernet shield.( it has been tested with arduino ethernet shield on arduino uno R3 and used it to control the wheels of robot)2.Can be used to send commands to a computer.(it has been tested with a music player app developed using .net and c# on windows)Important featuremultiple commands can be saved to a list for easy execution.