My v1 RotaryEncoderModule is connected to the v2.2 state machine. The module is connected Bpod and the USB port is successfully paired (and refreshed). However, using BpodSystem.assertModule('RotaryEncoderModule',1); pops up an error:
Error using BpodObject/assertModule
Bpod RotaryEncoderModule module not found.
Connect the module to a state machine 'Module' port and click the 'refresh' icon on the Bpod console.
Error in encoder (line 5)
BpodSystem.assertModule('RotaryEncoderModule',1);
Error in run (line 91)
evalin('caller', strcat(script, ';'));
Error in LaunchManager>launch_protocol (line 843)
run(protocolPath);
Error while evaluating DestroyedObject Callback.
May I know what to do? Thanks in advance