Hi!
I want to write driver for serial port (COM), but I don't want support
standard functions. For me that port has 2 outputs, 4 inputs and 1 interrupt
source. Unfortunatelly I cannot "reserve" I/O ports and interrupt vector
(IoReportResourceUsage fails) because standard driver has that resources for
its own. When I turn off that serial port in BIOS, IoReportResourceUsage
succeed, but writing/reading to/from output/input lines has no effect.
Please for help, how to "disconnect" standard driver from one of serial ports
(COM1 or COM2 - maybe another if exist) and "connect" to that port with my
driver.
Of cource my driver cannot figure as serial port on Windows' hardware list.
Thanks for any suggestions.
Best Regards.