欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

基于(英蓓特)STM32V100的串口程序

C/C++语言编程 396 K 144 次下载

资源详细信息

文件格式
RAR
文件大小
396 K
资源分类
上传者
发布时间
下载统计
144
所需积分
2 积分

基于(英蓓特)STM32V100的串口程序 - 资源详细说明

This example provides a description of how  to use the USART with hardware flow
control and communicate with the Hyperterminal.
First, the USART2 sends the TxBuffer to the hyperterminal and still waiting for
a string from the hyperterminal that you must enter which must end by '\r'
character (keypad ENTER button). Each byte received is retransmitted to the
Hyperterminal.
The string that you have entered is stored in the RxBuffer array. The receive
buffer have a RxBufferSize bytes as maximum.

The USART2 is configured as follow:
    - BaudRate = 115200 baud 
    - Word Length = 8 Bits
    - One Stop Bit
    - No parity
    - Hardware flow control enabled (RTS and CTS signals)
    - Receive and transmit enabled
    - USART Clock disabled
    - USART CPOL: Clock is active low
    - USART CPHA: Data is captured on the second edge
    - USART LastBit: The clock pulse of the last data bit is not output to
                     the SCLK pin

基于(英蓓特)STM32V100的串口程序 - 源码文件列表

立即下载 基于(英蓓特)STM32V100的串口程序

提示:下载后请用压缩软件解压,推荐使用 WinRAR 或 7-Zip

下载说明与使用指南

下载说明

  • 本资源需消耗 2积分
  • 24小时内重复下载不扣分
  • 支持断点续传功能
  • 资源永久有效可用

使用说明

  • 下载后使用解压软件解压
  • 推荐使用 WinRAR 或 7-Zip
  • 如有密码请查看资源说明
  • 解压后即可正常使用

积分获取方式

  • 上传优质资源获得积分
  • 每日签到免费领取积分
  • 邀请好友注册获得奖励
  • 查看详情 →

相关技术标签

点击标签浏览更多相关C/C++语言编程资源:

相关C/C++语言编程资源推荐