作者boni (撥泥)
看板MATLAB
標題Re: [問題] I/O
時間Thu Jan 27 16:00:01 2005
※ 引述《kobe38 (小黑)》之銘言:
: 請問一下各位
: Matlab可以讀取i/o嗎
: 如rs232或usb
: thx...
可以使用rs232,這是我之前寫的小程式,你可能需要改一下
s = serial('COM1');
set(s,'BaudRate',9600);
fopen(s);
fwrite(s,['RUN,1' 13],'char')
fclose(s)
delete(s)
clear s
相關關鍵字是rs232, external interfaces
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.63.84.241