[問題] matlab讀取rs232資料已回收

看板MATLAB作者 (.....)時間16年前 (2008/10/02 00:18), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/1
爬文過後我跑這個程式 s = serial('COM6','BaudRate', 19200); fopen(s); fprintf(s, 'RS232?'); RS232 = fscanf(s); fclose(s); 跑出來的答案一值都等於 1 請問這代表什麼意思呢? 還有 s = serial('COM6'); set(s,'BaudRate',19200); fopen(s); fprintf(s,'RS232?') RS232 = fscanf(s); 這個則是會出現下面錯誤訊息 ??? Error using ==> serial.fopen at 71 Cannot connect to the COM6 port. Possible reasons are another application is connected to the port or the port does not exist. Error in ==> Untitled2 at 2 fopen(s); 請問該如何做修正呢? 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.116.194.104

10/03 22:38, , 1F
試試看用fread
10/03 22:38, 1F
文章代碼(AID): #18uwBNAr (MATLAB)
文章代碼(AID): #18uwBNAr (MATLAB)