An open API service indexing awesome lists of open source software.

https://github.com/spatialaudio/sciospecgui

Graphical user interface for operating ScioSpecEIT devices.
https://github.com/spatialaudio/sciospecgui

Last synced: 11 months ago
JSON representation

Graphical user interface for operating ScioSpecEIT devices.

Awesome Lists containing this project

README

          

# ScioSpecGui
A graphical user interface for operating SciospecEIT devices.

# 1. Installation and Run

Clone this repository and navigate to the loaded directory.
Inside the cloned folder just type:

python main.py

and the gui should start.
If packages are missing just install them using pip:

pip install -r requirements.txt
___

## To Be Done...
## Error Handling

### USB-Connection Problems

If you can´t establish a connection to the USB-FS or USB-HS port on `Linux`, make shure you have the permission to do this.

For USB-HS:

sudo chmod a+rw /dev/ttyUSB0

For USB-FS:

sudo chmod a+rw /dev/ttyACM0

Furthermore you have to install a [FTDI driver](https://ftdichip.com/drivers/d2xx-drivers/).