Unable to sending trigger via parallel port
17 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Walter Roberson
2024 年 9 月 6 日
移動済み: Walter Roberson
2024 年 9 月 6 日
io64 appears to be https://web.archive.org/web/20210903151747/http://apps.usd.edu/coglab/psyc770/IO64.html
"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 件のコメント
Walter Roberson
2024 年 9 月 8 日
Fernanda
2025 年 6 月 18 日
Hello guys.
Which version of PTB this site (https://web.archive.org/web/20210903151747/http://apps.usd.edu/coglab/psyc770/IO64.html ) works?
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.
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!