필터 지우기
필터 지우기

how to send data from matlab to serial port

조회 수: 5 (최근 30일)
SARAH LONER
SARAH LONER 2020년 2월 6일
i get r value as either 0 or 1 or 2 ... 5
i need to send this r value to serial port
i used this code
delete(instrfindall);
s = serial('COM14', 'BaudRate', 9600, 'Terminator', 'CR', 'StopBit', 1, 'Parity', 'None');
fopen(s);
fprintf(s,'%i',r)
out = fscanf(s)
but i receive output as 0*0 empty char array
can any1 help me to solve this?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by