Handling incoming UDP messages with binary data

The UPD Send block can send out the data as binary. You will need to change the Encoding property to Binary.
For more information, e.g. regarding the syntax please read the manual. Hint: Search for binary in the manual.
The block understands a special syntax to convert the string into binary.

But when receiving UDP packages containing binary data, we do not have this option.
With a little script we are able to transform each byte into a string representation. In a next step the string can be processed in the workflow.
The example shows different ways of creating these strings. You can use the format string 
The conversion script is attached separately.
Attached Files
ConvertBinary.cs
404kb
Test-UDP-Send-Receive-binary_CPa_V5.1.lprj
404kb