搜索资源列表
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
linuxxuexi
- 嵌入式linux中 功能:完成串口读写操作,这里设定从串口读取消息时使用select函数,发送消息的程序不需要使用select函数,只发送“hello”消息由接收端接收-Embedded linux in function: the completion of serial read and write operations, set here to read messages from the serial port using the select function to send a me
linuxchuankou
- 在嵌入式Linux中,串口是一个字设备,访问具体的串行端口的编程与读/写文件的操作类似,只需打开相应的设备文件即可操作。串口编程特殊在于串口通信时相关参数与属性的设置。嵌入式Linux的串口编程时应注意,若在根文件中没有串口设备文件,应使用mknod命令创建,这这里假设串口设备是/dev/ttyS0,介绍一下串口的编程过程。-failed to translate