Hi Josh,
I am having trouble connecting the RotaryEncoderModule with my serial port. I have used the code from pybpod_rotaryencoder_module.module_api import RotaryEncoderModule on my script. However when I write: m = RotaryEncoderModule('COM9'), for some reason, it says access denied. Eventhough COM9 works well with the rotary encoder gui.
Moreover, when I try doing just m = RotaryEncoderModule(); and then proceed with codes like m.enable_stream(), for some reason I get error message saying that the object doesn't have such attribute.
I am wondering how could I read out velocity from the rotary encoder module within a protocol? The signal could be read well using a GUI. Thank you!