虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > C/C++语言编程 > 基于(英蓓特)STM32V100的串口程序

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

  • 资源大小:396 K
  • 上传时间: 2013-10-31
  • 上传用户:yuhuikeji
  • 资源积分:2 下载积分
  • 标      签: V100 STM 100 32V

资 源 简 介

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

相 关 资 源

您 可 能 感 兴 趣 的