# Serial Send Packet

## Overview

![The Serial Send Packet Node.](https://3875032344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSX7w874Eg6ode1ivk0ZM%2Fuploads%2Fgit-blob-db229e783b38580198a96020a6eec63964da3ed6%2Fserialsendpacket.png?alt=media)

The **Serial Send Packet Node** is used to send a data **Packet** after selecting a **Serial Communication** connection from the **Drop-down Menu**.

## Attributes

| Attribute       | Type          | Description                                                                   |
| --------------- | ------------- | ----------------------------------------------------------------------------- |
| `Is Binary`     | **Bool**      | Can be toggled on or off depending on if the `Message` body is binary or not. |
| `Configuration` | **Drop-down** | The desired **Serial** connection.                                            |

## Inputs

| Input             | Type       | Description                                                           |
| ----------------- | ---------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Message`         | **String** | The **Packet's** `Message`.                                           |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**Serial Start**](https://docs.incari.com/incari-studio/2021.4/toolbox/communication/serial/serialstart)
* [**Serial Stop**](https://docs.incari.com/incari-studio/2021.4/toolbox/communication/serial/serialstop)
