- Wed Dec 31, 2014 10:03 am
#6035
LS,
I am just starting to experiment with the Freertos sdk.
Have the latest build now correctly compiling in the "CHERTS Windows devkit + eclipse".
First tries were very unstable but probably caused by "buffer overrun" in the basic example. When I updated that it looks OK.
Also updated the read/recv in the server part of the example as that is using a blocking read.
Now got a very basic HTTP server running and as such learning on the job, after that the communication with arduino.
My questions :
- Does anyone know how to update the 74880 bitrate to a more usual speed ?
- Is there a way to have a callback function on a tcp received packet ?
if yes, where would I find an example of the that ?
Herman