ASCII with UDP

Hi,

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.

Hi,

ASCII would need to be checked in more depth, but you can easily add \r\n at the end of the string as shown below

Hi,

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.

Hi,

At the moment, this is not possible, but we will consider it for the future versions.

Sorry I couldn’t be of more help at this time.

Best,
Mitja

1 Like