필터 지우기
필터 지우기

Serial communication with device error

조회 수: 1 (최근 30일)
Leon Ellis
Leon Ellis 2021년 10월 7일
답변: Leon Ellis 2021년 10월 8일
Good day, I'm trying to serially communicate with my FT232RL via COM1 port, however I keep getting an error. This is my code:
close all;
clc;
if ~isempty(instrfind)
fclose(instrfind);
delete(instrfind);
end
s= serialport("COM1",9600);
fopen(s);
And this is my error:
Error using serialport (line 116)
Unable to connect to the serialport device at port 'COM1'. Verify
that a device is connected to the port, the port is not in use,
and all serialport input arguments and parameter values are
supported by the device.
Error in Serial (line 9)
s= serialport("COM1",9600);
I have however been able to communicate to the device through MPLAB x, however for some reason MATLAB doesn't seem to pick it up. Help would be much appreciated!

채택된 답변

Leon Ellis
Leon Ellis 2021년 10월 8일
Solved: I just had to delete or close to variable each time.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Serial and USB Communication에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by