From 8473bf6468e7f0dc3b6e358d76a8ef6f08440538 Mon Sep 17 00:00:00 2001 From: Bob Rosbag Date: Tue, 31 Jan 2017 23:48:07 +0100 Subject: [PATCH] correct readme --- README.md | 8 ++++---- parallel_port_trigger/parallel_port_trigger.md | 13 ++++++++----- .../parallel_port_trigger_init.md | 13 ++++++++----- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 28fd7bf..c56fca5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -OpenSesame Plug-in: Parallel Port Trigger (in Testing) +OpenSesame Plug-in: Parallel Port Trigger ========== *An OpenSesame Plug-in for sending stimulus synchronization triggers through the parallel port to data acquisition systems.* Copyright, 2016, Bob Rosbag -Contributions and thanks: Code is based on the work of Per Sederberg. Debugged and polished by Edwin Dalmaijer. +Contributions: Code is based on the work of Per Sederberg. Debugged and polished by Edwin Dalmaijer. 1. About -------- @@ -21,10 +21,10 @@ The plug-in has an *init* item which should be placed at the beginning of an exp - *Duration* is the duration in ms. -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. +Linux and Windows are supported (possible also OSX, not tested). For Windows the `DLPortIO.dll` driver is used to access the parallel port. No need for driver installation. -Installation instructions: +Documentation: 2. LICENSE diff --git a/parallel_port_trigger/parallel_port_trigger.md b/parallel_port_trigger/parallel_port_trigger.md index 081a6b3..c56fca5 100644 --- a/parallel_port_trigger/parallel_port_trigger.md +++ b/parallel_port_trigger/parallel_port_trigger.md @@ -12,11 +12,14 @@ Contributions: Code is based on the work of Per Sederberg. Debugged and polished 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 four options: -- *Value* is a positive integer between 1-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. -- *Dummy mode* for testing experiments +The plug-in has an *init* item which should be placed at the beginning of an experiment and a *trigger* item for initiating triggers: + +- *Dummy mode* for testing experiments. +- *Port adress* for Windows: hexadecimal or decimal value, for Linux: full path or port number. +- *Value* is a positive integer between 1-255 and specifies the trigger byte. +- *Enable duration* option to enable the duration parameter. +- *Duration* is the duration in ms. + Linux and Windows are supported (possible also OSX, not tested). For Windows the `DLPortIO.dll` driver is used to access the parallel port. No need for driver installation. diff --git a/parallel_port_trigger_init/parallel_port_trigger_init.md b/parallel_port_trigger_init/parallel_port_trigger_init.md index 081a6b3..c56fca5 100644 --- a/parallel_port_trigger_init/parallel_port_trigger_init.md +++ b/parallel_port_trigger_init/parallel_port_trigger_init.md @@ -12,11 +12,14 @@ Contributions: Code is based on the work of Per Sederberg. Debugged and polished 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 four options: -- *Value* is a positive integer between 1-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. -- *Dummy mode* for testing experiments +The plug-in has an *init* item which should be placed at the beginning of an experiment and a *trigger* item for initiating triggers: + +- *Dummy mode* for testing experiments. +- *Port adress* for Windows: hexadecimal or decimal value, for Linux: full path or port number. +- *Value* is a positive integer between 1-255 and specifies the trigger byte. +- *Enable duration* option to enable the duration parameter. +- *Duration* is the duration in ms. + Linux and Windows are supported (possible also OSX, not tested). For Windows the `DLPortIO.dll` driver is used to access the parallel port. No need for driver installation.