搜索资源列表
汇编串口
- 本程序是通用同步和异步串行接收器和转发器(USART)在异步状态下使用中断 * 方式进行全双工接收和发送数据的通信程序。共包括下面列表中这四个子程序。这 * 四个子程序的具体使用方法请参考各自的说明。-this procedure is common synchronous and asynchronous serial receivers and transmitters (USARTs) in the state to use asynchronous interrupt * for ful
AVRUSART.rar
- AVR USART程序发送单片机数据到电脑显示,通过max232通讯,Single-chip AVR USART to send data to a computer display, through MAX232 communications
USART.rar
- 基于ATmega16单片机设计的串口波特率发送程序。下载方便。,ATmega16-based single-chip serial port baud rate to send the design process. Download easy.
AVR-USART
- avr usart/uart 通讯,中断接收,循环中发送-avr usart communication
avr-usart
- avr128单片机 usart串口通信 中断接手查询发送-avr128 microcontroller the usart serial communication interrupt to take over the query to send
usart
- MSP430单片机,串口发送一个数组,可根据需要,将数组内容改为A/D采样值等-MSP430,use USART send an array
CSharp-LED
- 通过个人注释的 关于 C# 点阵字模生成并通过串口发送给单片机-c# USART
danpianji
- 两个单片机通信 其中有usart检测 ,并且两个单片机分别都是用1602显示温度ds18b20,一个发送一个接受 别且都是用串口检测过的 别且还带串口检测程序-Usart communication which has two single-chip detection, and two, respectively, are used microcontroller 1602 temperature display ds18b20, a sending and a receiving indiv
USART
- msp430f5529的串口发送程序,网上很少5系列源码-Msp430f5529 serial port to send program, rarely 5 series of source code online
USART
- 实现STM32中 USART的接收与发送(包含串口的配置)-Achieve STM32 USART receiving and sending (including serial port configuration)
usart
- 利用MFC制作的小型的串口收发应用,可以完成串口的接收与发送功能-Use MFC produced a small serial port transceiver applications, complete serial port receive and transmit functions
usart 升级
- stm32通过串口来升级,从uboot启动,如果不需要升级代码,则直接跳转到应用代码,如果要升级则等待串口通过secureCRT YMODE协议发送来得数据,注意(程序中由于ymodem协议没有发送文件大小,程序中是随便写了一个文件大小,对于我的app足够用),在app中随意按下按键,通过可以从应用程序跳转到uboot,然后发送1,通过ymodem协议发送.bin文件后,按下3则跳转应用程序(STM32 through the serial port to upgrade, starting
3.USART串口测试
- 使用外设:串口线一跟,通过COM1连接PC ** 实验名:【B】USART_TEST ** keil MDK-ARM Standard Version:V4.22A ** 软件库(keil) Version: V2.0.1 ** 固件库(ST) Version: V *************************************/ /*********************************** ** 实验现象: 1、首先进行常规配置(RCC、N
颜色传感器
- 颜色传感器51程序,上位机显示,串口发送(colorSensor TCS3200 usart display)
上位机串口
- 上位机通过USART与单片机通讯,可以实现字符和数字的发送和接收。(The upper computer which communicates with single chip microcomputer is written by C#)