Skip to content

omarbajouk/opensesame_plugin_-_parallel_port_trigger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenSesame Plug-in: Parallel Port Trigger

An OpenSesame Plug-in for sending stimulus synchronization triggers through the parallel port to data acquisition systems.

Copyright, 2013, Bob Rosbag

Contributions: Code is based on the work of Per Sederberg. Debugged and polished by Edwin Dalmaijer.

  1. About

In EEG/ERP studies it is common to send triggers to mark the timestamp for significant events (e.g., the onset of a trial, presentation of a particular stimulus, etc.). Triggers are typically bytes that are sent via the parallel port to data acquisition systems.

The plug-in has three options:

  • Value is a positive integer between 0-255 and specifies the trigger byte
  • Duration (ms) is a positive integer, 'keypress', or 'mouseclick', to wait respectively for a specified interval in milliseconds, until a key has been pressed, or until a mouse button has been clicked. It specifies the time the trigger is active.
  • Port adress (Windows only) is the hexadecimal value of the parallel port in Windows. This setting is ignored in Linux.

Linux and Windows are supported (possible also OSX, not tested). For Windows the DLPortIO.dll driver is used to access the parallel port. Install options are listed below.

Installation instructions: http://osdoc.cogsci.nl/devices/triggers/

  1. LICENSE

Parallel Port Trigger is distributed under the terms of the GNU General Public License 3. The full license should be included in the file COPYING, or can be obtained from

Parallel Port Trigger contains works of others. For the full license information, please refer to debian/copyright.

  1. Documentation

Installation instructions and documentation on OpenSesame are available on the documentation website:

About

OpenSesame Plug-in for sending stimulus synchronization triggers through the parallel port to data acquisition systems.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%