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.