I'm new on driver programming. So I 'm faced with some "problems".
I wrote a PCI driver. The question is now How can a app communicate with this driver.
My purpose is to write a test app for the driver. It's a kind of "basic research" to learn the driver programming.
Normally I would say over the device file in /dev
. But my file in this directory has no permission for reading or writing except root. So how communicate? Via attribute files?