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

3 次查看(过去 30 天)
>> 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