Hi again,
The new examples work great for getting information from Bonsai to Bpod.
Could you give me some more details on how to get information from Bpod to Bonsai? I am not sure about how to configure Bonsai to receive messages from Bpod.
This is what I currently have in my loop to send softCode1 to bonsai:
sma = AddState(sma, 'Name', 'Port2LightOn', ...
'Timer', 1,...
'StateChangeConditions', {'Tup', 'exit'},...
'OutputActions', {'PWM2', 255, 'SoftCode', 1});