Raptor:Serial Tx: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
(Created page with 'Return to the main Raptor page Return to Serial page right|frame|Raptor Serial Tx == Description == <p>This block …')
 
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[RaptorWiki|Return to the main Raptor page]]
[[Raptor-Platform|Return to the main Raptor page]]


[[Raptor:Serial|Return to Serial page]]
[[Raptor:Serial|Return to Serial page]]


[[File:RaptorSerialTx.jpg|right|frame|Raptor Serial Tx]]
[[File:RaptorSerialTx.jpg|right|frame|Raptor™ Serial Tx]]


== Description ==
== Description ==
Line 15: Line 15:
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
|-
!  
! Data
| uint8[]
| uint8[]
| bytes to send
| bytes to send
Line 27: Line 27:
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
|-
!  
! success
| boolean
| boolean
| Indicates data was successfully queued for transmit.
| Indicates data was successfully queued for transmit.
Line 43: Line 43:
| The serial bus to transmit the message on.
| The serial bus to transmit the message on.
|}
|}
== Supported Versions ==
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer

Latest revision as of 17:30, 16 December 2016

Return to the main Raptor page

Return to Serial page

Raptor™ Serial Tx

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
Data uint8[] bytes to send

Outputs

Output Type Description
success boolean Indicates data was successfully queued for transmit.

Parameters

Parameter Type Description
Serial Bus Name String The serial bus to transmit the message on.