04-20-2015 03:38 PM
I am using Telnet Write.vi to execute a command such as GET_VERSION
Then using Telnet Read.vi, I am expecting several lines to be returned.
This works if I manually do this with Tera Term.
But with LabVIEW, the Telnet Read.vi simply returns the command from the Telnet Write.vi
What do I have to configure to change this behavior?
04-20-2015 04:09 PM - edited 04-20-2015 04:09 PM
Edit:
Needed to add carriage return + newline
DUH.