[問題] matlab讀取rs232資料已回收
爬文過後我跑這個程式
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
10/03 22:38, 1F
MATLAB 近期熱門文章
PTT數位生活區 即時熱門文章