by timvdp » Wed Oct 27, 2010 8:52 am
Hello,
I got everything working in Eclipe.
Here is an archive of my test project with the arduino core and wishield library.
The example is a TCP Server listening on port 2000, waiting for message like this one :
newRequest(x){MyCommand} -> x a number incremented by the client for each request and MyCommand is the command we want the arduino to process
When a message is received, an ack is send to the client :
ackRequest(x){MyCommand}
Each request is piled in a FIFO and processed in the main loop.
Hope this help...
Tim
- Attachments
-
ArduinoApp_101027_Example.zip
- (266.22 KiB) Downloaded 6 times