From 0f27418e1373d5adf9b39bac5ca05cee32bbd630 Mon Sep 17 00:00:00 2001 From: Bob Rosbag Date: Fri, 22 Apr 2016 12:47:12 +0200 Subject: [PATCH] Small fix --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d2d054..28fd7bf 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ 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. -* `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 +- *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. Install options are listed below.