# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2021.5/toolbox/communication/serial.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
