Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
/ OSRBox Public archive

Small python script to interact with OSRBox Virtual COM Port

License

Notifications You must be signed in to change notification settings

findot/OSRBox

Repository files navigation

OSRBox

Small python script to interact with the OSRBox Virtual COM Port

OSRBox homepage : http://www.ipsp.ucl.ac.be/recherche/projets/OSRBox/

Usage

  1. Download the FTDI Virtual COM Port Drivers located here.
  2. Do the usual git clone <x> || git init && git remote add origin <x>.
  3. Resolve dependencies with pip install -r requirements.txt.
  4. Configure the key emulations within OSRBox.yml.
  5. 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.

Artefact

To create a windows executable just type :

python setup.py py2exe

The OSRBoxDriver and its dependencies should now stand in the dist/ folder.

About

Small python script to interact with OSRBox Virtual COM Port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages