Contributions:ParallelPortFilter: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
*Known to compile under: -- | *Known to compile under: -- | ||
*Broken since: -- | *Broken since: -- | ||
==Functional Description== | |||
This simple filter extension resides in the Application module and makes input and output with the parallel port easy. | |||
==Integration into BCI2000== | |||
Compile the extension into your source module by enabling contributed extensions in your CMake configuration. You can do this by going into your root build folder and deleting <code>CMakeCache.txt</code> and re-running the project batch file, or by running <code>cmake -i</code> and enabling '''BUILD_PARALLELPORTFILTER'''. Once the extension is built into the application module, it can be used. | |||
Revision as of 17:27, 30 June 2015
Synopsis
An integration of the parallel port communication with BCI2000.
Location
http://www.bci2000.org/svn/trunk/src/contrib/Extensions/ParallelPortFilter
Versioning
Authors
Kaleb Goering (kaleb.goering@gmail.com)
Version History
- 2015/06/30: Initial public release
Source Code Revisions
- Initial development: --
- Tested under: --
- Known to compile under: --
- Broken since: --
Functional Description
This simple filter extension resides in the Application module and makes input and output with the parallel port easy.
Integration into BCI2000
Compile the extension into your source module by enabling contributed extensions in your CMake configuration. You can do this by going into your root build folder and deleting CMakeCache.txt and re-running the project batch file, or by running cmake -i and enabling BUILD_PARALLELPORTFILTER. Once the extension is built into the application module, it can be used.