tcipip server problem : why can't I open server ???
1 view (last 30 days)
Show older comments
JINSOL.KIM
on 2 Oct 2015
Edited: Walter Roberson
on 3 Dec 2015
>> t = tcpip('0.0.0.0', 30000, 'NetworkRole', 'server');
>> fopen(t);
then, don't return and just on busy.
Is there any wrong??
0 Comments
Accepted Answer
Walter Roberson
on 2 Oct 2015
The fopen tells it to wait until a connection is requested. After the fopen there will be a connection unless the attempt fails.
0 Comments
More Answers (1)
Josh Philipson
on 3 Dec 2015
I am having the same issue, JINSOL.KIM. Did you ever figure it out?
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!