03-17-2010 02:00 PM
Solved! Go to Solution.
03-17-2010 02:16 PM
TxJohnUSMC wrote:
I am creating a hexadecimal string that I want to send with UDP. UDP converts the data to ASCII (i.e. (0x00) is send as 31 31)
You probably want to sent binary data and not a hexadecimal string. Set your string constant or control to display in hexadecimal mode (right click menu) and enter your binary data in hexadecimal mode.
03-17-2010 02:16 PM
03-17-2010 03:49 PM
03-17-2010 04:18 PM