is it posssible to access a PCI memory without writting a kernel mode driver?

378 Views Asked by At

I need to access memory on a PCI device and responding to its interrupts in windows (32bit and 64 bit on 7 and above)

Can I do this without writing a kernel device driver?

Can I write a user mode driver for this task?

0

There are 0 best solutions below