Sending UDP Strings with slash at the beginning can't send

I can't send an UDP String which starts with a slash at the beginning. e.g. "/cue/1/go", is not possible,
"cue/1/go" is possible. I know that a slash at the beginning of a string means normal?  it is an OSC message.
I want to send an OSC like formated string to QLab 4 via external link of a cue. With QLab 4 it is possible
to send an OSC formatted string as a text to Port 53535 and should be recognized as an normal OSC command.
I think that will be very helpful if we can send strings with a slash at the beginning.

Appendix: The diagnose tab says that the string "/cue/1/go" is send but Wireshark says no.

Related