# Can multiple devices be used at the same time?

**Yes!** One of the key features is that it's easy to use multiple devices on the same computer at the same time. Each device will be enumerated as a different COM port / HID address on the machine. This eliminates device management headaches and limitations that occur when using other types of USB device classes.

Our Python SDK was designed for usage with multiple host adapters connected to a PC and provides mechanisms for straightforward device management, both within scripts and on the command line interface.

In the case of using Binho Mission Control app with multiple devices, simply launch multiple instances of the app for each device.


---

# 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/faq/can-multiple-devices-be-used-at-the-same-time.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.
