搜索资源列表
-
0下载:
波特率发生器的设计,这里是实现上述功能的VHDL源程序,供大家学习和讨论。
-baud rate generator design, here is the realization of the above-mentioned functional VHDL source code for all learning and discussion.
-
-
0下载:
C8051F040的UART0调试程序,UART0模式1主机程序,TX0线为P0.0,RX0线为P0.1,TX0采用T2为波特率产生源,RX0采用T1为波特率产生源-C8051F040 UART0 debugging procedures, a model UART0 mainframe procedures, TX0 lines of P0.0 and P0.1 RX0 lines, T2 TX0 used for baud rate generator, RX0 using T1 for b
-
-
0下载:
带自适应波特率发生器UART实现,经过FPGA验证的!,UART baud rate generator with adaptive realization, after FPGA validation!
-
-
0下载:
STC单片机双串口,串口1,2测试程序,串口2使用独立波特率发生器作为波特率发生器。-SCM STC dual serial, serial 1,2-testing procedures, using serial two independent Baud Rate Generator as the baud rate generator.
-
-
0下载:
void UART_init()
{
//初始化串行口和波特率发生器
SCON =0x58 //选择串口工作方式,打开接收允许
TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1
TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ)
TR1 =1 //启动定时器T1
ET1 =0
ES=1 //允许串行口中断
PS=1 //设计串行口中断优先级
EA =1 //单片机中断允许
}-void UART_init
-
-
0下载:
8051单片机的串口波特率发生器计算器,对做51但片机开发的同学们应该有很大帮助-8051 serial port baud rate generator calculator, to do 51 but the machine developed by students should be of great help
-
-
0下载:
AT89C52与N台AT89C2051通讯,双方均有RS485接口 ,AT89C52用T2作波特率发生器, 波特率为96-AT89C52 with N-Taiwan AT89C2051 communications, both RS485 interface, AT89C52 with T2 for the baud rate generator, the baud rate is 96
-
-
0下载:
RS232串行通信,采用VHDL编程,由波特率发生器,接收器和发送器构成-RS232 serial communication using VHDL programming, by the baud rate generator, receiver and transmitter constitute
-
-
0下载:
实现FPGA和上位机的串口通信,里面由波特率发生器,移位寄存器,计数器,detecter,switch,switch_bus等功能块综合而成。-FPGA implementation and the host computer' s serial communication, which by the baud rate generator, shift register, counters, detecter, switch, switch_bus such as function bl
-
-
0下载:
软件UART程序,用PCA做波特率发生器,使用的是C8051F000单片机-Software UART procedure, PCA to do with the baud rate generator, using a single-chip C8051F000
-
-
0下载:
51单片机中的波特率发生器51 single-chip baud rate generator in-51 single-chip baud rate generator in
-
-
1下载:
本应用笔记讨论基于C8051Fxxx系列器件的软件UART实现方法本文给出两个完整的例子一个用PCA为波特率发生器的C语言程序和一个用定时器0为波特率发生器的汇编语言程序-Application Notes discuss the C8051Fxxx series of devices based on the software UART implementation integrity of this paper two examples of a baud rate generator wi
-
-
0下载:
T2做为波特率发生器初始化函数 用于串行通信-T2 as a function to initialize the baud rate generator for serial communication
-
-
0下载:
本程序演示从P3.4、P3.5和P1.0输出时钟信号。使用18.432MHz的晶振和STC12C5AXXS2系列单片机,从两个定时器引脚以及独立波特率发生器分别输出频率为150k、200k和100k赫兹的矩形波。内有C语言和汇编语言,用Keil C编译。-Demonstration of this procedure from the P3.4, P3.5 and P1.0 output clock signal. 18.432MHz crystal and the use of the STC
-
-
0下载:
URAT VHDL程序与仿真,包括顶层程序与仿真,波特率发生器VHDL程序, UART发送器程序与仿真,UART接收器程序与仿真-URAT VHDL procedures and simulation, including the top-level procedures and simulation, VHDL program baud rate generator, UART transmitter and simulation program, UART receiver and simu
-
-
0下载:
波特率发生器的VHDL源码。适用于uart、spi、IIC-Baud rate generator VHDL source code. Apply to uart, spi, IIC
-
-
0下载:
开源UART IP核16550,该IP核兼容16550 UART,具有Modem功能,完全可编程的串行接口具有可设置的字符长度、奇偶校验、停止位以及波特率生成器。-Open-source UART IP core 16550, the IP core is compatible with 16550 UART, with Modem function, fully programmable serial interface can be set up with a character lengt
-
-
0下载:
一个串口程序,用定时器作为波特率发生器,只要知道波特率便可以直接初使化uart,具有很强的适应能力的程序-A serial program, with the timer as a baud rate generator, as long as they can directly know the baud rate initialization uart, has a strong ability to adapt procedures
-
-
0下载:
52单片机定时器2作为串行口波特率发生器使用C语言程序-52 MCU Timer 2 as a serial port baud rate generator using the C language program
-
-
0下载:
定时器计数器工作波特率发生器的串口通信设定的基本计算方法-The timer counter the work of serial communication baud rate generator set calculated
-