Forum Discussion
Altera_Forum
Honored Contributor
21 years agoI've taken a different approach, and tried the ping test in the net packages. That worked. So I added the client() function from above into the ping code just after the ping call. The UDP send works now.
So I conclude that the origianl UDP code is missing a crucial piece of its initialization, and that is causing things to fall over. Can anyone confirm this hypothesis, and tell me what was missing? Thanks