https://github.com/ebadier/neurospectriggerbox-unity
Unity plugin to use the MMBT-S Trigger Box from Neurospec AG
https://github.com/ebadier/neurospectriggerbox-unity
csharp data-synchronization parallel-port plugin serial-port trigger unity
Last synced: 5 months ago
JSON representation
Unity plugin to use the MMBT-S Trigger Box from Neurospec AG
- Host: GitHub
- URL: https://github.com/ebadier/neurospectriggerbox-unity
- Owner: ebadier
- License: mit
- Created: 2021-03-07T20:17:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T11:26:45.000Z (almost 5 years ago)
- Last Synced: 2025-08-03T04:42:35.149Z (5 months ago)
- Topics: csharp, data-synchronization, parallel-port, plugin, serial-port, trigger, unity
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# NeurospecTriggerBox-Unity
This Unity plugin is used to send triggers with the [MMBT-S Trigger Box](https://shop.neurospec.com/mmbt-s-trigger-interface-box) from [Neurospec AG](https://neurospec.com/).
Many devices require triggers to be sent via a parallel port, but these days many computers (especially laptops) do not have parallel ports anymore.
This little device basically serves as a USB-to-parallel port adapter.
After installing the driver that ships with the device, the trigger box will appear as a serial COM port.
[SerialPort_MMBTS.cs](Scripts/SerialPort_MMBTS.cs) can be used outside of Unity in a typical CSharp project.
## System requirements
Unity ***2017.4.35f1*** and newer versions
You need to set the Unity ***API Compatibility Level*** to ***.Net 2.0*** in order to get access to ***System.IO.Ports***