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

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
  
 
== Examples ==
 
== Examples ==
[[HANcoder/Examples/??|??]]
+
[[HANcoder/STM32/Examples/ZigBee|ZigBee communication]]
  
 
{{HANcoder/BlockFooter|  
 
{{HANcoder/BlockFooter|  
|SeeAlso = [[HANcoder/UART_Init|UART Init]] {{!}} [[HANcoder/UART_Receive|UART Receive]] {{!}} [[HANcoder/UART_Send|UART Send]]
+
|SeeAlso = [[HANcoder/STM32/Blocks/UART_Init|UART Init]] {{!}} [[HANcoder/STM32/Blocks/UART_Receive|UART Receive]] {{!}} [[HANcoder/STM32/Blocks/UART_Send|UART Send]]
 
}}
 
}}

Latest revision as of 10:33, 5 May 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

ZigBee communication

See Also

UART Init | UART Receive | UART Send