フィルターのクリア

how to replace digitalio which is no more supported as of 2016

10 ビュー (過去 30 日間)
Sara Omranian
Sara Omranian 2020 年 11 月 13 日
コメント済み: Sara Omranian 2020 年 12 月 7 日
I am working on an already written script for data acquisition, and it uses the function "digitalio" to communicate with parallel port.
This part of the script is:
%% Initialize communication with Parallel Port
dio = digitalio('parallel','LPT1');
out_lines = addline(dio,0:7,0,'out');
putvalue(dio.line(1:8),dec2binvec(0,8));
I get the error: Function 'digitalio' unsupported. Use the session-based interface.
How can I resolve this issue?
Thanks in advance.

回答 (1 件)

Monisha Nalluru
Monisha Nalluru 2020 年 11 月 16 日
編集済み: Monisha Nalluru 2020 年 11 月 16 日
digitalio function is no longer supported from MATLAB R2016a
As an alternative you can use session-based interface
The documentation explains the transition of commands and workflows.
But the support for parallel adapter is not present in session-based interface.
You can use any of the following supported hardware with session based interface:
  1 件のコメント
Sara Omranian
Sara Omranian 2020 年 12 月 7 日
Thanks Monisha for your reply.
Here are the hardware that I need to use for my experiment, and I appreciate it if you could tell me if they are all compaitble to be used with MATLAB R2020b in a data acquisition experiment, on a Lenovo ThinkPad with Windows 10 Pro.
EEG recording: either g.Tec or Brain Vision Recorder,
Eye tracking devide: Pupil Invisible and Pupil Core.
I need to send trial onset/offset triggers from MATLAB to both the EEG device and the eye tracking device.
Thanks.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeData Acquisition Toolbox Supported Hardware についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by