07-31-2018 01:29 PM
This is a snippet of Java code to send a UDP command to MiLight WiFi box.
The command is a byte array of hex numbers.
UDP Write.vi in LabVIEW is sending a String. So how can I implement this code in LabVIEW?
07-31-2018 03:36 PM
The String palette has functions to convert Strings to Byte Arrays, and Byte Arrays to Strings.
Bob Schor