搜索资源列表
driver_for_TL16C750_under_uClinux_+_44b0
- 此程序为串口芯片tl16c750在uClinux + s3c44b0环境下的驱动程序.tl16c750R FIFO设置为64BYTES, 除此之外,此程序还能缓存20条已经收到的串口数据.即存储数据量为20*64=1280BYTES的串口数据,而不用担心未及时读串口时发生数据的丢失现象.此外,附此驱动的测试程序,以及编译后的映像文件.-procedure for the serial port chip tl16c750 uClinux s3c44b0 environment of floodi
test
- uclinux液晶RTl2232F外设的测试程序,包括将液晶显示数据存储到flash中,并从flash读数据到液晶上
OV9650_BMP
- 通过OV9650摄像头采集图像数据,并将数据存储为bmp格式图片,然后保存在开发板上的SD卡-OV9650 camera acquisition of image data, and the data is stored as a bmp format picture, and then stored in the SD card development board
5678
- Android游戏开发,Android数据存储,多媒体开发,网络与通信-Android game development, Android data storage, multimedia development, networking and communications
pciv
- 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
readport
- 在linux系统下的ARM开发板上实现串口的读写,并建立文件,存储接受到的数据。-In the ARM linux system development board Serial read and write, and create documents, store the received data.
fm25v05
- FRAM25V05的驱动代码。附带芯片手册及说明文档。经过测试可以正常存储与读写数据。-Drive code FRAM25V05. Fringe chip manuals and documentation. Tested normal storage and read and write data.
getH.cpp
- 按照一定规则生成满足一定长度的训练数据,并把该数据的每个符号及下标分别存储到两个文件中,用于以后多次读取-According to certain rules to generate training data satisfy certain length, and sends the data to each of the symbols and subscr ipts are stored in the two files for subsequent read many times
myCamera
- 在linux中利用v4l2提供的API采集camera图像数据,并存储为jpg格式的图片。-Capture the yuv camera data by using V4L2 api function and store as .jpg file.
collecting-program
- 基于Linux系统的自动气象站采集器采集程序,实现数据的采集、质量控制、计算和存储。-Collecting program of collector of automatic meteorological station based on Linux system which realizes data collecting, quality control, calculation and saving.
Data-Acquisition
- 使用ADC采集模拟电压数据,存储在NAND FLASH中,然后从NAND FLASH中读取所存储的电压值,显示在串口上-Use ADC analog to collecte voltage data and store in NAND FLASH, and then read the voltage value to store in the NAND FLASH, displayed on the serial port
www
- 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.