From 3b81bd0260f9c328c519b96c830d449cb59e16ac Mon Sep 17 00:00:00 2001 From: Bob Rosbag Date: Fri, 22 Apr 2016 12:33:17 +0200 Subject: [PATCH] Updated README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 515f3be..0d2d054 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ Contributions and thanks: Code is based on the work of Per Sederberg. Debugged a 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 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. +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 +* `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. Install options are listed below.