Module versions are AnalogInputModule_8ch & AnalogInputModule2_r1_1, with the state machine version at r2+. The AI module failed to synchronize initialization with the state machine. I subsequently attempted interaction via a third-party serial communication tool but received no response... However, when running the following code in MATLAB:
A = BpodAnalogIn(‘COM7’);
A.Scope
The virtual oscilloscope functions normally, displaying waveforms consistent with the actual voltage, confirming the hardware is fully operational. So where exactly is the problem?