Hi,
I would like KiOSC to control certain devices, but I am running into an issue with the implementation of UDP within KiOSC.
Firstly, I understand that (right now) I cannot fully control the syntax (so I cannot send a fader message like "volume -60" where -60 is the variable sent by the fader). That is why all I can and will use is buttons which can send fixed strings. Anything else is a 'nice to have'.
The real pressing issue is that messages are closed with NULL ( \00) in stead of EOL (\0a) which means that the other program never registers the sent message. Could there be a way to define the control characters so it can be changed to \0a (or maybe even customized for devices listening to ETX)?