• UDP Send ( Text & Hex ) 1
  • UDP Send ( Text & Hex ) 2
  • UDP Send ( Text & Hex ) 3
  • UDP Send ( Text & Hex ) 4

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.

Category : Tools

Related searches

Reviews (5)

Dav. R. Aug 5, 2017     

Ideal for quick sends to esp8266 when testing.

Gun. O. Jan 18, 2015     

I love the new hex function, but the allowed length is too short 😕

Tom. S. Dec 30, 2014     

Would be nice to be able to send control characters or hex

ZRO. D. Oct 27, 2014     

used it with my arduino. worked pefectly.

Roh. C. Feb 6, 2017     

Awesome. Very easy to use.