Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jam committed Apr 22, 2016
1 parent 3b81bd0 commit 0f27418
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f27418

Please sign in to comment.