Hello Everyone, I have been playing with a socketserverlib.server control and basically I just open a port on my pc and then from any pc can connect through hyperterm and watch communication.

However, Now I need to be able to watch a different device by the ip/port. This is not a pc so I can not install a listener on it. I have a device that sends data to 192.168.1.xxx:???? Can I monitor that 192.168.1.xxx:???? or can I forward that ip/port to my listener program. I hope this makes sense. All I am trying to do is read that port. Remotely from a pc. I can not seem to get winsock to read a remote ip/port. Any help is greatly appreciated.
Thanks
Dan