Abstract serial port for multiple listeners

0

So my title isn't the greatest, but that's because I'm not sure what exactly I would describe this as.

What I'm looking to do specifically, is to take a single serial device(on MSWindows), and allow multiple processes to read the incoming data.

The best solution in my mind, would be to create emulated COMs, and have a listener on the physical, then relay the incoming data out to the emulated interfaces.

If anyone has any sort of solution, I would be immensely grateful

Strained

Posted 2019-08-21T14:10:48.373

Reputation: 1

No answers