How do I open communication port in monitoring mode? CreateFile(...) with FILE_SHARE_READ doesn't work, second application is still unable to open the port. The task is to sniff any desired application's traffic with serial port.
The example application is located here:
http://www.aggsoft.com/products/supercom/
A small example of doing that will be appreciated.