June 23rd
On the Ultimate Road again.
The CC3000_RX_BUFFER_SIZE value was changed in my program and it now works like a charm.
Messages received through the wire are now displayed on my LCD screen.
I works just like a bought one!
Here's a few additional observations I've made on the way.
The IP address and default gateway settings are non-volatile.
This means that when rerunning the WiFi Basic Application after previously setting your IP address and default gateway you don't have to do it again.
You can start it up and connect, bind and immediately start sending and receiving via wifi.
For me, I just do;
03 to connect,
06c738 to bind to port 51000
05 to receive data
If I want to receive another UDP packet I just run the 05 again