Accessing serial port via sockets

0

I'm on windows and I need to access my com5 serial port via sockets. I tried serproxy but it does not work. Is there a better tool to do it?

This serial port com5 is a virtual serial port of my 3g modem.

Rodrigo Freitas Faria

Posted 2011-12-04T18:16:04.770

Reputation: 1

1Serial port is more than just a stream. You also use IOCTLs to set the speed, parity, flow control, etc. And this does not map into sockets directly. So you need to explain better what you want to do, what do you expect to happen, and what exactly "does not work" is. – haimg – 2011-12-05T01:04:47.737

I've found com2tcp useful, but it needs an identical client on the other end - not just any socket client.

– user1686 – 2011-12-05T08:58:41.997

No answers