Hey all, just received my spectra, hardware looks great, and the software looks nice.
The problem is I can't get them to work together.
I have the spectra connected via USB port.
I have the requirements installed into a virtualenv and can run it regularly or as root.
But it does not see as though pyserial is able to find the device.
The error is:
```
(eit) user@computer:~/python/OpenEIT$ sudo /home/user/.virtualenvs/eit/bin/python app.py
2019-10-05 15:50:34,221 JAC mesh set up
completed jac reset
2019-10-05 15:50:36,289 JAC mesh set up
completed jac reset
d
2019-10-05 15:50:36,390 openeit_server_started
* Serving Flask app "app" (lazy loading)
* Environment: development
* Debug mode: off
none
connecting to: none
could not connect
2019-10-05 15:50:47,433 Cannot connect to none
problem
```
I have tried to search for serial devices with:
```
python -m serial.tools.list_ports -v
no ports found
```
Additionally, it does not seem as though any devices are available under `dmesg`.
Does it require a battery to run? Do I need particular drivers? Is there another switch to put it in serial mode?
Is there anything else I should be doing?
Thanks!