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

조회 수: 3 (최근 30일)
JINSOL.KIM
JINSOL.KIM 2015년 10월 2일
편집: Walter Roberson 2015년 12월 3일
>> t = tcpip('0.0.0.0', 30000, 'NetworkRole', 'server');
>> fopen(t);
then, don't return and just on busy.
Is there any wrong??

채택된 답변

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

추가 답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by