CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 微处理器(ARM/PowerPC等) 搜索资源 - USART发送

搜索资源列表

  1. STM32_USART1

    0下载:
  2. stm32 库文件:3.10 本程序是使用UART1接收中断,收到数据后直接把原数据从USART1发回去 一开机时,会发送 "Starting....."到USART1-stm32 Library: 3.10 This procedure is to use UART1 receive interrupt, received data directly to the original data sent back from USART1 A start,
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-22
    • 文件大小:312.62kb
    • 提供者:徐凤棋
  1. UART

    0下载:
  2. 基于stm32f103的usart发送和接受-stm32 usart
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-04
    • 文件大小:1.22mb
    • 提供者:g123
  1. USART

    0下载:
  2. stm32非固件库程序,通过串口4发送数据,传统ARM写法-smt32 usart
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:48.14kb
    • 提供者:smt32 usart
  1. USARTmonichengxu

    0下载:
  2. pic18f芯片的USART串口通讯模块的利用,程序实现了串口的初始化、接收与发送中断及数据的解包打包和发送过程。-pic18f chip USART serial communication module to use, the program achieved a serial port initialization, receiving and sending interrupts and data packing and sending the process of unpacking.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:2.12kb
    • 提供者:菜丫
  1. STM32F-DMA

    0下载:
  2. * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-25
    • 文件大小:3.28kb
    • 提供者:yyy
  1. USART

    0下载:
  2. Cortex-M3的usart例子,完成像串口发送数据,用于调试-Cortex-M3 usart example, the completion of sending data such as serial port for debugging
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-02
    • 文件大小:758.79kb
    • 提供者:吉韶峰
  1. UartExample7

    0下载:
  2. 使用宏定义的某个串口发送数据,包括remap串口,可以用于测试。-stm32fxx usart tx rx for all,with remap
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:223.11kb
    • 提供者:董洪波
  1. USART

    0下载:
  2. STM32 通过串口调试助手发送数据并实现串口数据采集 ,将数据显示出来-STM32 serial debugging aides to send data and serial data acquisition, data displayed
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-18
    • 文件大小:4.43mb
    • 提供者:happy
  1. stm32-study2

    0下载:
  2. stm32程序 六:USART的发送和接收实验 七:RTC的时钟设置和显示-stm32 program: USART to send and receive Experiment 7: RTC clock settings and display
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-10
    • 文件大小:1.68mb
    • 提供者:小茫
  1. USART

    0下载:
  2. XMEGA串口例子,串口发送什么,就返回什么,基于AVRSTudio,xmega 系列通用。-xmega uart
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:15.77kb
    • 提供者:米饭
  1. usart

    0下载:
  2. 通过串口发送指令,将数据保存在EEPROM中,也可以作为中断方式接收多字节指令的例子-Send commands through the serial port, the data stored in the EEPROM can be used as interrupt receiving examples of multi-byte instruction
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-17
    • 文件大小:211.39kb
    • 提供者:阮志祥
  1. exp_3

    0下载:
  2. 学会使用USART和电脑的串口高度助手通信,通过设置外部中断0,由按键PD2触发向电脑发送字符,字符由一个数组储存,在串口助手上显示。 通过串口助手可以向单片机发送字符,并在LCD屏幕上显示,每次只能显示一位,设置delay函数延迟0.5秒显示-USART and learn to use the computer' s serial communications assistant height by setting the external interrupt 0, send ch
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:2.16kb
    • 提供者:Phoebe
  1. USART

    0下载:
  2. 关于STM32的串口通信,有错误判断功能,主要是在中断中接收发送-about STM32 usart trans
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-04
    • 文件大小:1.44mb
    • 提供者:yaw lee
  1. STM32_UART

    0下载:
  2. STM32 USART通讯,5串口全部测试发送成功-STM32 USART 5 serial port communication, all tests successfully sent
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-07
    • 文件大小:1.26mb
    • 提供者:jason
  1. DMX512-Decoding

    0下载:
  2. STM32f10x USART dmx接收发送处理程序-STM32 Decode DMX signal
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-01-15
    • 文件大小:331kb
    • 提供者:xkk
  1. STM32_USART

    1下载:
  2. 基于ARM的USART串口收发程序,上位机向STM32f103发送数据,STM32接到数据后在发送给上位机完成通信-It is for STM32 s USART experiment
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-09
    • 文件大小:1.59mb
    • 提供者:陈辉
  1. USART_communication-M3

    0下载:
  2. 基于STM32f103的USART串口通信简单实例,即PC机的串口助手发数据给STM32的板子,板子返回发送的数据给PC端-STM32f103 based on the USART serial communication simple example, that is, the PC serial port to send data to the STM32 s board, the board returned to send the data to the PC
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-17
    • 文件大小:4.37mb
    • 提供者:taotaofang
  1. ESP8266-USART

    0下载:
  2. ESP8266通过串口发送接收数据,使用串口调试助手查看。-ESP8266 through the serial port to send data to receive, use serial debugging assistant to view.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-02
    • 文件大小:801.13kb
    • 提供者:李勇
  1. stm32 串口DMA中断

    0下载:
  2. 实现stm32 USART串口DMA发送和接收中断;产品可用
  3. 所属分类:微处理器(ARM/PowerPC等)

搜珍网 www.dssz.com