> 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/2021.5/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**](https://docs.incari.com/2021.4/modules/project-settings#serial) in **Project** **Settings** and add a `Connection`.

## Contents

* [**Serial Start**](/incari-studio/2021.5/toolbox/communication/serial/serialstart.md)
* [**Serial Stop**](/incari-studio/2021.5/toolbox/communication/serial/serialstop.md)
* [**Serial Send Packet**](/incari-studio/2021.5/toolbox/communication/serial/serialsendpacket.md)
* [**Events**](/incari-studio/2021.5/toolbox/communication/serial/events.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.
