Raptor:Serial Tx: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 43: | Line 43: | ||
| The serial bus to transmit the message on. | | The serial bus to transmit the message on. | ||
|} | |} | ||
Revision as of 13:41, 7 July 2014
Return to the main Raptor page
Description
This block is used to transmit a byte on the serial bus. The data is queued for transmit whenever the block is executed. There is only a single transmit queue for each serial resource.
Inputs
Input | Type | Description |
---|---|---|
uint8[] | bytes to send |
Outputs
Output | Type | Description |
---|---|---|
boolean | Indicates data was successfully queued for transmit. |
Parameters
Parameter | Type | Description |
---|---|---|
Serial Bus Name | String | The serial bus to transmit the message on. |