搜索资源列表
webserver
- 此代码为基于S3C2410芯片的Web服务器代码,通过套接字实现C/S数据读取.
mtd-utils-1.0.0
- Flash分区擦除,读取分区数据,写文件数据到指定的分区.
uClinux_source.rar
- 一个uclinux下进行网络数据处理,及串口读取,CGI配置,a uclinux network,rs232,web server
chuankoui
- 在LINUX下的串口源代码,里面没有写头文件,用户写好头文件即可,在linux下读取串口数据-In the LINUX source code under the serial port, which had not been written with the first document, the user can write the first document in the serial data read under linux
gps
- yle2410E开发板,在linux系统下,gps从串口读取数据,显示在终端-gps serial read data from, displayed on the terminal
linux_arm_gps
- 嵌入式Linux环境下读取GPS模块数据并提取相关数据显示出来.-Embedded Linux environment, GPS module to read data and extract relevant data displayed.
DataSaveDisplay
- 如何保存一个实验数据以便matlab可以读取-How to save your experimental data as matlab format
GEC2440_Cam_V4l_Test
- 基于GEC2440的Linux下摄像头采集实验 实验代码中含有详细中文注释 该实验组主要是帮助理解Liunx下摄像头设备的访问方式 图像数据RGB565处理和显示方式 1.Frame图像数据显示(showRGB.c) 使用RGB565数据格式构造的图像数组,在LCD上显示红绿蓝三色图。 2.图像数据保存(saveRGB.c) 将上一实验中构造的三色图数据写入文件。 3.显示文件中的图像(readRGB.c) 将保存在文件中的图像数据读取并查看数据。
UartTest.tar
- 用QT写的GPS数据读取测试程序,并能在TQ2440开发板上成功读取GPS数据。-Written by QT test program to read GPS data, and can successfully read TQ2440 development board GPS data
nunchunk
- 使用i2c-dev 从smbus读取wii游戏手柄nunchunk数据,根据读取的x-position , y-position位置,画轨迹,改变颜色,刷新屏幕-Using i2c_dev.h to read data from nunchunk and draw the trajecty of it.Change color and refresh the screen. Z and C button are pressed to exit the program
minigui-to-utuntu9.10
- minigui1.6.9移植到ubuntu9.10,不过liinux-2.6.26 之后的内核ts驱动都加到input子系统了,所以读取ts数据部分不同了,在另外的文档中说明,有可以去读取下驱动源码-minigui1.6.9 transplanted to ubuntu9.10, but liinux-2.6.26 kernel ts after the driver is added to input subsystem, so read the data part of the differ
adc-s3c2410
- 此驱动程序使用了等待队列,信号量,中断注册。另外要特别留意write函数被实现为从用户空间传入数模转换通道号(频道)和分频的值(预分频),read函数则传出转换好的数据。对于预分频传入和读取,本驱动程序并未使用到,当多路转换时,这个值则要充分利用,并且需要一种多路转换的实现方法了。-This driver uses a wait queue, semaphores, interrupt register. Also pay special attention to write function
linux_device_fasync
- linux_device_fasync 驱动程序与应用程序不能直接通讯,可以采用异步通讯来读取数据,这样应用程序就不要一直查询设备状态,当数据到达时,会主动通知-linux_device_fasync driver can not communicate directly with the application, asynchronous communication can be used to read data, so applications do not have to query
pciv
- 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
Serial_test
- linux环境下qt creator读取串口数据-read serial
Webcam_Client
- TQ2440的资料USB摄像头实验中使用viewer.exe这个程序来读取摄像数据,本程序是viewer的QT版本-The TQ2440 the USB camera head experimental use viewer.exe this program to read the camera data, the program is the QT version of the viewer
image_get2
- z301摄像头读取数据并保持为jpeg何bmp格式的源代码-z301 camera reads the data and maintain the source code for jpeg bmp format Ho
mini2440_simulation-SerialByIO
- 在mini2440上用IO口模拟的串口,采用异步通知的方式去通知进程串口数据读取完毕-Mini2440 on simulation of serial IO port asynchronous notification to inform the process of serial data read completed
file_operations
- ssize_t (*read) (struct file * filp, char __user * buffer, size_t size , loff_t * p) (指针参数 filp 为进行读取信息的目标文件,指针参数buffer 为对应放置信息的缓冲区(即用户空间内存地址),参数size为要读取的信息长度,参数 p 为读的位置相对于文件开头的偏移,在读取信息后,这个指针一般都会移动,移动的值为要读取信息的长度值)这个函数用来从设备中获取数据. 在这个位
ad7606
- 基于Qt for windows下的数据读取显示程序,利用qwt-6.1.0的第三方绘图插件-Based on the data read display program under Qt for windows, use a third-party graphics qwt-6.1.0 plugin ......