LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any possibility to send binary messages using the TCPIP write?

It seems that TCPIP write only accepts strings as input. I need to send binary messages. How can I manage that?

Thanks,

Hélène.
0 Kudos
Message 1 of 2
(2,669 Views)
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
0 Kudos
Message 2 of 2
(2,669 Views)