搜索资源列表
windump
- 用来监视网络通信数据的源代码和应用程序,方便网络程序底层开发.-used to monitor network traffic data source and application procedures, to facilitate the development of the underlying network programming.
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
write_gpio
- gpio嵌入式linuxk开发写入程序,适用于各种数据通过gpio数据的写入-GPIO linuxk embedded into the development process. applicable to data through GPIO write data
s3c44b0x+USB
- 1代码. 2.测试步骤 1> 开发板上电 2> 运行测试程序 3> 运行串口监视软件,波特率115200 4> 用usb电缆连接开发板和PC,若已连接,则拔掉重连 5> 系统显示找到新硬件,安装Tools\\usb驱动\\D12驱动 6> 运行Tools\\UsbDebug.exe 7> 刷新设备列表,选中Philips项 8> 将接收数据端点和发送数据端点均设为端点1,管道大小设为16 若
DV710_ADC_driver_test
- 基于ST公司的STR710芯片的DV710开发板。程序从ADC0采样数据,并将原是数据显示在LCD上。 可以通过调节板上ADC0的电位器来观察读数的变化。 -based company STR710 chip DV710 Development Board. ADC0 sampling procedures from the data, and data used to show on the LCD. By controlling the boards ADC0 the potenti
socket
- 一个智能门禁系统的linux的程序,select方式数据驱动方式,对于搞嵌入linux开发的朋友有一定参考价值
embedc[1]
- 简介 当今嵌入式处理器的生产已远远超过了为桌面系统所设计的处理器。本书通过介绍8位微控制器(MCU)的开发原理和C语言的相关知识,向读者展示了如何用C语言编写8位嵌入式MCU程序,内容涉及数据类型和变量、函数库、优化和测试嵌入式C语言程序等。利用贯穿全书的样例工程,揭示了特定设备硬件开发的详细细节,以及用C语言进行嵌入式程序设计所带来的快速开发、增强的可移植性和再利用等优越性能。本书适合于从事嵌入式研究的相关技术人员使用-briefing today's embedded process
Smart-Home-Systems-Project
- 智能家居系统项目源代码 基于天祥电子2440开发版 有温度差传感器D18B20的数据采集 小灯的控制 -Smart home system project source code is based Intertek electronic version of a temperature difference between the 2440 development of data acquisition sensors D18B20 the control of a small lamp
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
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
Bluetooth-oscilloscope
- 老外开发的手机蓝牙示波器,通过安卓应用,把蓝牙传来的数据显示出来。-Foreigners the phone Bluetooth oscilloscope development, application by Andrews, Bluetooth data coming out.
USB_camera
- 本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver de
111111s3c2410
- S3C2410中英文数据手册 介绍了S3C2410的各功能和接口,开发流程和实验。-S3C2410 manual in both English and Chinese data on the introduction of the S3C2410 features and interfaces, flow and experimental development.
ixp425-datasheet
- 一个有关Intel IXP425开发板的数据手册。-An Intel IXP425 development board data sheet.
CAN
- linux下基于arm处理器s3c2410x开发板的CAN总线设备驱动程序以及数据发送和接收的程序代码。-arm processor linux-based development board s3c2410x the CAN bus device driver, as well as send and receive data on the program code.
gps
- yle2410E开发板,在linux系统下,gps从串口读取数据,显示在终端-gps serial read data from, displayed on the terminal
PowerMonitor2
- 运行在arm平台linux中,使用qt软件开发,可以接受串口数据,并且在打开的窗口中用曲线的方式即时显示出来。程序中用到串口方面以及qt图形界面和c++知识。-Run on arm platform, linux, using qt software development, can accept serial data, and open the window curves method using real-time display. Procedures used in serial po
ov511
- ov511芯片摄像头驱动,做嵌入式开发板图像数据采集实验可以用得着-ov511 chip camera driver
串口数据传输及插入数据库
- 其为测试程序,由串口调试助手发送数据,嵌入式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
选题3-I2C
- 1. 了解I2C总线的基本原理 2. 理解如何通过I2C总线对EEPROM数据的读写。(1. understand the basic principles of I2C bus 2. understand how to read and write EEPROM data through the I2C bus)