Other Parts Discussed in Thread: OMAP3530
Hi All,
We are working on OMAP3530 (mistral) board.
We implemented UDP protocol data transfer from PC to our board using socket programming.But the rate at which pc is transferring is not matching with the rate at which board is receiving....
PC is transferring at very high speed... So I put sleep(1) after each packet transfer.So I am ensuring that board is receiving all the packets I am sending from PC. I tried usleep(200000).. then also it was working fine.. If i reduce the delay further.. data is not transferred properly...
Is there any way to check the speed of the incoming data from the port of the board... ? Are there any specific settings.. to configure the ethernet speed? How to check the default speed....
P.S : If i am trying to transfer the data from PC to PC (same and other PC ) .. with the same code.. data is getting transferred properly...
Please help me..
Thanks and Reagards,
M.BHARATH