June 17th
I love it when a plan comes together! - John "Hannibal" Smith
The Basic WiFi app now outputs to the SPI LCD.
The operation sequence is (assuming that One Time Configuration has been completed);
Start TeraTerm with correct Settings to connect to Fraunchpad and CCS
Set up Test PC and launch UDP Test Application
Start C3000 from CCS in Debug mode.
Set up IP address using 08aabbccddwwxxyyzz command. (e.g. 08c0a80102c0a80101) [This must be in lower case!]
Open socket using 03 command.
Bind to UDP Port using 06 command. (e.g. 06c738 for Port51000)
Receive data using 05 command.
On Test PC send UDP payload on desired port.
Results are echoed on both Terminal Screen and LCD screen.
Close Socket using 07 command.
To repeat, reiterate the above from the Open Socket step.