フィルターのクリア

How to control the parallel port LPT1 in 64bit MATLAB platfrom

6 ビュー (過去 30 日間)
Rafi Zack
Rafi Zack 2015 年 5 月 11 日
回答済み: Dasharath Gulvady 2015 年 5 月 12 日
Hi I have a MATLAB R2015a using 64bit windows. I also have the Data Acquisition toolbox. While running digitalio('parallel', 'LPT1'), it send an error: "Error using digitalio (line 40) The DAQ Legacy Interface is not supported on this platform...."
What should I do to control the LPT1 under this version and 64bit machine
Thanks Rafi

回答 (1 件)

Dasharath Gulvady
Dasharath Gulvady 2015 年 5 月 12 日
As the error message suggests, "digitalio" is a Legacy interface function and Legacy interface is not supported on 64-bit MATLAB.
This is also mentioned in the documentation page:
In order to use Legacy interface use 32-bit MATLAB

Community Treasure Hunt

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

Start Hunting!

Translated by