Hi Mario,
I did UpdatePsychtoolbox today, then try connecting the PR655 with matlab. The 'Lenient' keyword to the 'OpenSerialPort'
options was already included in PR655Init.m, so the port was opened but with an error message:
Then, I tried these lines
rm = 'PHOTO';
for i = 1:5
IOPort('write', g_serialPort, rm(i));
end
,and found matlab remained busy. Actually, even the first letter 'P' was not sent out. I am sure the port number is correct, which is /dev/ttyACM1. What is the unsupported low latency mode?
Thanks!
I did UpdatePsychtoolbox today, then try connecting the PR655 with matlab. The 'Lenient' keyword to the 'OpenSerialPort'
options was already included in PR655Init.m, so the port was opened but with an error message:
>> g_serialPort = IOPort('OpenSerialPort', portNumber, 'Lenient');Error setting receive latency for device /dev/ttyACM1 to low latency mode - Operation not supported(95).
Then, I tried these lines
rm = 'PHOTO';
for i = 1:5
IOPort('write', g_serialPort, rm(i));
end
,and found matlab remained busy. Actually, even the first letter 'P' was not sent out. I am sure the port number is correct, which is /dev/ttyACM1. What is the unsupported low latency mode?
Thanks!