Helene wrote:
> It seems that TCPIP write only accepts strings as input. I need to
> send binary messages. How can I manage that?
>
With a type-cast (in the "Advanced" submenu) you can easyly convert
Binary-Data to a string.Than you can send it over TCP/IP and convert it
back at the other end.
Maybe this helps a bit.
bye
Marco