I have never tried this module myself, but one of ITTVIS's engineering consultants created a program that enables input/output to the serial port under Windows, and he loaded it for free distribution on ITTVIS's "Code Library" site. Check it out at URL:
http://www.ittvis.com/cod...k/search.asp?FID=239
Built in to IDL since several versions now are easy-to-use functions enabling TCP/IP socket communications with remote computers. See particularly Online Help for SOCKET and FILE_POLL_INPUT. The task of communicating with TCP/IP ports is, I believe, far simpler than the task of communicating with serial ports.