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

3 visualizzazioni (ultimi 30 giorni)
>> t = tcpip('0.0.0.0', 30000, 'NetworkRole', 'server');
>> fopen(t);
then, don't return and just on busy.
Is there any wrong??

Risposta accettata

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

Più risposte (1)

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

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by