搜索资源列表
2410iic
- 2410开发板在ADS下测试IIC的程序 运行步骤: 1 打开iic.mcp工程文件 2 运行 3 观察终端输出从eeprom中 读出的数据 文件说明: iic_test.c 开发板初始化文件 2410iic.c iic实验主程序文件-2410 ADS development board under test in the IIC running steps : an open iic.mcp engineering documents two running t
s3c44b0x+USB
- 1代码. 2.测试步骤 1> 开发板上电 2> 运行测试程序 3> 运行串口监视软件,波特率115200 4> 用usb电缆连接开发板和PC,若已连接,则拔掉重连 5> 系统显示找到新硬件,安装Tools\\usb驱动\\D12驱动 6> 运行Tools\\UsbDebug.exe 7> 刷新设备列表,选中Philips项 8> 将接收数据端点和发送数据端点均设为端点1,管道大小设为16 若
dataflash-iar5-at91sam9260-ek.
- 针对ATMEL公司的9260(ARM926)的data flash测试程序,For ATMEL' s 9260 (ARM926) of the data flash test procedures
fasdfasd
- 由于最近要进行SBO8.8测试,而客户目前基本用的都是SBO2007B,我们知道,在一台机器上不能同时安装SBO的两个版本,不得已,只能安装虚拟机,使用虚拟机,经常会用到主机上的文件,很多人可能都不清楚如何在本机和虚拟机间共享文件和数据,下面我就给大家分享下我所知道的两种简单的方法: 环境: 主机操作系统:WINDOWS 2008 R2 虚拟机:VMware Workstation 7.0.1 Build 227600 汉化版 虚拟机操作系统:windows 2008 R
Qt-detect-Udisk
- 老外写的qt检测U盘插拔,没有用上层的hal、udisks,而是利用qt的tcpSocket接收内核netlink_sock发来的数据,实时检测U盘插拔!比较强大,包含windows、linux两个版本,测试通过。据作者说正在测试wince平台-Written by foreigners the qt detect U disk plug, not the upper hal udisks, but to use the data the qt tcpSocket receive kernel
GEC2440_Cam_V4l_Test
- 基于GEC2440的Linux下摄像头采集实验 实验代码中含有详细中文注释 该实验组主要是帮助理解Liunx下摄像头设备的访问方式 图像数据RGB565处理和显示方式 1.Frame图像数据显示(showRGB.c) 使用RGB565数据格式构造的图像数组,在LCD上显示红绿蓝三色图。 2.图像数据保存(saveRGB.c) 将上一实验中构造的三色图数据写入文件。 3.显示文件中的图像(readRGB.c) 将保存在文件中的图像数据读取并查看数据。
adc-test.tar
- 可用于ARM S3C2440开发板的AD模数转换进行数据的采集-ARM S3C2440 development board can be used for the AD analog-digital conversion for data collection
UartTest.tar
- 用QT写的GPS数据读取测试程序,并能在TQ2440开发板上成功读取GPS数据。-Written by QT test program to read GPS data, and can successfully read TQ2440 development board GPS data
qudong
- 驱动的相关试验资料来自华清远见嵌入式培训机构,很珍贵的资源-Relevant test data driven from China Qingyuan see embedded training institutions, it is a valuable resource
touch
- 本实验是一个触摸屏实验,实验者触摸实验板的LCD屏幕,将从串口打印出当前点的坐标值。实验中需要定义触摸屏相关的数据结构TS_EVENT,数据结构TS_EVENT的内容包括按下触摸屏时的压力,位置。 实验环境: 创维特CVTs3c2410开发板 Redhat9.0-This experiment is a touch-screen experiment, the experimenter touch panel LCD screen test, print out the serial
read.tar
- 嵌入式linux环境下RS232通信模块以及读数据测试模块-Embedded linux environment, RS232 communication module and test module read data
charcterDevices-Drivers
- 基于S3C2440班子的linux字符型驱动课件源程序,包括内核空间与用户空间数据拷贝,自旋锁与信号量,proc文件系统等试验源码-Based on the source of the the S3C2440 team linux character-driven courseware, including the kernel space and user space data copy, spin locks and semaphores, proc file system test sou
ChartXY-0.8
- 老外写的Qt实时曲线,进过测试能每秒绘制2通道200点的数据 实时可信共享给大家,希望能有所帮助。-The foreigners write Qt real-time curve into test can draw 2 channel 200 points per second of data in real-time credible for everyone to share, hoping to be helpful.
test-hs0038b.tar
- 红外遥控GPIO口测试程序,若读到数据则打印出信息-Infrared remote the GPIO port test program. information will be print out if data is read
cJSON_OK
- 用C语言来处理JSON类型的数据,打包和解析,测试后好用-JSON data types, packing and parsing the test easy to use C language to deal with
DHT
- DHT芯片的一些中文资料,及自己学习时编写的简单程序及其在linux下的test、makefile等-Some DHT chip Chinese data, and when you learn to write a simple program and in the linux test, makefile, etc.
lcd
- TQ2440LCD彩屏测试,实现功能为串口显示控制,液晶屏显示串口输入的数据,移植成功ASCII码-TQ2440LCD color test functions: serial display control, LCD display serial data input ASCII code transplant success
exp4_hello-driver
- 此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。 调试步骤 1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。 分析各部分代码的功能,以及应用程序和驱动程序的调用,数据读写的方法和流程
embedded-test-view
- 非常全面和经典的嵌入式软件工程师笔试面试资料,良心制作-Very comprehensive and classic embedded software engineer written examination and interview data, making conscience
test.tar
- QT父子进程间通讯,父进程通过writeData发送数据,子进程通过读取标准输入获取数据。-QT interval parent and child communication, the parent process to obtain data by reading standard input by writeData sending data, sub-processes.