Forum Discussion
Altera_Forum
Honored Contributor
15 years agoProblem with LWIP_ UDP can receice can't send!
My project is to transmit data to pc as quick as possible . Now I can transfer data to PC with lwip tcp/ip ,the max rate is about 920KB/s, So I think if I use the udp ,the speed will be much high. Bu...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- TransmitPacket(transmit_buffer,1578); --- Quote End --- I think many people have seen this thread, the problem I still can’t fix it. I have a good news , I can just use the udp code with nios on EP3C25F324 and the speed is 4.55MB/s. But last night, I have found another problem. Now I can send package of 1024 bytes or 512bytes,it works well. But when I increase the number to 2048 or 156 bytes one package, I saw the net tx led is blinking ,but the Wireshark can get nongthing. I don’t know why??