Unable to sending trigger via parallel port

Hello,
I am currently encountering an issue with sending a trigger to the parallel port using MATLAB.
I am using the following code:
ioObj = io64;
status = io64(ioObj);
address = hex2dec(E010);
io64(ioObj, address, value);
However, I receive the following error message:
inpoutx64 driver is NOT open
As a result, the trigger is not being sent to the parallel port. I would greatly appreciate any guidance or advice you could provide on resolving this issue.
Thank you for your time and assistance.

Respuestas (1)

Walter Roberson
Walter Roberson el 6 de Sept. de 2024
Movida: Walter Roberson el 6 de Sept. de 2024

0 votos

"Important issue: copy the inpoutx64.dll to Windows\System32 folder and run the InstallDriver.exe with admin priviledges."
io64 was developed a number of years ago, and might not be supported under Windows 11.

3 comentarios

alireza
alireza el 8 de Sept. de 2024
Thanks for your sense of responsibility, but it still doesn't work. I copy the inpoutx64.dll to the Windows\System32 folder and run InstallDriver.exe with administrative permissions but it still gives me the missing error. While I have done all the steps to be an adminstrator.
Is there no other solution without io64?
Fernanda
Fernanda el 18 de Jun. de 2025
Hello guys.
I´m using PTB version 3-3.0.19.14 in Windows 10, Matlab 2022b and it doesn´t work. The PTB doesn´t even open.

Iniciar sesión para comentar.

Categorías

Más información sobre Board games en Centro de ayuda y File Exchange.

Preguntada:

el 6 de Sept. de 2024

Comentada:

el 18 de Jun. de 2025

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by