TCP Server 1
[Example Projects]

This example is contained in "./tcp/src/main_tcp1.c"

This example program shows how to receive TCP datagrams. This program acts as the server, and listens for any data entering on TCP port 54123. If a TCP message is received, we set the system LED if the first byte of the received message '1', and clear the system LED if it is '0'

The following modules are included in this project:


Generated on Wed Jul 11 11:34:38 2007 for Example Projects by  doxygen 1.5.2