搜索资源列表
myLinuxSerialportTools
- 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
adc1234.c.tar
- 嵌入式linux多路AD转换驱动程序,四路测试通过 cat /dev/adc1234-Embedded linux multi-channel AD converter driver, four test cat/dev/adc1234
chardev.tar
- The code sample creates a char driver named chardev. You can cat its device file (or open the file with a program) and the driver will put the number of times the device file has been read from into the file.
mcat.c.tar
- Linux系统编程,实现cat程序与shell重定向功能-Linux system programming, cat program with the shell redirection
testdrv
- 这是一个fl2440 按键中断驱动文件,arm9(s3c2440开发平台),按下开发板按钮开关1,便可测试,通过cat /proc/interrupts 命令在include/arch/irqs.h 可查证。-This is a key interrupt-driven file fl2440, arm9 (s3c2440 development platform), press the button to switch a development board, can be tested by
show-rgba.tar
- 在X环境下面显示rgba原始格式的图片数据 linux环境下从framebuffer设备节点读取到的数据是rgba原始格式的,使用这个程序可以在X环境下显示图片 cat /dev/fb0 >pic.rgba ./show-rgba pic.rgba <width> <height>-Show picture using X api
busybox-1.15.1.tar
- BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令,也包含了 Android 系统的自带的shell。-BusyBox is one of the more than one hun