Altera_Forum
Honored Contributor
13 years agoPIO Kernel module
Hello,
I'm currently using a Kernel module for LED PIO as a character device. I control it with fopen, fprintf, fread in my application. But I would like to write integer and use 32 bit registers. I know i could use fwrite but i'm not sure the module can handle it. What can i do in order to send integers instead of bytes to the kernel module? ;)