搜索资源列表

  1. STM32F10x的USART1 程序

    0下载:
  2. STM32F10x的USART1的测试程序,采用中断收发,希望对大家有益
  3. 所属分类:源码下载

    • 发布日期:2011-12-05
    • 文件大小:389.01kb
    • 提供者:yang958
  1. USART7.5

    0下载:
  2. stm32 USART1口配置与使用,包括收发等基本要求。-stm32 USART1 I configure and use, including the transceiver and other basic requirements.
  3. 所属分类:软件工程

    • 发布日期:2024-11-23
    • 文件大小:655kb
    • 提供者:程尧
  1. usart1

    0下载:
  2. AMR_stm32f103的串口程序,利用中断方式进行接收。希望对大家有用。-AMR_stm32f103 serial programs, using the interrupt mode to receive. Want to be useful to everyone.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-11-23
    • 文件大小:2.46mb
    • 提供者:lvjianming
  1. 10.UART--LCD

    0下载:
  2. cc2430有两个穿行通信接口USART0和USART1,此源代码可以实现ZigBee节点与PC串口的通信,用于测试串口功能-cc2430 There are two walk through communication interface USART0 and USART1, the source code can be achieved ZigBee nodes and PC serial port communication, s
  3. 所属分类:串口编程

    • 发布日期:2024-11-23
    • 文件大小:67kb
    • 提供者:徐冬冬
  1. STM32-USART-DEMO-V2

    0下载:
  2. 演示 USART1 当接收缓冲器满时,将接收到的数据传送出去 V6-LED1闪烁表示正在收发数据。 -When the receiver buffer demonstration USART1 full, will receive the data transmitted V6-LED1 flashes that are sending and receiving data.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-23
    • 文件大小:231kb
    • 提供者:黄传龙
  1. USART1

    0下载:
  2. stm32的串口程序,开发软件是keil4-Stm32 of serial program, develop software is keil4
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-23
    • 文件大小:389kb
    • 提供者:刘海林
  1. USART

    0下载:
  2. 在万利199元开发板上实现了uCOS-II移植到STM32的操作,建立了LED闪烁任务以及USART1向计算机发送数据的任务。-Manley 199 yuan in the development board implements the STM32 uCOS-II ported to the operation, the establishment of the task and the LED flashes USART1 send
  3. 所属分类:uCOS开发

    • 发布日期:2024-11-23
    • 文件大小:452kb
    • 提供者:苏阳
  1. STM32serial-port1DEMO

    0下载:
  2. 演示 USART1 当接收到结束符是0x0d 0x0a时,将接收到的数据传送出去V6-LED1闪烁表示正在收发数据。 -When the receiving end of the presentation USART1 operator is 0x0d 0x0a, will receive the data transmitted V6-LED1 flashes that are sending and receiving data.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-23
    • 文件大小:275kb
    • 提供者:张俊尚
  1. USART1-

    0下载:
  2. USART1串口通信程序,使用查询方式,使用通用232串行线(3线制,使用DB9接口的2、3和5好端脚)将系统板的232口(J2)与PC机的232口相连。-USART1 serial communication program, use the query method, using a common 232 serial cable (3-wire, DB9 interface with a good side and 5 feet
  3. 所属分类:串口编程

    • 发布日期:2024-11-23
    • 文件大小:377kb
    • 提供者:严婧婍
  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 b
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-11-23
    • 文件大小:313kb
    • 提供者:徐凤棋
  1. Sources

    0下载:
  2. 采用DS18B20和STM32F103RBT6编写的测温程序,每秒从USART1输出温度数据。采用3.5版固件库,自编DS18B20库文件,需要注意的是使用本库前需要写delay_us和delay_ms函数。电路上采用8M晶振,PA8为数据口,如有变化请修改stm32f10x_conf.h文件。-The temperature program DS18B20 and STM32F103RBT6-written per second fr
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-23
    • 文件大小:9kb
    • 提供者:
  1. 2MSP430F149USART1sendreceivewithpc

    0下载:
  2. 使用MSP430F149芯片,透过串口与电脑发送接收通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用中断形式。实现通信,当单片机接收到什么字符后,它会自动把接收的字符发送个电脑-MSP430F149 chip computer through the serial port and send and receive communication baud
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-23
    • 文件大小:22kb
    • 提供者:超越
  1. 5PC-sends-data-to-MSP430-P6P4-1-time

    0下载:
  2. 使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾以W开始的字符串时,中间的数据最好是二进制的16位,单片机会把中间的数据高八位赋值给P6口,把中间的数据低八位赋值给P4口。-MSP430F149 chip through the serial port to comm
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-11-23
    • 文件大小:27kb
    • 提供者:超越
  1. USART1-polling

    0下载:
  2. USART1采用查询方式+ucos-iii实现-USART1 using queries+ucos-iii realization
  3. 所属分类:uCOS开发

    • 发布日期:2024-11-23
    • 文件大小:546kb
    • 提供者:江峰
  1. stm32-modbus-USART1-TIM2

    0下载:
  2. 用stm32的usart1和tim2模块实现了modbus从站协议。IAR编译环境。-usart1 and tim2 module implements modbus slave protocol. IAR compiler environment.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-23
    • 文件大小:4.82mb
    • 提供者:顾彤彤
  1. USART1

    0下载:
  2. SMT32 usart1(非阻塞) 中断接收,DMA发送
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-11-23
    • 文件大小:2kb
    • 提供者:luck
  1. STM32F207VC-RS485-USART1

    0下载:
  2. STM32F207VC RS485使用USART1-STM32F207VC RS485 use USART1
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-11-23
    • 文件大小:2.71mb
    • 提供者:周璇
  1. usart1

    0下载:
  2. AVR USART1 example of use
  3. 所属分类:其他小程序

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:Nasser
  1. USART1—USART1接发

    0下载:
  2. 串口1收发,测试成功,stm32f407zgt6(stm32f407zgt6 usart1)
  3. 所属分类:其他小程序

  1. stm32单片机通过USART1 收发数据

    0下载:
  2. stm32单片机通过USART1 收发数据通过串口调试软件,向板子发送数据,板子接收到数据后,立即回传给电脑。 库版本 ST3.0.0(STM32 MCU through the USART1 data through the serial debugging software to send data to the board, the board receives the data, immediately b
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-11-23
    • 文件大小:1.2mb
    • 提供者:airobot2012
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org