-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mika Väyrynen edited this page Oct 31, 2019
·
6 revisions
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:

The USB-ISS module itself looks like this:

GUI Tool looks like this:

Required software packages are listed below. Please use pip install to download the following libraries:
- wxPython https://wxpython.org/
- usb-iss https://pypi.org/project/usb-iss/
After installing the above, download usb-iss.py and run it.
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.