Difference between revisions of "HANcoder/STM32/Blocks/UART Receive Buffer Status"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
Line 18: Line 18:
 
| Channel
 
| Channel
 
| Select channel for UART communication
 
| Select channel for UART communication
|-
 
| Use status output
 
| When this checkbox is ticked an extra output appears which show the status of the reception buffer.
 
 
|-
 
|-
 
| Sample time
 
| Sample time

Revision as of 15:12, 28 April 2017

Supported Targets: Olimexino, E407, P405

General information about UART Receive Buffer Status

Obtains the number of received bytes that are currently stored in the reception buffer.

Block

UARTReceiveBufferStatus.png

Mask

UARTReceiveBufferStatusMask.png

Outputs (outports)

The number of bytes currently stored in the reception buffer.

Block parameters

Parameter Description
Channel Select channel for UART communication
Sample time The block execution time, the amount of time between consecutive executions of the block. 0.1 means the the block will be executed at 10 Hz.

Examples

??

See Also

UART Init | UART Receive | UART Send