搜索资源列表
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 若
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
Serial
- linux下3个串口收发数据的测试程序,包括串口的打开,串口的初始化,以及发送和接收数据的函数
lan-test
- 用于测试uclinux嵌入式系统以太网UDP方式的发送速度,用于多媒体数据的发送
test
- uclinux液晶RTl2232F外设的测试程序,包括将液晶显示数据存储到flash中,并从flash读数据到液晶上
embedc[1]
- 简介 当今嵌入式处理器的生产已远远超过了为桌面系统所设计的处理器。本书通过介绍8位微控制器(MCU)的开发原理和C语言的相关知识,向读者展示了如何用C语言编写8位嵌入式MCU程序,内容涉及数据类型和变量、函数库、优化和测试嵌入式C语言程序等。利用贯穿全书的样例工程,揭示了特定设备硬件开发的详细细节,以及用C语言进行嵌入式程序设计所带来的快速开发、增强的可移植性和再利用等优越性能。本书适合于从事嵌入式研究的相关技术人员使用-briefing today's embedded process
rtdir.rar
- arm9(s3c2410)下的串口通信测试代码,收到一个数据后,发送该数据。,The source for uart at linux for arm9(s3c2410).
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
2410AD
- 2410开发板在ADS下的A/D转换测试程序。 运行步骤: 1 打开ad.mcp工程文件 2 运行 3 用一根导线连接ad 输入0通道,观察屏幕输出数据的变化 文件说明: ad_test.c:开发板初始化文件 ad.c :ad测试主文件-2410 ADS development board in the A/D converter testing procedures. Running steps : one open document ad.mcp two proj
UartTest.tar
- 用QT写的GPS数据读取测试程序,并能在TQ2440开发板上成功读取GPS数据。-Written by QT test program to read GPS data, and can successfully read TQ2440 development board GPS data
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.
fm25v05
- FRAM25V05的驱动代码。附带芯片手册及说明文档。经过测试可以正常存储与读写数据。-Drive code FRAM25V05. Fringe chip manuals and documentation. Tested normal storage and read and write data.
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
lcd
- TQ2440LCD彩屏测试,实现功能为串口显示控制,液晶屏显示串口输入的数据,移植成功ASCII码-TQ2440LCD color test functions: serial display control, LCD display serial data input ASCII code transplant success
adc_irq_test
- ARM Cortex-A8 裸板,adc中断测试程序,打印出采集到的 数据-ARM Cortex-A8 bare boards, adc interrupt testing procedures, print out the data collected
comtest
- C语言编写的串口测试程序,简单实用,支持串口接收和发送数据,支持多个波特率,无需进行任何修改,正确编译执行,多平台测试通过-C language prepared by the serial testing procedures, simple and practical, support serial port to receive and send data, support for multiple baud rate, without any modification, the corr
串口数据传输及插入数据库
- 其为测试程序,由串口调试助手发送数据,嵌入式ARM处理器接收数据并把数据插入SQlite3数据库。(ARM开发板为TQ2440)(For testing procedures, the serial debugging assistant sends data, the embedded ARM processor to receive data and insert data into the SQlite3 database. (ARM development board is TQ2440