搜索资源列表
comm_IO_port.tar
- Linux2.6.36内核环境下一个简单的通用IO端口读写驱动,支持多个应用程序同时读写。包含驱动编译的makefile,应用层测试程序和使用说明。驱动程序包含了详细注释,便于学习。apps_cmos.c是读取cmos时间的应用程序;在串口的4、7针上接LED,执行apps_serial.c可以观察到LED的闪烁。-A common driver for reading and writing the IO port under the kernel version of 2.6.36.Make