how to creat / virtualize a comport in .net

Viewed 16

Good day,

I really need to emulate a virtual comport on a windows machine. I need to get access to that comport software, so that I can pipe it to another server.

So basically

Windows app that uses a com port => Com5 (my virtual comport) => .net Service or application => push data to the server data engine.

I have some software that does this, but we now have requirements that we need to build into this comport software which they cannot do for us. So we need to custom-build the application.

From my research this seems really difficult to do so, almost involved writing a custom windows driver. are there any open source ones or even paid-for libraries that would allow me to do so?

0 Answers
Related