C
Charles Law
I want to intercept operations on serial ports (much like PortMon from
SysInternals), and I think I need a filter driver. Is that correct, and can
one be written in VB.NET?
If it is possible, can anyone point me to a reference? I have been hunting
around, and have found lots about the principal of filter drivers, but so
far nothing with a practical example.
Of course, if there is another/better way I would be interested to hear it.
The key thing is that the application needs to monitor two-way traffic on a
serial port, so it must not prevent normal opening and closing of the port
by another application.
TIA
Charles
SysInternals), and I think I need a filter driver. Is that correct, and can
one be written in VB.NET?
If it is possible, can anyone point me to a reference? I have been hunting
around, and have found lots about the principal of filter drivers, but so
far nothing with a practical example.
Of course, if there is another/better way I would be interested to hear it.
The key thing is that the application needs to monitor two-way traffic on a
serial port, so it must not prevent normal opening and closing of the port
by another application.
TIA
Charles