Raptor:Serial Rx: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor:Serial|Return to Serial page]] | [[Raptor:Serial|Return to Serial page]] | ||
Line 7: | Line 7: | ||
== Description == | == Description == | ||
<p>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.</p> | <p>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.</p> | ||
== Outputs == | == Outputs == |
Latest revision as of 14:29, 14 September 2023
Return to the main Raptor page
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.
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. |