Hi there,
I have a server program written in C and running under linux, it
accept connection from client and send series of data to client
through TCP socket. I was using the "simple data client.vi" as the
client.
I tried to send integer number 1, 2,3.. , but the client failed to
correctly decode the data since it read everything as string. I was
wondering if there is a solution to read binary data in labview TCP
connection? I really don't want to encode the double into string and
send it to client through TCP socket in my server program, since it's
not efficient.
thanks !