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 agoyes...It is....I know that...but I don't know as I could do this kind of operation (I mean... this loop data sending controlling its starting and stopping from pc) I tried also to create a new task in which there is this "while(stop==0)" with a fixed priority, I tried to delayed the task execution to allow processor to execute other tasks...but the situation was the same!!!...