Small python script to interact with the OSRBox Virtual COM Port
OSRBox homepage : http://www.ipsp.ucl.ac.be/recherche/projets/OSRBox/
- Download the FTDI Virtual COM Port Drivers located here.
- Do the usual
git clone <x>
||git init && git remote add origin <x>
. - Resolve dependencies with
pip install -r requirements.txt
. - Configure the key emulations within OSRBox.yml.
- Start OSRBoxDriver.py !
If you don't know what is the used COM port, you can still list those with :
python -m serial.tools.list_ports
By default the driver will stand in idle mode until a COM port is connected.
To create a windows executable just type :
python setup.py py2exe
The OSRBoxDriver and its dependencies should now stand in the dist/
folder.