njuneardave
July 28th, 2008, 10:13 AM
Hi all... I'm working on a problem right now, and I'm not really sure where to go with it. I'm looking for some advice as to whether or not a device driver should be the solution. Here's the scenario:
I have an application that is already using a Serial Port (COM1), and I want to take COM1 away from that application (not share it) and give it to another application. I also want to filter out certain IRP requests depending on the data.
Will a driver help me address these issues? If not, does anyone have some guidance to lead me in the correct direction?
Thanks!
I have an application that is already using a Serial Port (COM1), and I want to take COM1 away from that application (not share it) and give it to another application. I also want to filter out certain IRP requests depending on the data.
Will a driver help me address these issues? If not, does anyone have some guidance to lead me in the correct direction?
Thanks!