Why do I get the error "Timeout occurred while waiting for the String Terminator"?
Ältere Kommentare anzeigen
I am trying to create a TCP/IP client connection with a TCP/IP server using tcpclient() (formerly tcpip()). But I get the following error:
>> echotcpip("on",5000);
>> t = tcpclient("10.10.10.100",5000);
>> val = writeread(t,"ctrlcmd");
Error reading String.
Timeout occurred while waiting for the String Terminator.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu TCP/IP Communication finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!