Table of Contents

USB Console

Seed Robotics models include multiple interfaces that can be used simultaneously to control and query the hand:

Preparing the Connection

  1. The USB connector is located on the left side of the hand and has a small cover. Remove the cover to expose the micro-USB connector inside.
  2. Connect a micro USB cable to the hand
  3. Apply power to the hand using the Main communications port (the one at the back): while the electronics of the hand can be powered via USB, the actuators, need an independent power supply to operate. Connecting the hand to the USB host without an external power supply, will result in no motion of the actuators.
  4. Connect the USB cable to the host and install the appropriate drivers, if needed.

Installing the USB Drivers for the Virtual COMM Port (Windows) / udev rules (Linux)

Seed Robotics units runs a Cortex M4 with an auxiliary Cortex M0 running the bootloader. The firmware exposes a Virtual COMM port on the USB interface to enable Serial communication. At the time of writing:

Connecting to the Hand over USB

After you have connected the hand to your host, a COMM port will be created. Use a Serial Terminal Program to communicate with it. We suggest Termite on Windows, but any Serial Terminal can be used for this task.

Connection settings

The USB interface will automatically detected and work with virtually any Baud Rate up to 10Mbps. For the purpose of a console, 115200bps is a good speed.

Please make sure you set line Termination to Line Feed (\n). All commands sent to the hand through the console must be terminated by LF. Until this combination is sent, the command is not processed.

Sending Your First Command

EROS Architecture

Once you connect, you can type help and you should get a list of all available commands.

There is quite a lot more you can do using the Console, to control and query your hand.
For a comprehensive list of all Console commands, see the List of Console Commands (for EROS architecture)

Ares Architecture

( RH4D Units built before March 1st, 2017)

Once you connect, you can type hlp and you should get a list of all available commands.

There is quite a lot more you can do using the Console, to control and query your hand.
For a comprehensive list of all Console commands, see the List of DH4D Console Commands