Hello, I have 2 physiological sensors (one is USB connected and the other is bluetooth-connected to its proprietary software in the computer). I want to trigger both these sensors when the Unity program starts and stop them when I stop the Unity program. Any guidance is appreciated. What code should I put into Unity?
if its easier to listen those devices from python, then you can use python sockets/tcp to send messages into unity.
or if there is some c# library to listen those devices, those can be often used in unity (like in any c# project).