Re: [問題] I/O

看板MATLAB作者 (撥泥)時間19年前 (2005/01/27 15:57), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
※ 引述《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
文章代碼(AID): #11-9y2RQ (MATLAB)
文章代碼(AID): #11-9y2RQ (MATLAB)