UDP

Top  Previous  Next

To test basic UDP communication choose projects Simple_send for DSP and UDP_simple_receiver_PC in VS.

The receiver project has to be started first. When the sender is started and connection established, sender sends several messages to the receiver and both sender and receiver report it on the console.

To test UDP communication in the other direction you can choose Simple_receive project for DSP and UDP_simple_sender_PC in VS.