I have an experiment that uses the PC parallel port. The experiment runs OK on my PC, but fails to run with the Inquisit error message
'Failed to load parallel port driver: The system cannot find the file specified '
when I run it as a Web script on the same machine. I assume Inquisit is looking for a driver, but this is already installed.
Any ideas about a fix for this ?
John
As far as I am aware, port access is not supported in web scripts. The reason is that accessing ports requires access privileges that cannot be achieved via the various plugins / launch methods due to browser / plugin security specifications.