Compatible with IEEE1284 parallel port in ECP mode or the Neurospec MMBT-S USB/serial trigger interface box.
pip install -r requirements.txt
By default, trigger-test will look for a USB Serial device matching the NeuroSpec MMBT/MMBT-S Vendor ID To override the default, specify the parallel port directly in config.yaml.
- Install the inpoutx64.dll driver into C:\Windows\system32
- Uncomment parallel port section of config.yaml and update address (parallel port memory address is usually listed in the Resources tab in Device Manager for the each LPT port)
All our PsychoPy and Presentation experiments are configured to send triggers for time-locking. These can be time-locked to anything; in typical usage, when the computer presents an image, it will simultaneously toggle a pin on the trigger box. The trigger channels are +5V and are recorded simultaneously with whatever data (typically EEG). Then we can identify the precise sample in the EEG where the trigger channel went from 0V to 5V. This could be easily adapted for non-EEG data collection as well.