I am new to labview and I have a device I need to communicate with using UDP. The commands I need to send are hex value, for example C3. However, when I enter this in the data string for UDP write it gets converted to ASCII before it gets sent. There was a question asked on this topic but the answer was very vague and I couldn't understand it:
I just did a packet trace and you are absolutely right, the issue seems to be with my hardware. Labview is sending out the right information. Thank you both, I really appreciate the quick help.