LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What should be written in the "data in" of the [Telnet Write]?

When I am using the [Telnet Write] in the Labview, I write some commands into the "data in",
but there's no response.

What should be written in it?

Is any essential type of command language???
0 Kudos
Message 1 of 3
(2,527 Views)
Assuming that you've set the address and port correctly with the Telnet Open Connection function, are you appending any terminator to the string you're writing? Try putting an EOL (\r\n) character at the end. You should also first verify your connection with another telnet client. Try the example that ships with the Internet Toolkit or try the one that ships with windows.
0 Kudos
Message 2 of 3
(2,523 Views)
Thank you for your reply!
Let me try this!
0 Kudos
Message 3 of 3
(2,512 Views)