I am trying to implement a software Null Modem.
Any suggestion how to create virtual COM Ports?
Looking for tips, strategy, known techniques, etc..
I am trying to implement a software Null Modem.
Any suggestion how to create virtual COM Ports?
Looking for tips, strategy, known techniques, etc..
I have used the open-source com0com on windows for this before, and it worked well. The related com2tcp project was more challenging to get working reliably.