tcipip server problem : why can't I open server ???

3 Ansichten (letzte 30 Tage)
JINSOL.KIM
JINSOL.KIM am 2 Okt. 2015
Bearbeitet: Walter Roberson am 3 Dez. 2015
>> t = tcpip('0.0.0.0', 30000, 'NetworkRole', 'server');
>> fopen(t);
then, don't return and just on busy.
Is there any wrong??

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 2 Okt. 2015
The fopen tells it to wait until a connection is requested. After the fopen there will be a connection unless the attempt fails.

Weitere Antworten (1)

Josh Philipson
Josh Philipson am 3 Dez. 2015
I am having the same issue, JINSOL.KIM. Did you ever figure it out?

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by