# Communication Protocols

In this section we dive into each protocol, unraveling their functionalities and elucidating the efficacy of the Binho Mission Control app through practical examples and use-cases.

Below there is a table that indicates which protocols are available for each Binho host adapter:

<table><thead><tr><th width="147">Host adapter</th><th width="96">GPIO</th><th width="90">SPI</th><th width="90">UART</th><th width="85">I2C</th><th width="80">I3C</th><th>1-Wire</th></tr></thead><tbody><tr><td>Nova</td><td>Yes</td><td>Yes</td><td>-</td><td>Yes</td><td>-</td><td>Yes</td></tr><tr><td>Supernova</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>-</td></tr><tr><td>Pulsar</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>-</td><td>-</td></tr></tbody></table>


---

# 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://support.binho.io/getting-started/binho-mission-control/communication-protocols.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.
