Rafnica
About
- Username
- Rafnica
- Joined
- Visits
- 75
- Last Active
- Roles
- Member
Comments
-
PyQT: 5.15.10 QT: 5.15.2 Pillow: 10.3.0 OpenSesame: 4.0.27
-
I get the same error while trying to set up an experiment with a tobii eyetracker. The error occurs when I open opensesame (without actually running anything or opening my experiment). (Anaconda installation of OpenSesame with python3.10). The full …
-
I don't think you need the wait scripts Could You upload your experiment? Then I can try to play around with it
-
I managed to stop it from crashing and doing what I want by increasing the timeout to 15 ms and rewriting the if statements so that they are more clear. if (var.val == 8) and ((var.state == 0) or (var.state == 2)):
-
I now included a 10ms timeout after each time the checkPorts() function is called to decrease the CPU load, but it still keeps crashing.
-
I managed to get it to work on Windows 10 by following these instructions: Downloading the Binaries only from http://www.highrez.co.uk/downloads/inpout32 Unpacking the Win32 folder (drag it in some temp folder for example). Run InstallDriver.exe as …
-
Hi Noa, I know this is a very late answer and hopefully you managed to find a solution, but for everyone who is still looking for a way of reading the parallel port date, this is how I managed to do it on windows 7&10 (64bit). def readPort(por…