> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2022.1/toolbox/communication/serial.md).

# Serial

## Introduction

The **Serial** **Nodes** allow the user to connect with USB and GPS devices such as a GPS mouse by using *Serial* *Communication*. *Serial* *Communication* sends single bits of data at a time, sequentially, through a communication channel/bus. To use the **Serial** **Nodes** in **Incari**, the user first needs to locate the [**Serial Attributes**](/incari-studio/2022.1/modules/project-settings.md#serial) in **Project** **Settings** and add a `Connection`.

## Contents

* [**Events**](/incari-studio/2022.1/toolbox/communication/serial/events.md)
  * [**On Serial Error**](/incari-studio/2022.1/toolbox/communication/serial/events/onserialerror.md)
  * [**On Serial Packet Receive**](/incari-studio/2022.1/toolbox/communication/serial/events/onserialpacketreceive.md)
  * [**On Serial Start**](/incari-studio/2022.1/toolbox/communication/serial/events/onserialstart.md)
  * [**On Serial Stop**](/incari-studio/2022.1/toolbox/communication/serial/events/onserialstop.md)
* [**Serial Send Packet**](/incari-studio/2022.1/toolbox/communication/serial/serialsendpacket.md)
* [**Serial Start**](/incari-studio/2022.1/toolbox/communication/serial/serialstart.md)
* [**Serial Stop**](/incari-studio/2022.1/toolbox/communication/serial/serialstop.md)

## External Links

* [*Serial Communication*](https://en.wikipedia.org/wiki/Serial_communication) on Wikipedia.
* [*Learn about Serial Communication*](https://learn.sparkfun.com/tutorials/serial-communication/all) on SparkFun.
