Hi Juergen,
The first thing to try is to set LDClient.AddNull property to "False" before sending the message. This should prevent the terminating NULL \0 from being appended to the message. This terminating NULL is used with the auto communication with LDServer, but in your case not needed I think.
The first thing to try is to set LDClient.AddNull property to "False" before sending the message. This should prevent the terminating NULL \0 from being appended to the message. This terminating NULL is used with the auto communication with LDServer, but in your case not needed I think.