UART Receive Buffer Status

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
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

ZigBee communication

See Also

UART Init | UART Receive | UART Send