I want to develop an app that's able to print all of the data exchanged on a COM port (both ways) without blocking the port, so that other(s) app(s) can use it normally.
After some research I've found DataReceivedEvent, but I think that you've to be the owner of the port in order to use it. What I need it's something like that, but for data received and sended, without owning the port.
Is there a way?