I've built an application that listen to incoming characters on a serial port and I wish to send them to multiple workstation over our network.

I tried with mswinsock. I don't see how I can make it. I mean I tought that I only had to send thru a UDP port, the string and I tought that every workstation binded to that same port would be able to get the data.

It doesn't seem to work.

I think that every thing turns around usage of remotehost, remoteport, ...

I've forgot to said that I'm new to that kind of programming

Thanks