Forum Discussion
Altera_Forum
Honored Contributor
14 years agoProblem with concurrent sending and receiving data with ethernet
Hi, I'm working with the Simple Socket Server example for my DE4-230 board (that is...blinking Leds and 7segments display example....). I modified this example simply adding a" while (stop==1)...e...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- simply adding a" while (stop==1)...etc etc" to send random 32bit data to pc --- Quote End --- Lean back an think what you are doing. Without escaping the loop, the server won't handle any new commands, isn't it?