> For the complete documentation index, see [llms.txt](https://docs.revrobotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revrobotics.com/duo-control/managing-the-control-system/rev-hardware-client.md).

# REV Hardware Client

The REV Hardware Client is software designed to make managing REV devices easier for the user. This Client automatically detects connected device(s), downloads the latest software for those device(s), and allows for seamless updating of the device(s).&#x20;

For more information on the [REV Hardware Client, see the User's Manual](https://docs.revrobotics.com/rev-hardware-client/).

<p align="center"><a href="https://github.com/REVrobotics/REV-Software-Binaries/releases/download/rhc-1.7.5/REV-Hardware-Client-Setup-1.7.5.exe" class="button primary" data-icon="download">Latest REV Hardware Client - Version 1.7.5</a></p>

{% hint style="info" %}
You can also download the REV Hardware Client using an offline installer, bundled with software from **March 18, 2025:**\
\- [Offline Installer bundled with FTC software](https://github.com/REVrobotics/REV-Software-Binaries/releases/download/rhc-1.7.5/REV-Hardware-Client-Setup-1.7.5-offline-FTC-2025-03-18.exe)
{% endhint %}

{% hint style="warning" %}
As of April 12, 2024 Windows 10 or later is required for the latest version of the REV Hardware Client. [Please use 1.6.4 if you are on an older version of Windows.](https://github.com/REVrobotics/REV-Software-Binaries/releases/download/rhc-1.6.4/REV-Hardware-Client-Setup-1.6.4.exe)
{% endhint %}

### Feature Summary

* Automatically detect supported devices when connected via USB
* Connect a REV Control Hub via Wi-Fi
* One-click update of all software on connected devices
* Pre-download software updates without a connected device
* Back up and restore user data from Control Hub
* Install and switch between DS and RC applications on Android Devices
* Access the Robot Control Console on the Control Hub
* Auto-update to the latest version of the REV Hardware Client
* Display devices connected via RS485

### Supported Devices

* REV Control Hub (REV-31-1595)
* REV Expansion Hub (REV-31-1153)
* REV Driver Hub (REV-31-1596)
* REV Servo Hub (REV-11-1855)
* Android Device via ADB


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.revrobotics.com/duo-control/managing-the-control-system/rev-hardware-client.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
