Recently I would like to control an external relay by using UDP ASCII code.
My device is ADAM-6060, which accept UDP control.
Is there any way to send out a byte(ASCII code) instead of string from LightAct with the UDP out?
Or send the string follow with the \r\n(CR)?
Thanks.
The “\r\n” sent in this way will be consider as a string, instead of a Carriage Return & Line Feed, which is needed for My ADAM-6060.
I tested this in my touchdesigner project with the UDP out DAT,It success to control my 6060, the only different is TD can send the \r\n as an terminator of the ASCII command.
So I would like to see is it possible on LightAct.