Hi Josh,
Thank you for your response. We've updated Bpod and removed the semicolon from the line in RunStateMachine. The Output of the command window is now:
`opCodeBytes =
1×2 uint8 row vector
1 1
opCodeBytes =
1×2 uint8 row vector
1 1
opCodeBytes =
1×2 uint8 row vector
1 1
opCodeBytes =
1×2 uint8 row vector
94 176
Error: Invalid op code received
opCodeBytes =
1×2 uint8 row vector
249 1
Error: Invalid op code received
opCodeBytes =
1×2 uint8 row vector
0 1
Error: Invalid op code received
opCodeBytes =
1×2 uint8 row vector
1 94
Error using RunStateMachine
Unknown event code returned: 178
Error in HeadFixedDetectionConfidence (line 204)
RawEvents = RunStateMachine();
Error in run (line 91)
evalin('caller', strcat(script, ';'));
Error in LaunchManager>launch_protocol (line 843)
run(protocolPath);
Error while evaluating DestroyedObject Callback.`
Thank you!
Ashley