搜索资源列表
upsd33XX
- 采用ST的UPSD33XX系列单片机的双串口,实现串口通信的波特率转换,一边为25针串口,一边为9针串口,两天波特率可在程序中修改!文件中包括原理图,PCB和源程序-UPSD33XX using ST's Microcontroller series dual serial ports, Serial communication baud rate conversion, the side of the 25-pin serial port side of the 9-pin seria
51串口通信计算器
- 51串口通信计算器,很方便的完成51单片机的波特率的计算。-51 serial communication calculators, convenient completed 51 SCM baud rate calculations.
autouart
- 在单片机与上位机PC通信的过程中,通信速率一般是固定的,并且是一致的,否则通信不会成功,此程序介绍了如何实现串口通信的波特率自动识别.-in SCM between PC and communications process, the communication speed is usually fixed, and is the same. Otherwise communications will not be successful, this procedure on how to ach
C8051F310单片机串口通信程序
- C8051F310单片机串口通信程序,串口发送,波特率96,C8051F310 single-chip serial communication program, serial transmission, the baud rate 96
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
GM814x_C
- GM814X SPI 接口为从机方式,各子串口的工作波特率、数据帧长等各种通信设置都可由软件设置,减少了外部MCU 的IO 需求。芯片的功耗低,具备多种掉电操作,该芯片的外部控制少,应用灵活,编程使用简单,适合于大多数多串口扩展需要的应用。 驱动源代码-GM814X SPI interface for the slave mode, the son of the work of the serial baud rate, data communications and other帧长sett
zigbeetemperatureexample
- CC2430.该演示程序实现温度的采集与显示功能,内部温度传感器定时采样,并将采集到的温度信息广播发送出去,另外的节点接收到温度信息后通过串口向计算机上报,串口通信波特率为576-CC2430.zigbee communications,temperature get.
CC2430_temp
- 实现温度的采集与显示功能,内部温度传感器定时采样,并将采集到的温度信息广播发送出去,另外的节点接收到温度信息后通过串口向计算机上报,串口通信波特率为576-Acquisition and implementation of the temperature display function, the internal temperature sensor sampling timing and the temperature of collected radio to send informati
FGGA-MCU-commucation
- FPGA与单片机串口通信波特率4800kb/s-FPGA and the microcontroller serial communication baud rate 4800kb/s
COM_MCUPC
- 单片机-PC 串口通信(Altium Designer Winter 09工程和原程序) (2010山东大学威海分校电子设计大赛F题)PC 机侧可用现有通信软件(如串口调试助手),单片机接一位数码管,实现 PC 发送数据,单片机接收显示,并回送给 PC 机。 *单片机系统需对 PC 机下发串口数据的波特率能够自侦测 *PC 机下发数据前循环发送 0Xff 作为侦测标识 -SCM-PC serial communication (Altium Designer Winter
2329600bps
- C8051f360 uart0串口通信 波特率9600bps-C8051f360 uart0 serial communication baud rate of 9600bps
switch
- AVRmega8单片机用IO口模拟串口通信 波特率1200,2400,4800,9600可选择-AVRmega8 microcontroller with IO port analog serial communication baud rate 1200,2400,4800,9600 optional
串口通信(改变了波特率38400)
- 单片机实现串口通信,也可以与手机进行通信(Singlechip communication)
10.串口实验
- C51实现串口通信,调节波特率完成串口接收数据(C51 realize serial communication, adjust baud rate, complete the serial port to receive data)
实验15:串口通信
- SBUF串口通信 输入输出寄存器,倍增波特率4800,实现波特率9600(SBUF serial port communication input-output register, doubling the baud rate 4800, realizing the baud rate 9600)
网络通信实验
- 硬件资源: 1,DS0(连接在PF9),DS1(连接在PF10) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,按键KEY0(PE4)/KEY1(PE3)/KEY2(PE2)/KEY_UP(PA0,也称之为WK_UP) 5,LAN8720(通过RMII接口驱动) 实验现象:
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.)
在液晶上显示从PC机串口上下发的数据,屏满后自动清屏。
- 1.用下串口0模式,实现数据的移位输出 2.用定时器实现波特率的计算,单片机与PC通信。 3.实现多机通信。 4.高级串口功能的应用,请参看Keil的print等串口输出函数。