搜索资源列表
okipwmuart
- oki测试uart,pwm,a/d的程序,大家来讨论-OKI test UART, PWM, a / d process, we discuss
uart_verilog
- this is a sample about UART transmission,it s default installation is D:\\RedLogic\\RCII_samples, and the software environment is quatrusII 5.0,it is usefull for studying UART.
VHDL-XILINX-EXAMPLE26
- [VHDL经典设计26例]--在xilinx芯片上调试通过--[01--1位全加器][02--2选1多路选择器][03--8位硬件加法器][04--7段数码显示译码器][05--8位串入并出寄存器][6--8位并入串出寄存器][7--内部三态总线][8--含清零和同步时钟使能的4位加法计数器][9--数控分频器][10--4位十进制频率计][11--译码扫描显示电路][12--用状态机实现序列检测器的设计][13--用状态机对ADC0832电路控制实现SIN函数发生器][14--用状态机实现AD
ads_source
- adctest S3C44B0X内置A/D转换器应用实例; einttest S3C44B0X外部中断实例; flashtest flash读写实例; Helloworld Helloworld程序; iictest IIC接口运用实例; iotest I/O应用实例——矩阵式键盘扫描; rtctest S3C44B0X内置RTC应用实例; Timertest 定时器应用实例; uarttest UART串行口应用实例; ucos_ex1 uc/os-II运用
sdt_source
- adctest S3C44B0X内置A/D转换器应用实例; einttest S3C44B0X外部中断实例; flashtest flash读写实例; Helloworld Helloworld程序; iictest IIC接口运用实例; iotest I/O应用实例——矩阵式键盘扫描; rtctest S3C44B0X内置RTC应用实例; Timertest 定时器应用实例; uarttest UART串行口应用实例; ucos_ex1 uc/os-II运用
MSP430F5438_ADS7886_1602LCD.ra
- MSP430F5438 单片机驱动 ADS7886 高速A/D转换器,1602LCD液晶显示源程序,测试通过,请放心使用。,MSP430F5438 single-chip drives ADS7886 high-speed A/D converter, 1602LCD liquid crystal display source code, test is OK, please rest assured that use.
chip1
- VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inb
PWM-UART_Mega128
- PWM输出控制三路步进电机,UART通讯,485通讯,A/D输入采集。-PWM output control three stepper motors, UART communications, 485, A/D input acquisition.
BF533_SST_Flash_Driver
- 2009.02.13 (Chiron.ylq) --- --- --- --- --- 该工程用于Analog Devices VisualDSP++ V5.0开发环境下,烧写Silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。 1. 文件结构 SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驱动 BF
UART_DMA
- 基于ALTERA公司的NIOSII的串口通信DMA传输设计-NIOSII based on ALTERA s DMA transfer of the serial communication design
RevD_EVMOMAPL137_BSL
- TI的6747DSP开发板源代码.UART,TIMER,SPI,USB-TI s 6747DSP development board source code. UART, TIMER, SPI, USB .....
Uart
- LPC2148 drive LCD ----- A / D conversion module The work area Each project contains three configuration options ISP_iFlash_Hex - generated. Hex object file format JLINK_iflash - JLINK to the programming through the configuration of the intern
DSPBegineer
- DSP初学程序,包括DSP控制电机,A/D,信号的FFT,滤波器,UART通讯等程序,压缩包中附上实验参考书。-DSP beginner program, including the DSP to control the motor, A/D, the signal of the FFT, filters, UART communication program, attach the experimental reference archive.
Msp4301611-peripheral-driver
- Msp4301611的外围驱动程序,主要是A/D转换,晶振设置,UART模块和SPI模块的设置。-Msp4301611 peripheral drivers, mainly A/D conversion, crystal set, UART module and the SPI module settings.
d
- 单片机msp430和pc机基于uart的双向通信-Pc machine microcontroller msp430 and two-way communication based on uart
ad-uart-test
- PIC单片机A/D采样和UART的源代码,初学者适用。-PIC microcontroller A/D sampling and UART source code for beginners.
Uart
- Keil—MDK的UART程序,方便使用Uart_Pringt()实现的串口打印函数-#include <Uart.h> #include <S3C2440.h> int main() { unsigned int a = 10 Uart0_Init(115200) while(1) { Uart0_SendByte(12) Uart0_Printf("Test d\n",a)
测试程序
- ADUCM360 UART串口学习: UART串口通讯的使用非常广泛,是一个全双工通用异步收发器,兼容工业标准16450,支持DMA。能在串行和并行数据之间可靠的转换。程序的调试常常通过串口发送和接收数据,来修改程序。 异步串行通讯协议包括:a: 5到8比特数据 b:1、2或1.5个停止位,c:无、奇、或偶校验。d:波特率。所有的数据字要求一位起始位和至少一位停止位,产生了支持7至12位范围的字长。(ADUCM360 UART serial learning: UART serial
简易闪光灯参数测量
- 基于ARM Cortex-M4F(TM4C123)单片机 【功能】“闪光灯”在相机的摄像头中有广泛的应用,不同产品的闪光灯特性有所区别,试编程控制光照强度传感器,采集并分析拍照时的闪光特性曲线 ?提示与要求 ?A/D 采集一次拍照的过程,要涵盖整个闪光的过程 ?用定时器触发A/D 采样,采样率不低于1kHz ?将拍照的数据通过UART 送PC 机,用MATLAB 绘图附在报告中(Based on the ARM Cortex-M4F (TM4C123) single chip micro
RN8209C及D初始化及UART通讯参考程序
- RN8209C及D初始化及UART通讯参考程序(RN8209C and D initialization and UART communication reference program)