Skip to content
Mika Väyrynen edited this page Oct 31, 2019 · 6 revisions

USB-ISS-GUI

A graphical user interface for communicating via USB-ISS Dongle with embedded MCU or other targets with serial port. Picture below should clarify this intent:

USB-ISS GUI Tool

The USB-ISS module itself looks like this:

USB ISS Module

GUI Tool looks like this:

GUI tool

How to install

Required software packages are listed below. Please use pip install to download the following libraries:

After installing the above, download usb-iss.py and run it.

How to use

Select the port where the USB-ISS is connected to and hit the connect-button. If the module is detected online, then data is immediately received and you can start your data in plain text (utf-8) mode or in hexadecimal mode (tick the "Send hex data only" checkbox).

When sending data in HEX-mode, use only hex-values without 0x -prefix, for example: aa55ff.

Clone this wiki locally