sending and receiving data from ethernet

hi all,
I am doing school project of reading and writing data using TCP or UDP. but, i am not able test this.
always i am getting an warning as, "the specified amount of data was not returned within the time"
what should i do to solve out this?
as i have developed,
u=udp('192.168.1.1',80);
fopen(u);
fwrite(u,1:5);
fclose(u);
chinny.

댓글 수: 2

Walter Roberson
Walter Roberson 2012년 7월 24일
To confirm: even though you are not reading any data, it is still complaining about data not being returned within the time? Or did you also have something that tried to read a response?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Instrument Control Toolbox Supported Hardware에 대해 자세히 알아보기

질문:

2012년 7월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by