I know there are blocks to transmit/recieve data through TCP or UDP protocol in Labview,
but I need to transmit data between a compactRIO and another device which is not NI device.
They communicate through Ethernet, BUT that device has its own protocol (not TCP or UDP),
Thus I only need Labview to transmit a raw data through Ethernet without any header (such as TCP or UDP, etc) because I will process it by myself,
Which is the best function in Labview should I use for that?
THANKS!!