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

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

 Respuesta aceptada

Walter Roberson
Walter Roberson el 2 de Oct. de 2015

1 voto

The fopen tells it to wait until a connection is requested. After the fopen there will be a connection unless the attempt fails.

Más respuestas (1)

Josh Philipson
Josh Philipson el 3 de Dic. de 2015

0 votos

I am having the same issue, JINSOL.KIM. Did you ever figure it out?

Etiquetas

Preguntada:

el 2 de Oct. de 2015

Editada:

el 3 de Dic. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by