Raptor:Serial Rx: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
No edit summary
Line 43: Line 43:
| The serial bus to receive from.
| The serial bus to receive from.
|}
|}
== Supported Versions ==
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer

Revision as of 13:42, 7 July 2014

Return to the main Raptor page

Return to Serial page

Raptor™ Serial Rx

Description

This block is used to receive serial data. There is only one receive queu for each serial bus which is used by all serial Rx block for that bus.

Inputs

Input Type Description

Outputs

Output Type Description
Age uint32 The number of times this block has executed since a new data byte was received. Age is 0 when a new message is being output.
Data uint8 The oldest data byte in the queue which has not yet been outputed by a serial Rx block.

Parameters

Parameter Type Description
Serial Bus Name String The serial bus to receive from.