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)...etc etc" to send random 32bit data to pc when nios system receives a command (an ASCII character 'L') from my client Labwindows program. These 32 bit data are effectively received continuously but when I try to send from Labwindows another command (i.e: those for managing blinking Leds or socket closing...) it seems that communication towards nios II is blocked...and so the loop data receiving is unstoppable... Any Ideas?? regards