zhibinz2 / pycedrus

python library for communication between Cedrus response pad and Linux machine using Pyserial. Currently works for Ubuntu 20.08. Contains code to integrate it to psychopy too.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pycedrus

python library for communication between Cedrus response pad and Linux machine using Pyserial.

Contains code to integrate the response to psychopy

Currently works for Ubuntu 20.08.

cedrus_utils.py contains utility functions
cedrus_psychopy.py gives an example of integrating to psychopy frame control and precision test

currently works for all cedurs response pad models

Problem shoot:

if fail to open the serial port, type the following command line in terminal:

sudo usermod -a -G tty username sudo usermod -a -G dialout username

then reboot the machine

sudo reboot

About

python library for communication between Cedrus response pad and Linux machine using Pyserial. Currently works for Ubuntu 20.08. Contains code to integrate it to psychopy too.

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%