搜索资源列表
51串口通信计算器
- 51串口通信计算器,很方便的完成51单片机的波特率的计算。-51 serial communication calculators, convenient completed 51 SCM baud rate calculations.
C8051F310单片机串口通信程序
- C8051F310单片机串口通信程序,串口发送,波特率96,C8051F310 single-chip serial communication program, serial transmission, the baud rate 96
F2812_SCI02 PC机串口调试助手
- F2812 SCI与PC机串口调试助手以收发中断方式实现收发数据。(CCS3.3开发环境) 功能:使用SCIA模块和PC机进行串口通信,等待PC机上的串口调试软件向DSP发送"hellodsp",DSP接收到上位机发送的数据之后,将这些数据发回PC机,显示在串口调试软件中。 说 明:本实验中SCIA模块的发送和接收采用中断方式实现,空闲线模式波特率为19200,通信数据格式为1位停止位,8位数据位,无校验位-F2812 SCI and the PC serial port r
zigbee-cc2430-temp.rar
- 该演示程序实现温度的采集与显示功能,内部温度传感器定时采样,并将采集到的温度信息广播发送出去,另外的节点接收到温度信息后通过串口向计算机上报,串口通信波特率为57600,The demonstration program of acquisition and temperature display function, the internal temperature sensor sampling timing and the temperature of the information col
uart1
- stc的12c5a60s2单片机的单独波特率UART串口通信-stc' s 12c5a60s2 separate microcontroller UART baud rate serial communication
C8051F310
- C8051F310单片机与计算机的串口通信的例程,可减少系统开发时间:单片机接收计算机发过来的字符串,回发字符串.发送期间中断控制LED灯闪烁,采用外部晶振22.1184MHz 使用定时器1,方式2产生波特率-C8051F310 MCU and the computer
serial
- -- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在 --PC机上安装一个串口调试工具来验证程序的功能。 -- 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控 --制器,10个bit是1位起始位,8个数据位,1个结束 --位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实 --现相应的波特率。程序当前设定的div_par 的值是0x104,对应的波特率是 --9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时
uart
- 430通信程序,通过配置430URAT模块实现波特率9600 2400 15200串口通信-430 Communication Program, through the configuration 430URAT Module 9600 2400 15200 baud rate serial communication
UART_SUCCESS
- 实现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
FGGA-MCU-commucation
- FPGA与单片机串口通信波特率4800kb/s-FPGA and the microcontroller serial communication baud rate 4800kb/s
uart
- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x104,对应的波特率是 --9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于
CS17-1
- 单片机与PC 串口通信互发数据,正确设置波特率,快速掌握收发数据的基本操作-Microcontroller and the PC serial communication service among the data, the baud rate is set correctly, quickly grasp the basic operation of sending and receiving data
频率接收
- STM32F103与FPGA的串口通信,波特率4800,采用单向通信的方法。(Serial communication between STM32F103 and FPGA)
串口通信(改变了波特率38400)
- 单片机实现串口通信,也可以与手机进行通信(Singlechip communication)
232串口程序
- 实现FPGA平台下串口通信,支持波特率选择,测试稳定。使能信号下降沿有效(Serial communication, support baud rate selection)
uart_ip
- 实现串口通信模块设置,包括频率分频、波特率产生、接口时序要求(Implementation of serial communication module settings, including frequency division, baud rate generation, interface timing requirements)
实验15:串口通信
- SBUF串口通信 输入输出寄存器,倍增波特率4800,实现波特率9600(SBUF serial port communication input-output register, doubling the baud rate 4800, realizing the baud rate 9600)
UART9600&PWM
- 程序编写实现了UART串口通信的收发功能,设计波特率调整,还有50HZ的PWM波(The program is programmed to realize the transceiver function of UART serial port communication, design baud rate adjustment, and 50HZ PWM wave.)
中级篇03:UART,波特率115200与PC通信
- 本程序实现FPGA的串口通信功能,可以进行数字字符等的发送,波特率为115200(This program implements the serial communication function of the FPGA, and can transmit digital characters, etc., and the baud rate is 115200.)
基于STM32的串口通信下载软件
- 一款适用于ARM的串口通信下载软件,可以调整波特率等参数,并支持查看收发数据。