Yes, I yielded to MS insistence and accepted the upgrade to Win10, and found out Bpod-code no longer finds Bpod-serial device.
Specifically, the following happens in function FindArduinoPorts.m:
[Status RawString] = system('wmic, path Win32_SerialPort Where "Caption LIKE ''%Arduino%''" Get DeviceID')
RawString = 'No Instance(s) Available.'
Everything runs fine if I pass the port name as an argument to Bpod (e.g. Bpod('COM3')).
Yes, I yielded to MS insistence and accepted the upgrade to Win10, and found out Bpod-code no longer finds Bpod-serial device.
Specifically, the following happens in function
FindArduinoPorts.m:Everything runs fine if I pass the port name as an argument to Bpod (e.g.
Bpod('COM3')).