How to Start a simple App to communicate with a computer using TCP/IP?

Hi, I want to write a simple application that will allow my PC to communicate with an embedded system using TCP/IP (and UDP) protocol through my network card?
This topic is seemed to be extremely basic. Can anyone advise a web tutorial on how to do that? Thanks.
[266 byte] By [oakting] at [2007-11-18 20:32:07]
# 1 Re: How to Start a simple App to communicate with a computer using TCP/IP?
I highly recommend raw winsock.

Check out winsock at MSDN. Check out my website for more software development links.

http://www.dslextreme.com/users/kuphryn/links.html

Kuphryn
kuphryn at 2007-11-9 13:46:46 >
# 2 Re: How to Start a simple App to communicate with a computer using TCP/IP?
Additionaly you have...

http://www.vijaymukhi.com/vmis/wsock.htm

http://fsix.net/files/Windows%20Internet%20Programming.htm

http://www.sockets.com/
Mathew Joy at 2007-11-9 13:47:46 >