Location:
Search - uart D
Search list
Description: uart d的verilog 程序,可以实现普通串口功能-UART d Verilog procedures can be achieved ordinary serial port function
Platform: |
Size: 5419 |
Author: 梁启 |
Hits:
Description: ARM S3C2410硬件手册重点
a.Memory Controller
b.Nand Flash
c.UART
d.Interrupt
e.Timer
Platform: |
Size: 13184 |
Author: LIYOUPBC |
Hits:
Description: 将S95demo文件copy到:/etc/rc.d/rc3.d 下就可以实现应用程序自启动了
Platform: |
Size: 743 |
Author: buzhuangmen |
Hits:
Description: uart d的verilog 程序,可以实现普通串口功能-UART d Verilog procedures can be achieved ordinary serial port function
Platform: |
Size: 5120 |
Author: 梁启 |
Hits:
Description: STR91x的串口例程,采用中断方式,开发工具为IAR EWARM。-STR91x serial routines, the use of interruptions, the development of tools for the IAR EWARM.
Platform: |
Size: 138240 |
Author: 王网 |
Hits:
Description: NAND Flash Boot
Please select function :
0 : USB download file(通过USB下载文件)
1 : Uart download file(通过串口下载文件)
2 : Write Nand flash with download file(将下载的文件烧写到NandFlash)
3 : Load Pragram from Nand flash and run(从NandFlash装载文件并运行)
4 : Erase Nand flash regions(擦除NandFlash区域)
5 : Write NOR flash with download file(将下载的文件烧写到NorFlash)
6 : Set boot params(设置Linux启动相关参数)
7 : Set AutoBoot parameter,1:linux 2:wince(设置WINCE自启动)-NAND Flash BootPlease select function: 0: USB download file (through the USB to download files) 1: Uart download file (through the serial port to download files) 2: Write Nand flash with download file (the downloaded file to the programmer NandFlash) 3: Load Pragram from Nand flash and run (from the NANDFLASH loading files and running) 4: Erase Nand flash regions (Erase the NANDFLASH region) 5: Write NOR flash with download file (the downloaded file to the programmer NorFlash) 6: Set boot params ( Linux set to start the relevant parameters) 7: Set AutoBoot parameter, 1: linux 2: wince (set up since the launch of WINCE)
Platform: |
Size: 409600 |
Author: yang |
Hits:
Description: 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.-this is a sample about UART transmission, it s default installation is D: RedLogicRCII_samples, and the software environment is quatrusII 5.0, it is usefull for studying UART.
Platform: |
Size: 1843200 |
Author: 王明 |
Hits:
Description: [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--用状态机实现ADC0809的采样电路设计][15--DMA方式A/D采样控制电路设计][16--硬件电子琴][17--乐曲自动演奏][18--秒表][19--移位相加8位硬件乘法器][20--VGA图像显示控制器(彩条)][21--VGA图像显示控制器][22--等精度频率计][23--模拟波形发生器][24--模拟示波器][25--通用异步收发器(UART)][26--8位CPU设计(COP2000)]
Platform: |
Size: 3687424 |
Author: hawd |
Hits:
Description: ARM S3C2410硬件手册重点
a.Memory Controller
b.Nand Flash
c.UART
d.Interrupt
e.Timer
-ARM S3C2410 hardware manual focus a.Memory Controllerb.Nand Flashc.UARTd.Interrupte.Timer
Platform: |
Size: 13312 |
Author: LIYOUPBC |
Hits:
Description: AppWizard has created this port_dll DLL for you. This DLL not only
demonstrates the basics of using the Microsoft Foundation classes but
is also a starting point for writing your DLL.
This file contains a summary of what you will find in each of the files that
make up your port_dll DLL.
Platform: |
Size: 103424 |
Author: lfc |
Hits:
Description: 将C8051F040单片机的8路A/D及片内温度传感器的采样值通过串口发送到上位机上-C8051F040 MCU to 8-channel A/D and the temperature sensor chip through the serial port of the sample value is sent to the host computer on
Platform: |
Size: 41984 |
Author: Arnold |
Hits:
Description: 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 inbuf2[50] //接收缓冲区
unsigned char count3
void init_serialcomm( void )
{
SCON = 0x50 //SCON: serail mode 1, 8-bit UART, enable ucvr
T2CON=0x30
TH2=0x00
TL2=0x00
RCAP2H=0xFF
RCAP2L=0xDC
TR2=1
}
//向串口发送一个字符
void send_char_com( unsigned char ch)
{
SBUF=ch
while (TI== 0 )
TI= 0-VB player remote control infrared remote control decoder# 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// data length unsigned char inbuf1 [INBUF_LEN] = (0, 0, 0, 0)// Send buffer unsigned char inbuf2 [50]// receive buffer unsigned char count3 void init_serialcomm (void) ( SCON = 0x50// SCON: serail mode 1, 8-bit UART, enable ucvrT2CON = 0x30 TH2 = 0x00 TL2 = 0x00 RCAP2H = 0xFF RCAP2L = 0xDC TR2 = 1)// to send a serial character void send_char_com (unsigned char ch ) (SBUF = ch while (TI == 0) TI = 0
Platform: |
Size: 12667904 |
Author: 微微 |
Hits:
Description: 基于ALTERA公司的NIOSII的串口通信DMA传输设计-NIOSII based on ALTERA s DMA transfer of the serial communication design
Platform: |
Size: 11346944 |
Author: 王超 |
Hits:
Description: 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.
Platform: |
Size: 48128 |
Author: wanpujame |
Hits:
Description: philiph单片机P89LPC936经A/D采样后的数据,通过串口向外发送,包含此款单片机的端口设置和A/D,UART口的设置等-philiph MCU P89LPC936 through A/D sampled data, send out through the serial port, including port settings and Cikuan microcontroller A/D, UART port settings, etc.
Platform: |
Size: 2048 |
Author: tt |
Hits:
Description: TI的6747DSP开发板源代码.UART,TIMER,SPI,USB-TI s 6747DSP development board source code. UART, TIMER, SPI, USB .....
Platform: |
Size: 1490944 |
Author: 张 |
Hits:
Description: 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 internal Flash
JLINIX_iram - by JLINK to debug the internal RAM
Project Name:
LCD ----- LCD (includes break)
MMC ----- MMC Card Reader
Uart ----- serial communication
USBMouse ----- USB communication-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 internal Flash
JLINIX_iram- by JLINK to debug the internal RAM
Project Name:
LCD----- LCD (includes break)
MMC----- MMC Card Reader
Uart----- serial communication
USBMouse----- USB communication
Platform: |
Size: 120832 |
Author: ajksdna |
Hits:
Description: 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.
Platform: |
Size: 1362944 |
Author: 苏鑫 |
Hits:
Description: Msp4301611的外围驱动程序,主要是A/D转换,晶振设置,UART模块和SPI模块的设置。-Msp4301611 peripheral drivers, mainly A/D conversion, crystal set, UART module and the SPI module settings.
Platform: |
Size: 18432 |
Author: 凤超 |
Hits:
Description: 使用UART转USB芯片CP2110的应用示例,能获得UART发送到USB的数据-CP2110 USB chip UART transfer using the application example, can be sent to the USB UART data
Platform: |
Size: 261120 |
Author: 周建设 |
Hits: